source: main/trunk/greenstone3/web/interfaces/default/transform/layouts/header.xsl@ 31399

Last change on this file since 31399 was 31399, checked in by Georgiy Litvinov, 7 years ago

More accurate fix for self-closing li

  • Property svn:executable set to *
File size: 31.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 <xsl:include href="../query-common.xsl"/>
12 <xsl:include href="../javascript-global-setup.xsl"/>
13
14 <!-- If the c parameter is empty then use the p.c parameter for the collection name-->
15 <xsl:variable name="collNameChecked">
16 <xsl:choose>
17 <xsl:when test="$collName = '' and /page/pageRequest/paramList/param[@name='p.c']/@value">
18 <xsl:value-of select="/page/pageRequest/paramList/param[@name='p.c']/@value"/>
19 </xsl:when>
20 <xsl:otherwise>
21 <xsl:value-of select="$collName"/>
22 </xsl:otherwise>
23 </xsl:choose>
24 </xsl:variable>
25
26 <!-- Creates a header for the html page -->
27 <xsl:template name="create-html-header">
28 <base>
29 <xsl:attribute name="href">
30 <xsl:choose>
31 <xsl:when test="/page/pageResponse/metadataList/metadata[@name = 'siteURL']">
32 <xsl:value-of select="/page/pageResponse/metadataList/metadata[@name = 'siteURL']"/>
33 </xsl:when>
34 <xsl:when test="/page/pageRequest/@baseURL">
35 <xsl:value-of select="/page/pageRequest/@baseURL"/>
36 </xsl:when>
37 </xsl:choose>
38 </xsl:attribute>
39 </base>
40 <xsl:comment>[if lte IE 6]&gt;&lt;/base&gt;&lt;![endif]</xsl:comment>
41
42 <title><xsl:call-template name="pageTitle"/> :: <xsl:call-template name="siteName"/></title>
43
44 <xsl:if test="/page/pageRequest/@action ='d'">
45
46 <xsl:variable name="myMetadataHeader" select="/page/pageResponse/format/gsf:headMetaTags/gsf:metadata"/>
47 <xsl:for-each select="$myMetadataHeader">
48 <xsl:variable name="metaname" select="@name"/>
49
50 <xsl:variable name="metavals"
51 select="/page/pageResponse/document/metadataList/metadata[@name = $metaname]|/page/pageResponse/document/documentNode/metadataList/metadata[@name = $metaname]"/>
52 <xsl:for-each select="$metavals">
53 <META NAME="{$metaname}" CONTENT="{.}"/>
54 </xsl:for-each>
55 </xsl:for-each>
56
57 </xsl:if>
58
59 <xsl:choose>
60 <xsl:when test="/page/pageResponse/interfaceOptions/option[@name = 'cssTheme']/@value">
61 <!-- Get the theme from the interfaceConfig.xml file -->
62 <link rel="stylesheet" href="{/page/pageResponse/interfaceOptions/option[@name = 'cssTheme']/@value}" type="text/css"/>
63 </xsl:when>
64 <xsl:otherwise>
65 <link rel="stylesheet" href="interfaces/{$interface_name}/style/themes/main/jquery-ui-1.8.16.custom.css" type="text/css"/>
66 </xsl:otherwise>
67 </xsl:choose>
68 <link rel="stylesheet" href="interfaces/{$interface_name}/style/core.css" type="text/css"/>
69 <link rel="shortcut icon" href="interfaces/{$interface_name}/images/favicon.ico"/>
70
71 <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery.min.js"><xsl:text> </xsl:text></script>
72 <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery-ui-1.10.2.custom/js/jquery-ui-1.10.2.custom.min.js"><xsl:text> </xsl:text></script>
73 <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery.blockUI.js"><xsl:text> </xsl:text></script>
74 <script type="text/javascript" src="interfaces/{$interface_name}/js/ace/ace.js"><xsl:text> </xsl:text></script>
75
76 <script type="text/javascript" src="interfaces/{$interface_name}/js/zoomer.js"><xsl:text> </xsl:text></script>
77
78 <xsl:if test="/page/pageResponse/format[@type='display' or @type='browse' or @type='search']/gsf:option[@name='mapEnabled']/@value = 'true'">
79 <xsl:call-template name="map-scripts"/>
80 </xsl:if>
81
82 <xsl:if test="/page/pageResponse/format/gsf:option[@name='mapEnabledOpenLayers']/@value = 'true'">
83 <xsl:call-template name="openlayers-map-scripts"/>
84 </xsl:if>
85
86
87 <xsl:if test="/page/pageResponse/format/gsf:option[@name='panoramaViewerEnabled']/@value = 'true'">
88 <xsl:call-template name="panoramaViewer-scripts"/>
89 </xsl:if>
90
91 <xsl:if test="/page/pageRequest/userInformation and /page/pageRequest/userInformation/@editEnabled = 'true' and (util:contains(/page/pageRequest/userInformation/@groups, 'administrator') or util:contains(/page/pageRequest/userInformation/@groups, 'all-collections-editor') or util:contains(/page/pageRequest/userInformation/@groups, $thisCollectionEditor))">
92 <xsl:if test="/page/pageRequest/paramList/param[(@name='docEdit') and (@value='on' or @value='true' or @value='1')]">
93 <script type="text/javascript" src="interfaces/{$interface_name}/js/ckeditor/ckeditor.js" defer="true"><xsl:text> </xsl:text></script>
94 <!-- <xsl:call-template name="init-direct-edit"/> -->
95 </xsl:if>
96 <script type="text/javascript" src="interfaces/{$interface_name}/js/debug_scripts.js"><xsl:text> </xsl:text></script>
97 <script type="text/javascript" src="interfaces/{$interface_name}/js/visual-xml-editor.js"><xsl:text> </xsl:text></script>
98 </xsl:if>
99
100 <xsl:call-template name="setup-gs-variable"/>
101 <xsl:if test="/page/pageRequest/@action ='p' and /page/pageRequest/@subaction='pref'">
102 <script type="text/javascript">
103 <xsl:value-of disable-output-escaping="yes" select="util:getInterfaceStringsAsJavascript($interface_name, /page/@lang, 'pref')"/>
104 </script>
105 <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery.themeswitcher.min.js"><xsl:text> </xsl:text></script>
106 </xsl:if>
107 <xsl:call-template name="define-js-macro-variables"/>
108
109 <xsl:call-template name="additionalHeaderContent"/>
110 </xsl:template>
111
112 <!-- This template allows for extra header content to be added by interface, site and collection. -->
113 <xsl:template name="additionalHeaderContent">
114 <xsl:call-template name="additionalHeaderContent-interface"/>
115 <xsl:call-template name="additionalHeaderContent-site"/>
116 <xsl:call-template name="additionalHeaderContent-collection"/>
117 </xsl:template>
118 <!-- This template should be overridden in header.xsl of a new interface file if you want to add extra header content -->
119 <xsl:template name="additionalHeaderContent-interface">
120 </xsl:template>
121 <!-- This template should be overridden in the header.xsl file in a site's transform directory if you want to add site specific headers -->
122 <xsl:template name="additionalHeaderContent-site">
123 </xsl:template>
124 <!-- This template should be overridden in the collectionConfig.xml file if you want to add extra header content -->
125 <xsl:template name="additionalHeaderContent-collection">
126 </xsl:template>
127
128 <xsl:template name="init-direct-edit">
129 <!-- might be worth moving loading the JS file to earlier, to give time to load -->
130 <script type="text/javascript" src="interfaces/{$interface_name}/js/direct-edit.js"><xsl:text> </xsl:text></script>
131 <script type="text/javascript">
132 <xsl:text disable-output-escaping="yes">
133 $(document).ready(function() {
134 de.onready(function()
135 {
136 try
137 {
138 de.init();
139 }
140 catch (err)
141 {
142 alert("Seaweed failed to initialise: " + err.message);
143 }
144 });
145 });
146 </xsl:text>
147 </script>
148 </xsl:template>
149
150
151 <!-- ***** HEADER LAYOUT TEMPLATE ***** -->
152 <xsl:template name="create-banner">
153 <div id="gs_banner" class="ui-widget-header ui-corner-bottom">
154 <div id="titlesearchcontainer">
155 <xsl:call-template name="page-title-area"/>
156 <xsl:call-template name="quick-search-area"/>
157 <div style="clear:both;"><xsl:text> </xsl:text></div>
158 </div>
159 <xsl:call-template name="browsing-tabs"/>
160 </div>
161 </xsl:template>
162
163 <xsl:template name="additionalNavTabs">
164 <xsl:for-each select="/page/pageResponse/collection[@name=$collNameChecked]/extraInfo/navigationTab">
165 <li>
166 <xsl:choose>
167 <!-- if we are in frame type and this is the current page, colour it differently-->
168 <xsl:when test="@type='frame' and /page/pageRequest[@subaction='html'] and /page/pageRequest/paramList/param[@name='url']/@value = @url">
169 <xsl:attribute name='class'>ui-state-default ui-corner-top ui-tabs-selected ui-state-active</xsl:attribute>
170 </xsl:when>
171 <xsl:otherwise>
172 <xsl:attribute name="class">ui-state-default ui-corner-top</xsl:attribute>
173 </xsl:otherwise>
174 </xsl:choose>
175 <a>
176 <xsl:if test="displayItem[@name='description']">
177 <xsl:attribute name='title'><xsl:value-of select="displayItem[@name='description']"/></xsl:attribute>
178 </xsl:if>
179 <xsl:choose>
180 <xsl:when test="@type='external-link'">
181 <xsl:attribute name="href"><xsl:value-of select="@url"/></xsl:attribute>
182 </xsl:when>
183 <xsl:when test="@type='frame'">
184 <xsl:attribute name="href"><xsl:value-of select="$library_name"/>/collection/<xsl:value-of select="/page/pageResponse/collection[@name=$collNameChecked]/@name"/>/page/html?url=<xsl:value-of select="@url"/></xsl:attribute>
185 </xsl:when>
186 </xsl:choose>
187 <xsl:choose>
188 <xsl:when test="displayItem[@name='name']">
189 <xsl:value-of select="displayItem[@name='name']"/>
190 </xsl:when>
191 <xsl:otherwise>link</xsl:otherwise>
192 </xsl:choose>
193 </a>
194 </li>
195 </xsl:for-each>
196
197 </xsl:template>
198 <!-- ***** BROWSING TABS ***** -->
199 <xsl:template name="browsing-tabs">
200 <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service or /page/pageResponse/collection[@name=$collNameChecked]/extraInfo/navigationTab">
201 <ul id="gs-nav">
202 <!-- if this collection has additional tabs, add them here -->
203 <xsl:call-template name="additionalNavTabs"/>
204 <!-- If this collection has a ClassifierBrowse service then add a tab for each classifier-->
205 <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@type='browse' and @name='ClassifierBrowse']">
206 <!-- Loop through each classifier -->
207 <xsl:for-each select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='ClassifierBrowse']/classifierList/classifier">
208 <li>
209 <xsl:choose>
210 <!-- If this tab is selected then colour it differently -->
211 <xsl:when test="util:contains(/page/pageRequest/paramList/param[@name = 'cl' and /page/pageRequest/@action = 'b']/@value, @name)">
212 <xsl:attribute name='class'>ui-state-default ui-corner-top ui-tabs-selected ui-state-active</xsl:attribute>
213 </xsl:when>
214 <xsl:otherwise>
215 <xsl:attribute name='class'>ui-state-default ui-corner-top</xsl:attribute>
216 </xsl:otherwise>
217 </xsl:choose>
218
219 <a>
220 <!-- Add a title element to the <a> tag if a description exists for this classifier -->
221 <xsl:if test="displayItem[@name='description']">
222 <xsl:attribute name='title'><xsl:value-of select="displayItem[@name='description']"/></xsl:attribute>
223 </xsl:if>
224
225 <!-- Add the href element to the <a> tag -->
226 <xsl:choose>
227 <xsl:when test="@name">
228 <xsl:attribute name="href"><xsl:value-of select="$library_name"/>/collection/<xsl:value-of select="/page/pageResponse/collection[@name=$collNameChecked]/@name"/>/browse/<xsl:value-of select="@name"/></xsl:attribute>
229 </xsl:when>
230 <xsl:otherwise>
231 <xsl:attribute name="href"><xsl:value-of select="$library_name"/>/collection/<xsl:value-of select="/page/pageResponse/collection[@name=$collNameChecked]/@name"/>/browse/1</xsl:attribute>
232 </xsl:otherwise>
233 </xsl:choose>
234
235 <!-- Add the actual text of the <a> tag -->
236 <xsl:value-of select="displayItem[@name='name']"/>
237 </a>
238 </li>
239 </xsl:for-each>
240 </xsl:if>
241
242 <!-- PhindApplet. Need something similar for the Collage applet too, probably -->
243 <xsl:for-each select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='PhindApplet']">
244 <li>
245 <xsl:choose>
246 <!-- If this tab is selected then colour it differently -->
247 <xsl:when test="/page/pageRequest[@action='a']">
248 <xsl:attribute name='class'>ui-state-default ui-corner-top ui-tabs-selected ui-state-active</xsl:attribute>
249 </xsl:when>
250 <xsl:otherwise>
251 <xsl:attribute name='class'>ui-state-default ui-corner-top</xsl:attribute>
252 </xsl:otherwise>
253 </xsl:choose>
254
255 <a>
256 <xsl:if test="displayItem[@name='description']">
257 <xsl:attribute name="title">
258 <xsl:value-of select="displayItem[@name='description']"/>
259 </xsl:attribute>
260 </xsl:if>
261 <xsl:attribute name="href"><xsl:value-of select="$library_name"/>?a=a&amp;rt=d&amp;s=<xsl:value-of select="@name"/>&amp;c=<xsl:value-of select="/page/pageResponse/collection/@name"/></xsl:attribute>
262 <xsl:value-of select="displayItem[@name='name']"/>
263 </a>
264 </li>
265 </xsl:for-each>
266
267 <!-- all other services -->
268 <xsl:for-each select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[not(@type='query') and not(@type='browse') and not (@name='PhindApplet')]">
269 <xsl:call-template name="navigationTab"/>
270 </xsl:for-each>
271 </ul>
272 <div style="clear:both;"><xsl:text> </xsl:text></div>
273 </xsl:if>
274 </xsl:template>
275
276 <!-- ***** HOME HELP PREFERENCES LOGIN ***** -->
277 <xsl:template name="home-help-preferences">
278 <ul id="bannerLinks">
279 <xsl:if test="/page/pageResponse/format[@type='display' or @type='browse' or @type='search' or not(@type)]/gsf:option[@name='RSS']/@value = 'true'">
280 <li><xsl:call-template name="RSSLink"/></li>
281 </xsl:if>
282 <li><xsl:call-template name="PrefsLink"/></li>
283 <li><xsl:call-template name="HelpLink"/></li>
284 <li id="userMenuButton"><xsl:call-template name="LoginoutLink"/></li>
285 <xsl:if test="/page/pageRequest/paramList/param[(@name='debug') and (@value='on' or @value='true' or @value='1' or @value='yes')]">
286 <li><xsl:call-template name="DebugLink"/></li>
287 </xsl:if>
288 <xsl:call-template name="buttonStyling"/>
289 </ul>
290 </xsl:template>
291
292 <xsl:template name="RSSLink">
293 <!-- RSS feed link can appear in a global format statement (where it has no type attribute)
294 or in section specific format statements, such as browse, search, display.
295 If it's present in any format statement, display the RSS link in the bannerlinks section. -->
296 <xsl:if test="/page/pageResponse/format[@type='display' or @type='browse' or @type='search' or not(@type)]/gsf:option[@name='RSS']/@value = 'true'">
297 <gsf:link type="rss"><gsf:icon file="rssicon.png"/></gsf:link>
298 </xsl:if>
299 </xsl:template>
300
301 <xsl:template name="PrefsLink">
302 <a href="{$library_name}/collection/{$collNameChecked}/page/pref">
303 <xsl:attribute name="title"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'pref_tip')"/></xsl:attribute>
304 <span id="preferencesButton"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'pref_b')"/></span>
305 </a>
306 </xsl:template>
307
308 <xsl:template name="HelpLink">
309 <a href="{$library_name}/collection/{$collNameChecked}/page/help">
310 <xsl:attribute name="title"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'help_tip')"/></xsl:attribute>
311 <span id="helpButton"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'help_b')"/></span>
312 </a>
313 </xsl:template>
314
315 <xsl:template name="toggleUserMenuScript">
316 <script type="text/javascript">
317 <xsl:text disable-output-escaping="yes">
318 function toggleUserMenu()
319 {
320 var button = $("#userMenuButton");
321 var menu;
322
323 if(button.data("userMenu"))
324 {
325 menu = button.data("userMenu");
326 if(menu.css("display") == "block")
327 {
328 menu.hide();
329 }
330 else
331 {
332 menu.show();
333 }
334 }
335 else
336 {
337 menu = $("&lt;UL&gt;")
338 .css("position", "absolute")
339 .css("display", "block")
340 .css("z-index", "100")
341 .css("list-style", "none outside none")
342 .css("margin", "0px")
343 .css("padding", "0px")
344 .css("font-size", "90%");
345
346 menu.attr("id", "userMenu");
347
348 button.data("userMenu", menu);
349
350 var settingsLink = $("&lt;a&gt;")
351 .attr("href", gs.xsltParams.library_name + "/admin/AccountSettings?s1.username=</xsl:text><xsl:value-of select="/page/pageRequest/userInformation/@username"/><xsl:text disable-output-escaping="yes">");
352 var settingsButton = $("&lt;LI&gt;")
353 .css("padding", "3px")
354 .html("</xsl:text><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'menu.account_settings')"/><xsl:text disable-output-escaping="yes">")
355 .addClass("ui-state-default");
356 settingsLink.append(settingsButton);
357
358 var editingLink = $("&lt;a&gt;")
359 .attr("href", "javascript:;");
360 var editingButton = $("&lt;LI&gt;")
361 .css("padding", "3px")
362 .html((gs.userInformation.editEnabled == "true") ? "</xsl:text><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'menu.disable_edit_mode')"/><xsl:text disable-output-escaping="yes">" : "</xsl:text><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'menu.enable_edit_mode')"/><xsl:text disable-output-escaping="yes">")
363 .addClass("ui-state-default")
364 .click(function()
365 {
366 var url = gs.xsltParams.library_name + "?a=g&amp;rt=ro&amp;s=ChangeUserEditMode&amp;s1.username=" + gs.userInformation.username + "&amp;s1.enabled=" + ((gs.userInformation.editEnabled == "true") ? "false" : "true");
367 $.ajax(url)
368 .success(function(response)
369 {
370 location.reload();
371 });
372 });
373 editingLink.append(editingButton);
374
375 var url = document.URL;
376 var hasQueryString = (url.indexOf("?") != -1);
377 var hashIndex = url.indexOf("#");
378
379 var hashPart;
380 if(hashIndex != -1)
381 {
382 hashPart = url.substring(hashIndex);
383 url = url.substring(0, hashIndex);
384 }
385
386 var logoutLink = $("&lt;a&gt;")
387 .attr("href", url + (hasQueryString ? "&amp;" : "?") + "logout=" + (hashPart ? hashPart : ""));
388 var logoutButton = $("&lt;LI&gt;")
389 .css("padding", "3px")
390 .html("</xsl:text><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'menu.logout')"/><xsl:text disable-output-escaping="yes">")
391 .addClass("ui-state-default");
392 logoutLink.append(logoutButton);
393
394 menu.append(settingsLink);
395 menu.append(editingLink);
396 menu.append(logoutLink);
397
398 var buttonLeft = button.offset().left;
399 var buttonTop = button.offset().top;
400
401 var buttonHeight = button.height();
402
403 menu.offset({top: buttonTop + buttonHeight + 4, left: buttonLeft});
404 $("#topArea").append(menu);
405 }
406 }
407 </xsl:text>
408 </script>
409
410 </xsl:template>
411 <xsl:template name="generateLoginURL">
412 <xsl:value-of select="$library_name"/>
413 <xsl:text>?a=p&amp;sa=login&amp;redirectURL=</xsl:text>
414 <xsl:value-of select="$library_name"/>
415 <xsl:text>%3F</xsl:text>
416 <xsl:if test="/page/pageRequest/@action">
417 <xsl:text>a=</xsl:text>
418 <xsl:value-of select="/page/pageRequest/@action"/>
419 </xsl:if>
420 <xsl:if test="/page/pageRequest/@subaction">
421 <xsl:text>%26sa=</xsl:text>
422 <xsl:value-of select="/page/pageRequest/@subaction"/>
423 </xsl:if>
424 <xsl:for-each select="/page/pageRequest/paramList/param">
425 <xsl:if test="@name != 'password' and @name != 's1.password' and @name != 's1.newPassword' and @name != 's1.oldPassword'">
426 <xsl:text>%26</xsl:text>
427 <xsl:value-of select="@name"/>
428 <xsl:text>=</xsl:text>
429 <xsl:value-of select="@value"/>
430 </xsl:if>
431 </xsl:for-each>
432
433 </xsl:template>
434
435 <xsl:template name="LoginoutLink">
436 <!-- login/logout -->
437 <xsl:choose>
438 <xsl:when test="/page/pageRequest/userInformation/@username">
439 <a>
440 <xsl:attribute name="href">javascript:toggleUserMenu();</xsl:attribute>
441 <xsl:call-template name="toggleUserMenuScript"/>
442 <span id="loginButton"><xsl:value-of select="/page/pageRequest/userInformation/@username"/></span>
443 </a>
444 </xsl:when>
445 <xsl:otherwise>
446 <a>
447 <xsl:attribute name="href"><xsl:call-template name="generateLoginURL"/>
448 </xsl:attribute>
449 <xsl:attribute name="title"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'login_tip')"/></xsl:attribute>
450 <span id="loginButton"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'login_b')"/></span>
451 </a>
452 </xsl:otherwise>
453 </xsl:choose>
454 </xsl:template>
455
456 <xsl:template name="DebugLink">
457 <!-- debuginfo (doesn't use class="ui-state-error" since the text is not legible due to inherited text-colour) -->
458 <xsl:if test="/page/pageRequest/paramList/param[(@name='debug') and (@value='on' or @value='true' or @value='1' or @value='yes')]">
459 <a href="{$library_name}/collection/{$collNameChecked}/page/debug">
460 <xsl:attribute name="title"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'debuginfo_tip')"/></xsl:attribute>
461 <span id="debugButton"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'debuginfo_b')"/></span>
462 </a>
463 </xsl:if>
464 </xsl:template>
465
466 <xsl:template name="buttonStyling">
467 <script type="text/javascript">
468 <xsl:text disable-output-escaping="yes">
469 $("#preferencesButton").button({icons:{primary:"ui-icon-wrench"}});
470 $("#preferencesButton .ui-button-text").css({"padding-top":"0px", "padding-bottom":"3px"});
471 $("#helpButton").button({icons:{primary:"ui-icon-help"}});
472 $("#helpButton .ui-button-text").css({"padding-top":"0px", "padding-bottom":"3px"});
473 $("#debugButton").button({icons:{primary:"ui-icon-info"}});
474 $("#debugButton .ui-button-text").css({"padding-top":"0px", "padding-bottom":"3px"});
475 </xsl:text>
476 <xsl:choose>
477 <xsl:when test="/page/pageRequest/userInformation/@username">
478 <xsl:text disable-output-escaping="yes">$("#loginButton").button({icons:{primary:"ui-icon-unlocked"}});</xsl:text>
479 </xsl:when>
480 <xsl:otherwise>
481 <xsl:text disable-output-escaping="yes">$("#loginButton").button({icons:{primary:"ui-icon-locked"}});</xsl:text>
482 </xsl:otherwise>
483 </xsl:choose>
484 <xsl:text disable-output-escaping="yes">
485 $("#loginButton .ui-button-text").css({"padding-top":"0px", "padding-bottom":"3px"});
486 </xsl:text>
487 </script>
488
489 </xsl:template>
490 <!-- ***** PAGE TITLE ***** -->
491 <xsl:template name="page-title-area">
492 <xsl:variable name="pageTitleVar"><xsl:call-template name="pageTitle"/></xsl:variable>
493 <div id="titlearea">
494 <h2>
495 <!-- Resize the title based on how long it is (There's probably a better way to do this) -->
496 <xsl:attribute name="style">
497 <xsl:choose>
498 <xsl:when test="string-length($pageTitleVar) &lt; 20">
499 <xsl:text>font-size: 1.5em;</xsl:text>
500 </xsl:when>
501 <xsl:when test="string-length($pageTitleVar) &lt; 30">
502 <xsl:text>font-size: 1.4em;</xsl:text>
503 </xsl:when>
504 <xsl:when test="string-length($pageTitleVar) &lt; 40">
505 <xsl:text>font-size: 1.3em;</xsl:text>
506 </xsl:when>
507 <xsl:when test="string-length($pageTitleVar) &lt; 50">
508 <xsl:text>font-size: 1.2em;</xsl:text>
509 </xsl:when>
510 <xsl:when test="string-length($pageTitleVar) &lt; 60">
511 <xsl:text>font-size: 1.1em;</xsl:text>
512 </xsl:when>
513 <xsl:when test="string-length($pageTitleVar) &lt; 70">
514 <xsl:text>font-size: 1em;</xsl:text>
515 </xsl:when>
516 <xsl:when test="string-length($pageTitleVar) &lt; 80">
517 <xsl:text>font-size: 0.9em;</xsl:text>
518 </xsl:when>
519 <xsl:when test="string-length($pageTitleVar) &lt; 90">
520 <xsl:text>font-size: 0.8em;</xsl:text>
521 </xsl:when>
522 <xsl:otherwise>
523 <xsl:text>font-size: 0.7em;</xsl:text>
524 </xsl:otherwise>
525 </xsl:choose>
526 </xsl:attribute>
527 <!--<xsl:value-of select="string-length($pageTitleVar)" />-->
528 <xsl:value-of select="$pageTitleVar" />
529 </h2><xsl:text> </xsl:text>
530 </div>
531 </xsl:template>
532
533 <!-- ***** QUICK SEARCH AREA ***** -->
534 <!-- Search form should only appear if there's a search (query) service AND it has an index.
535 By default, all collections end up with some query service (default is MGPP) even when they have
536 no search indexes, which is why the extra test for the presence of an index/fq-something is necessary. -->
537 <xsl:template name="quick-search-area">
538 <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@type='query']">
539 <xsl:variable name="subaction" select="/page/pageRequest/@subaction"/>
540 <div id="quicksearcharea">
541 <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']">
542 <xsl:choose>
543 <xsl:when test="not(page/pageRequest[@action='q']) or /page/pageRequest/paramList/param[@name='qs']/@value = '1'">
544 <form action="{$library_name}/collection/{$collNameChecked}/search/TextQuery">
545 <!-- This parameter says that we have come from the quick search area -->
546 <input type="hidden" name="qs" value="1"/>
547 <input type="hidden" name="rt" value="rd"/>
548 <input type="hidden" name="s1.level">
549 <xsl:attribute name="value">
550 <xsl:value-of select="/page/pageResponse/collection/serviceList/service[@name='TextQuery']/paramList/param[@name = 'level']/@default"/>
551 </xsl:attribute>
552 </input>
553 <xsl:choose>
554 <xsl:when test="/page/pageResponse/service[@name = 'TextQuery']/paramList/param[@name = 'startPage']">
555 <input type="hidden" name="s1.startPage" value="1"/>
556 </xsl:when>
557 <xsl:otherwise>
558 <input type="hidden" name="startPage" value="1"/>
559 </xsl:otherwise>
560 </xsl:choose>
561
562 <!-- The query text box -->
563 <span class="querybox">
564 <xsl:variable name="qs">
565 <xsl:apply-templates select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='query']" mode="calculate-default"/>
566 </xsl:variable>
567 <nobr>
568 <xsl:apply-templates select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='query']">
569 <!--
570 <xsl:with-param name="default" select="java:org.greenstone.gsdl3.util.XSLTUtil.tidyWhitespace($qs, /page/@lang)"/>
571 -->
572 <xsl:with-param name="default" select="normalize-space($qs)"/>
573
574 </xsl:apply-templates>
575 </nobr>
576 </span>
577 <!-- The index selection list -->
578 <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='index']/@type = 'enum_single'">
579 <span class="textselect">
580 <xsl:apply-templates select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='index']">
581 <xsl:with-param name="default">
582 <xsl:apply-templates select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='index']" mode="calculate-default"/>
583 </xsl:with-param>
584 <xsl:with-param name="hideSingle">false</xsl:with-param>
585 <xsl:with-param name="quickSearch">true</xsl:with-param>
586 </xsl:apply-templates>
587 </span>
588 </xsl:if>
589 <!-- The partition selection list -->
590 <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='indexSubcollection']/@type = 'enum_single'">
591 <span class="textselect">
592 <xsl:apply-templates select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='indexSubcollection']">
593 <xsl:with-param name="default">
594 <xsl:apply-templates select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='indexSubcollection']" mode="calculate-default"/>
595 </xsl:with-param>
596 <xsl:with-param name="hideSingle">true</xsl:with-param>
597 <xsl:with-param name="quickSearch">true</xsl:with-param>
598 </xsl:apply-templates>
599 </span>
600 </xsl:if>
601 <!-- The language selection list -->
602 <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='indexLanguage']/@type = 'enum_single'">
603 <span class="textselect">
604 <xsl:apply-templates select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='indexLanguage']">
605 <xsl:with-param name="default">
606 <xsl:apply-templates select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='indexLanguage']" mode="calculate-default"/>
607 </xsl:with-param>
608 <xsl:with-param name="hideSingle">true</xsl:with-param>
609 <xsl:with-param name="quickSearch">true</xsl:with-param>
610 </xsl:apply-templates>
611 </span>
612 </xsl:if>
613 <!-- The submit button (for TextQuery) -->
614 <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']">
615 <input type="submit" id="quickSearchSubmitButton">
616 <xsl:attribute name="value">
617 <xsl:value-of select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/displayItem[@name='submit']"/>
618 </xsl:attribute>
619 </input>
620 <br/>
621 </xsl:if>
622 </form>
623 </xsl:when>
624 <xsl:otherwise><br/></xsl:otherwise>
625 </xsl:choose>
626 </xsl:if>
627 <!-- The list of other search types -->
628 <ul>
629 <xsl:for-each select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@type='query']">
630 <li>
631 <xsl:choose>
632 <xsl:when test="@name = /page/pageRequest/paramList/param[@name='s']/@value and not(/page/pageRequest/paramList/param[@name='qs']/@value = 1)">
633 <xsl:attribute name="class">ui-state-default ui-corner-all ui-state-active</xsl:attribute>
634 </xsl:when>
635 <xsl:otherwise>
636 <xsl:attribute name="class">ui-state-default ui-corner-all</xsl:attribute>
637 </xsl:otherwise>
638 </xsl:choose>
639 <a>
640 <xsl:attribute name="href">
641 <xsl:value-of select="$library_name"/>/collection/<xsl:value-of select="$collNameChecked"/>/search/<xsl:value-of select="@name"/>
642 </xsl:attribute>
643 <xsl:value-of select="displayItem[@name='name']"/>
644 </a>
645 </li>
646 </xsl:for-each>
647 </ul>
648 </div>
649 </xsl:if>
650 </xsl:template>
651
652 <xsl:template name="map-scripts">
653 <meta content="initial-scale=1.0, user-scalable=no" name="viewport"/>
654 <script src="http://maps.googleapis.com/maps/api/js?key=AIzaSyCofVTps3xHfMvIcTMHqYMMxe3xXfkAxnI" type="text/javascript"><xsl:text> </xsl:text></script>
655 <script src="interfaces/{$interface_name}/js/map-scripts.js" type="text/javascript"><xsl:text> </xsl:text></script>
656 <script type="text/javascript">$(window).load(initializeMapScripts);</script>
657 </xsl:template>
658
659 <xsl:template name="openlayers-map-scripts">
660 <script src="interfaces/{interface_name}/js/OpenLayers.js" type="text/javascript"><xsl:text> </xsl:text></script>
661 </xsl:template>
662
663 <xsl:template name="panoramaViewer-scripts">
664 <script src="interfaces/{$interface_name}/js/three45.min.js" type="text/javascript"><xsl:text> </xsl:text></script>
665 <script src="interfaces/{$interface_name}/js/Tween.js" type="text/javascript"><xsl:text> </xsl:text></script>
666 <script src="interfaces/{$interface_name}/js/Detector.js" type="text/javascript"><xsl:text> </xsl:text></script>
667 <script src="interfaces/{$interface_name}/js/RequestAnimationFrame.js" type="text/javascript"><xsl:text> </xsl:text></script>
668 <script src="interfaces/{$interface_name}/js/panoramaMarker.js" type="text/javascript"><xsl:text> </xsl:text></script>
669 <script src="interfaces/{$interface_name}/js/panoramaViewer.js" type="text/javascript"><xsl:text> </xsl:text></script>
670 <script type="text/javascript">$(window).load(initPanoramaViewer);$(window).load(_animate);</script>
671 </xsl:template>
672
673 <xsl:template name="choose-title">
674 <gsf:choose-metadata>
675 <gsf:metadata name="dc.Title"/>
676 <gsf:metadata name="exp.Title"/>
677 <gsf:metadata name="ex.dc.Title"/>
678 <gsf:metadata name="Title"/>
679 <gsf:default>Untitled</gsf:default>
680 </gsf:choose-metadata>
681 </xsl:template>
682</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.