source: main/trunk/model-cols/niupepa/transform/pages/document.xsl@ 32218

Last change on this file since 32218 was 32218, checked in by kjdon, 6 years ago

small tidying up. Can't remember what I was doing. Hope this is finished...

File size: 907 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<xsl:stylesheet version="1.0"
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 xmlns:java="http://xml.apache.org/xslt/java"
5 xmlns:util="xalan://org.greenstone.gsdl3.util.XSLTUtil"
6 xmlns:gslib="http://www.greenstone.org/skinning"
7 xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat"
8 extension-element-prefixes="java util"
9 exclude-result-prefixes="java util gsf">
10
11
12 <xsl:template name="javascriptForDocumentView">
13 <script type="text/javascript" src="interfaces/{$interface_name}/js/document_scripts.js"><xsl:text> </xsl:text></script>
14 <!-- add in the niupepa customisations -->
15 <script type="text/javascript" src="sites/{$site_name}/collect/niupepa/script/custom-document.js"><xsl:text> </xsl:text></script>
16
17 </xsl:template>
18
19
20</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.