diff options
author | wukong <rebirthmonkey@gmail.com> | 2015-11-23 17:48:48 +0100 |
---|---|---|
committer | wukong <rebirthmonkey@gmail.com> | 2015-11-23 17:48:48 +0100 |
commit | fca74d4bc3569506a6659880a89aa009dc11f552 (patch) | |
tree | 4cefd06af989608ea8ebd3bc6306889e2a1ad175 /moon-abe/pbc-0.5.14/doc/custom.xsl | |
parent | 840ac3ebca7af381132bf7e93c1e4c0430d6b16a (diff) |
moon-abe cleanup
Change-Id: Ie1259856db03f0b9e80de3e967ec6bd1f03191b3
Diffstat (limited to 'moon-abe/pbc-0.5.14/doc/custom.xsl')
-rw-r--r-- | moon-abe/pbc-0.5.14/doc/custom.xsl | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/moon-abe/pbc-0.5.14/doc/custom.xsl b/moon-abe/pbc-0.5.14/doc/custom.xsl deleted file mode 100644 index 8fcac646..00000000 --- a/moon-abe/pbc-0.5.14/doc/custom.xsl +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version='1.0'?> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:fo="http://www.w3.org/1999/XSL/Format" - version="1.0"> -<!-- -To chunk by chapter only: -<xsl:param name="chunk.section.depth" select="0"></xsl:param> ---> -<xsl:param name="chunker.output.encoding" select="'UTF-8'"></xsl:param> -<xsl:param name="chunker.output.doctype-public" select="'-//W3C//DTD HTML 4.01 Transitional//EN'"></xsl:param> - -<xsl:template name="user.footer.navigation"> -<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-1901330-5"); -pageTracker._trackPageview(); -} catch(err) {} -</script> -</xsl:template> -</xsl:stylesheet> |