5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-19 18:31:03 +08:00
sqoop/src/docs/web/footer.xsl
Andrew Bayer e75b1fe94f Add release audit capability.
From: Aaron Kimball <aaron@cloudera.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1149923 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 20:03:59 +00:00

48 lines
1.8 KiB
XML

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:exsl="http://exslt.org/common"
version="1.0"
exclude-result-prefixes="exsl">
<!--
Licensed to Cloudera, Inc. under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
Cloudera, Inc. licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<xsl:template name="user.footer.content">
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("UA-2275969-4");
pageTracker._setDomainName(".cloudera.com");
pageTracker._trackPageview();
} catch(err) {}
</script>
<div class="footer-text">
<span align="center"><a href="index.html"><img src="images/home.png"
alt="Documentation Home" /></a></span>
<br/>
This document was built from Sqoop source available at
<a href="http://github.com/cloudera/sqoop">http://github.com/cloudera/sqoop</a>.
</div>
</xsl:template>
</xsl:stylesheet>