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

Last change on this file since 26120 was 26120, checked in by sjm84, 12 years ago

Some updates to header.xsl to fix a few bugs and tidying some things

  • Property svn:executable set to *
File size: 20.0 KB
Line 
1<xsl:stylesheet version="1.0"
2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 xmlns:java="http://xml.apache.org/xslt/java"
4 xmlns:util="xalan://org.greenstone.gsdl3.util.XSLTUtil"
5 xmlns:gslib="http://www.greenstone.org/skinning"
6 xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat"
7 extension-element-prefixes="java util"
8 exclude-result-prefixes="java util gsf">
9
10 <xsl:include href="../query-common.xsl"/>
11 <xsl:include href="../javascript-global-setup.xsl"/>
12
13 <!-- If the c parameter is empty then use the p.c parameter for the collection name-->
14 <xsl:variable name="collNameChecked">
15 <xsl:choose>
16 <xsl:when test="$collName = '' and /page/pageRequest/paramList/param[@name='p.c']/@value">
17 <xsl:value-of select="/page/pageRequest/paramList/param[@name='p.c']/@value"/>
18 </xsl:when>
19 <xsl:otherwise>
20 <xsl:value-of select="$collName"/>
21 </xsl:otherwise>
22 </xsl:choose>
23 </xsl:variable>
24
25 <!-- Creates a header for the html page -->
26 <xsl:template name="create-html-header">
27 <base>
28 <xsl:attribute name="href">
29 <xsl:choose>
30 <xsl:when test="/page/pageResponse/metadataList/metadata[@name = 'baseURL']">
31 <xsl:value-of select="/page/pageResponse/metadataList/metadata[@name = 'baseURL']"/>
32 </xsl:when>
33 <xsl:when test="/page/pageRequest/@baseURL">
34 <xsl:value-of select="/page/pageRequest/@baseURL"/>
35 </xsl:when>
36 </xsl:choose>
37 </xsl:attribute>
38 </base>
39 <xsl:comment>[if lte IE 6]&gt;&lt;/base&gt;&lt;![endif]</xsl:comment>
40
41 <title><xsl:call-template name="pageTitle"/> :: <xsl:call-template name="siteName"/></title>
42
43 <xsl:choose>
44 <xsl:when test="/page/pageResponse/interfaceOptions/option[@name = 'cssTheme']/@value">
45 <!-- Get the theme from the interfaceConfig.xml file -->
46 <link rel="stylesheet" href="{/page/pageResponse/interfaceOptions/option[@name = 'cssTheme']/@value}" type="text/css"/>
47 </xsl:when>
48 <xsl:otherwise>
49 <link rel="stylesheet" href="interfaces/{$interface_name}/style/themes/main/jquery-ui-1.8.16.custom.css" type="text/css"/>
50 </xsl:otherwise>
51 </xsl:choose>
52 <link rel="stylesheet" href="interfaces/{$interface_name}/style/core.css" type="text/css"/>
53 <link rel="shortcut icon" href="favicon.ico"/>
54
55 <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery.min.js"><xsl:text> </xsl:text></script>
56 <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery-ui.min.js"><xsl:text> </xsl:text></script>
57 <script type="text/javascript" src="interfaces/{$interface_name}/js/jquery.themeswitcher.min.js"><xsl:text> </xsl:text></script>
58
59 <script type="text/javascript" src="interfaces/{$interface_name}/js/direct-edit.js"><xsl:text> </xsl:text></script>
60 <script type="text/javascript" src="interfaces/{$interface_name}/js/zoomer.js"><xsl:text> </xsl:text></script>
61
62 <xsl:if test="/page/pageResponse/format[@type='display' or @type='browse' or @type='search']/gsf:option[@name='mapEnabled']/@value = 'true'">
63 <xsl:call-template name="map-scripts"/>
64 </xsl:if>
65
66 <xsl:if test="/page/pageRequest/userInformation 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))">
67 <xsl:call-template name="init-direct-edit"/>
68 </xsl:if>
69 <xsl:call-template name="setup-gs-variable"/>
70 <xsl:call-template name="additionalHeaderContent"/>
71 </xsl:template>
72
73 <xsl:template name="additionalHeaderContent">
74 <!-- This template should be overridden in the collectionConfig.xml file if you want to add extra header content -->
75 </xsl:template>
76
77 <xsl:template name="init-direct-edit">
78 <script type="text/javascript">
79 <xsl:text disable-output-escaping="yes">
80 de.onready(function()
81 {
82 try
83 {
84 de.init();
85 }
86 catch (err)
87 {
88 alert("Seaweed failed to initialise: " + err.message);
89 }
90 });
91 </xsl:text>
92 </script>
93 </xsl:template>
94
95 <!-- ***** HEADER LAYOUT TEMPLATE ***** -->
96 <xsl:template name="create-banner">
97 <div id="gs_banner" class="ui-widget-header ui-corner-bottom">
98 <div id="titlesearchcontainer">
99 <xsl:call-template name="page-title-area"/>
100 <xsl:call-template name="quick-search-area"/>
101 <div style="clear:both;"><xsl:text> </xsl:text></div>
102 </div>
103 <xsl:call-template name="browsing-tabs"/>
104 </div>
105 </xsl:template>
106
107 <!-- ***** BROWSING TABS ***** -->
108 <xsl:template name="browsing-tabs">
109 <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service">
110 <ul id="gs-nav">
111 <!-- If this collection has a ClassifierBrowse service then add a tab for each classifier-->
112 <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@type='browse' and @name='ClassifierBrowse']">
113 <!-- Loop through each classifier -->
114 <xsl:for-each select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='ClassifierBrowse']/classifierList/classifier">
115 <li>
116 <xsl:choose>
117 <!-- If this tab is selected then colour it differently -->
118 <xsl:when test="util:contains(/page/pageRequest/paramList/param[@name = 'cl' and /page/pageRequest/@action = 'b']/@value, @name)">
119 <xsl:attribute name='class'>ui-state-default ui-corner-top ui-tabs-selected ui-state-active</xsl:attribute>
120 </xsl:when>
121 <xsl:otherwise>
122 <xsl:attribute name='class'>ui-state-default ui-corner-top</xsl:attribute>
123 </xsl:otherwise>
124 </xsl:choose>
125
126 <a>
127 <!-- Add a title element to the <a> tag if a description exists for this classifier -->
128 <xsl:if test="displayItem[@name='description']">
129 <xsl:attribute name='title'><xsl:value-of select="displayItem[@name='description']"/></xsl:attribute>
130 </xsl:if>
131
132 <!-- Add the href element to the <a> tag -->
133 <xsl:choose>
134 <xsl:when test="@name">
135 <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>
136 </xsl:when>
137 <xsl:otherwise>
138 <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>
139 </xsl:otherwise>
140 </xsl:choose>
141
142 <!-- Add the actual text of the <a> tag -->
143 <xsl:value-of select="displayItem[@name='name']"/>
144 </a>
145 </li>
146 </xsl:for-each>
147 </xsl:if>
148
149 <!-- all other services -->
150 <xsl:for-each select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[not(@type='query') and not(@type='browse')]">
151 <xsl:call-template name="navigationTab"/>
152 </xsl:for-each>
153 </ul>
154 </xsl:if>
155 </xsl:template>
156
157 <!-- ***** HOME HELP PREFERENCES LOGIN ***** -->
158 <xsl:template name="home-help-preferences">
159 <ul id="bannerLinks">
160 <!-- preferences -->
161 <li class="ui-state-default ui-corner-all">
162 <a href="{$library_name}/collection/{$collNameChecked}/page/pref">
163 <xsl:attribute name="title"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'pref_tip')"/></xsl:attribute>
164 <ul>
165 <li><span><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'pref_b')"/></span></li>
166 <li><span class="ui-icon ui-icon-wrench"><xsl:text> </xsl:text></span></li>
167 </ul>
168 </a>
169 </li>
170
171 <!-- help -->
172 <li class="ui-state-default ui-corner-all">
173 <a href="{$library_name}/collection/{$collNameChecked}/page/help">
174 <xsl:attribute name="title"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'help_tip')"/></xsl:attribute>
175 <ul>
176 <li><span><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'help_b')"/></span></li>
177 <li><span class="ui-icon ui-icon-help"><xsl:text> </xsl:text></span></li>
178 </ul>
179 </a>
180 </li>
181
182 <!-- login/logout -->
183 <li class="ui-state-default ui-corner-all" id="userMenuButton">
184 <xsl:choose>
185 <xsl:when test="/page/pageRequest/userInformation/@username">
186 <a>
187 <xsl:attribute name="href">javascript:toggleUserMenu();</xsl:attribute>
188 <script type="text/javascript">
189 <xsl:text disable-output-escaping="yes">
190 function toggleUserMenu()
191 {
192 var button = $("#userMenuButton");
193 var menu;
194
195 if(button.data("userMenu"))
196 {
197 menu = button.data("userMenu");
198 if(menu.css("display") == "block")
199 {
200 menu.hide();
201 }
202 else
203 {
204 menu.show();
205 }
206 }
207 else
208 {
209 menu = $("&lt;UL&gt;")
210 .css("position", "absolute")
211 .css("display", "block")
212 .css("z-index", "100")
213 .css("list-style", "none outside none")
214 .css("margin-left", "0px")
215 .css("padding", "0px")
216 .css("font-size", "90%");
217
218 menu.attr("id", "userMenu");
219
220 button.data("userMenu", menu);
221
222 var settingsLink = $("&lt;a&gt;")
223 .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">");
224 var settingsButton = $("&lt;LI&gt;")
225 .css("padding", "3px")
226 .html("Account settings")
227 .addClass("ui-state-default");
228 settingsLink.append(settingsButton);
229
230 var url = document.URL;
231 var hasQueryString = (url.indexOf("?") != -1);
232 var hashIndex = url.indexOf("#");
233
234 var hashPart;
235 if(hashIndex != -1)
236 {
237 hashPart = url.substring(hashIndex);
238 url = url.substring(0, hashIndex);
239 }
240
241 var logoutLink = $("&lt;a&gt;")
242 .attr("href", url + (hasQueryString ? "&amp;" : "?") + "logout=" + (hashPart ? hashPart : ""));
243 var logoutButton = $("&lt;LI&gt;")
244 .css("padding", "3px")
245 .html("Logout")
246 .addClass("ui-state-default");
247 logoutLink.append(logoutButton);
248
249 menu.append(settingsLink);
250 menu.append(logoutLink);
251
252 var buttonLeft = button.offset().left;
253 var buttonTop = button.offset().top;
254 var buttonHeight = button.height();
255
256 menu.offset({top: buttonTop + buttonHeight + 4, left: buttonLeft});
257 $("#topArea").append(menu);
258 }
259 }
260 </xsl:text>
261 </script>
262 <ul>
263 <li><span><xsl:value-of select="/page/pageRequest/userInformation/@username"/></span></li>
264 <li><span class="ui-icon ui-icon-unlocked"><xsl:text> </xsl:text></span></li>
265 </ul>
266 </a>
267 </xsl:when>
268 <xsl:otherwise>
269 <a>
270 <xsl:attribute name="href">
271 <xsl:value-of select="$library_name"/>
272 <xsl:text>?a=p&amp;sa=login&amp;redirectURL=</xsl:text>
273 <xsl:value-of select="$library_name"/>
274 <xsl:text>%3F</xsl:text>
275 <xsl:if test="/page/pageRequest/@action">
276 <xsl:text>a=</xsl:text>
277 <xsl:value-of select="/page/pageRequest/@action"/>
278 </xsl:if>
279 <xsl:if test="/page/pageRequest/@subaction">
280 <xsl:text>%26sa=</xsl:text>
281 <xsl:value-of select="/page/pageRequest/@subaction"/>
282 </xsl:if>
283 <xsl:for-each select="/page/pageRequest/paramList/param">
284 <xsl:if test="@name != 'password' and @name != 's1.password' and @name != 's1.newPassword' and @name != 's1.oldPassword'">
285 <xsl:text>%26</xsl:text>
286 <xsl:value-of select="@name"/>
287 <xsl:text>=</xsl:text>
288 <xsl:value-of select="@value"/>
289 </xsl:if>
290 </xsl:for-each>
291 </xsl:attribute>
292 <xsl:attribute name="title"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'login_tip')"/></xsl:attribute>
293 <ul>
294 <li><span><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'login_b')"/></span></li>
295 <li><span class="ui-icon ui-icon-locked"><xsl:text> </xsl:text></span></li>
296 </ul>
297 </a>
298 </xsl:otherwise>
299 </xsl:choose>
300 </li>
301 <!-- debuginfo (doesn't use class="ui-state-error" since the text is not legible due to inherited text-colour) -->
302 <xsl:if test="/page/pageRequest/paramList/param[(@name='debug') and (@value='on' or @value='true' or @value='1')]">
303 <li class="ui-state-default ui-corner-all">
304 <a href="{$library_name}/collection/{$collNameChecked}/page/debug">
305 <xsl:attribute name="title"><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'debuginfo_tip')"/></xsl:attribute>
306 <ul>
307 <li><span><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'debuginfo_b')"/></span></li>
308 <li><span class="ui-icon ui-icon-info"><xsl:text> </xsl:text></span></li>
309 </ul>
310 </a>
311 </li>
312 </xsl:if>
313 </ul>
314 </xsl:template>
315
316 <!-- ***** PAGE TITLE ***** -->
317 <xsl:template name="page-title-area">
318 <xsl:variable name="pageTitleVar"><xsl:call-template name="pageTitle"/></xsl:variable>
319 <div id="titlearea">
320 <h2>
321 <!-- Resize the title based on how long it is (There's probably a better way to do this) -->
322 <xsl:attribute name="style">
323 <xsl:choose>
324 <xsl:when test="string-length($pageTitleVar) &lt; 20">
325 <xsl:text>font-size: 1.5em;</xsl:text>
326 </xsl:when>
327 <xsl:when test="string-length($pageTitleVar) &lt; 30">
328 <xsl:text>font-size: 1.4em;</xsl:text>
329 </xsl:when>
330 <xsl:when test="string-length($pageTitleVar) &lt; 40">
331 <xsl:text>font-size: 1.3em;</xsl:text>
332 </xsl:when>
333 <xsl:when test="string-length($pageTitleVar) &lt; 50">
334 <xsl:text>font-size: 1.2em;</xsl:text>
335 </xsl:when>
336 <xsl:when test="string-length($pageTitleVar) &lt; 60">
337 <xsl:text>font-size: 1.1em;</xsl:text>
338 </xsl:when>
339 <xsl:when test="string-length($pageTitleVar) &lt; 70">
340 <xsl:text>font-size: 1em;</xsl:text>
341 </xsl:when>
342 <xsl:when test="string-length($pageTitleVar) &lt; 80">
343 <xsl:text>font-size: 0.9em;</xsl:text>
344 </xsl:when>
345 <xsl:when test="string-length($pageTitleVar) &lt; 90">
346 <xsl:text>font-size: 0.8em;</xsl:text>
347 </xsl:when>
348 <xsl:otherwise>
349 <xsl:text>font-size: 0.7em;</xsl:text>
350 </xsl:otherwise>
351 </xsl:choose>
352 </xsl:attribute>
353 <!--<xsl:value-of select="string-length($pageTitleVar)" />-->
354 <xsl:value-of select="$pageTitleVar" />
355 </h2><xsl:text> </xsl:text>
356 </div>
357 </xsl:template>
358
359 <!-- ***** QUICK SEARCH AREA ***** -->
360 <!-- Search form should only appear if there's a search (query) service AND it has an index.
361 By default, all collections end up with some query service (default is MGPP) even when they have
362 no search indexes, which is why the extra test for the presence of an index/fq-something is necessary. -->
363 <xsl:template name="quick-search-area">
364 <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@type='query']">
365 <xsl:variable name="subaction" select="/page/pageRequest/@subaction"/>
366 <div id="quicksearcharea">
367 <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']">
368 <form action="{$library_name}/collection/{$collNameChecked}/search/TextQuery">
369 <!-- This parameter says that we have come from the quick search area -->
370 <input type="hidden" name="qs" value="1"/>
371 <input type="hidden" name="rt" value="rd"/>
372 <input type="hidden" name="s1.level">
373 <xsl:attribute name="value">
374 <xsl:choose>
375 <xsl:when test="/page/pageRequest/paramList/param[@name = 's1.level']">
376 <xsl:value-of select="/page/pageRequest/paramList/param[@name = 's1.level']/@value"/>
377 </xsl:when>
378 <xsl:otherwise>
379 <xsl:text>Sec</xsl:text>
380 </xsl:otherwise>
381 </xsl:choose>
382 </xsl:attribute>
383 </input>
384 <xsl:choose>
385 <xsl:when test="/page/pageResponse/service[@name = 'TextQuery']/paramList/param[@name = 'startPage']">
386 <input type="hidden" name="s1.startPage" value="1"/>
387 </xsl:when>
388 <xsl:otherwise>
389 <input type="hidden" name="startPage" value="1"/>
390 </xsl:otherwise>
391 </xsl:choose>
392 <xsl:if test="not(/page/pageRequest/paramList/param[@name = 's1.hitsPerPage'])">
393 <input type="hidden" name="s1.hitsPerPage" value="20"/>
394 </xsl:if>
395 <xsl:if test="not(/page/pageRequest/paramList/param[@name = 's1.maxDocs'])">
396 <input type="hidden" name="s1.maxDocs" value="100"/>
397 </xsl:if>
398 <!-- The query text box -->
399 <span class="querybox">
400 <xsl:variable name="qs">
401 <xsl:apply-templates select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='query']" mode="calculate-default"/>
402 </xsl:variable>
403 <nobr>
404 <xsl:apply-templates select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='query']">
405 <xsl:with-param name="default" select="java:org.greenstone.gsdl3.util.XSLTUtil.tidyWhitespace($qs, /page/@lang)"/>
406 </xsl:apply-templates>
407 </nobr>
408 </span>
409 <!-- The index selection list -->
410 <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='index']/@type = 'enum_single'">
411 <span class="textselect">
412 <xsl:apply-templates select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='index']">
413 <xsl:with-param name="default">
414 <xsl:apply-templates select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='index']" mode="calculate-default"/>
415 </xsl:with-param>
416 </xsl:apply-templates>
417 </span>
418 </xsl:if>
419 <!-- The submit button (for TextQuery) -->
420 <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']">
421 <input type="submit" id="quickSearchSubmitButton">
422 <xsl:attribute name="value">
423 <xsl:value-of select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/displayItem[@name='submit']"/>
424 </xsl:attribute>
425 </input>
426 <br/>
427 </xsl:if>
428 </form>
429 </xsl:if>
430 <!-- The list of other search types -->
431 <ul>
432 <xsl:for-each select="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@type='query']">
433 <li class="ui-state-default ui-corner-all">
434 <a>
435 <xsl:attribute name="href">
436 <xsl:value-of select="$library_name"/>/collection/<xsl:value-of select="$collNameChecked"/>/search/<xsl:value-of select="@name"/>
437 </xsl:attribute>
438 <xsl:value-of select="displayItem[@name='name']"/>
439 </a>
440 </li>
441 </xsl:for-each>
442 </ul>
443 </div>
444 </xsl:if>
445 </xsl:template>
446
447 <xsl:template name="map-scripts">
448 <meta content="initial-scale=1.0, user-scalable=no" name="viewport"/>
449 <script src="http://maps.googleapis.com/maps/api/js?sensor=false" type="text/javascript"><xsl:text> </xsl:text></script>
450 <script src="interfaces/{$interface_name}/js/map-scripts.js" type="text/javascript"><xsl:text> </xsl:text></script>
451 <script type="text/javascript">$(window).load(initializeMapScripts);</script>
452 </xsl:template>
453</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.