source: main/trunk/ibisph-view/src/main/webapp/xslt/html/secure/query/module/builder/SiteSpecific.xslt @ 22738

Last change on this file since 22738 was 22738, checked in by GarthBraithwaite_STG, 3 years ago

view - view, admin - Added commonLocalContentPath for saving query and user xml files. css heading and spacing tweaks. topic desc to admin ip topic selection page.

File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2
3<xsl:stylesheet version="3.0" 
4        xmlns:xsl ="http://www.w3.org/1999/XSL/Transform" 
5        xmlns:ibis="http://www.ibisph.org"
6
7        exclude-result-prefixes="ibis"
8>
9        <xsl:import href="../SiteSpecific.xslt"/>
10
11        <ibis:doc>
12                <name>html/secure/query/module/builder/SiteSpecific</name>
13                <summary>Provides 'secure/query/module' site specific template overrides</summary>
14                <description>
15                        Provides an overridden 'siteSpecific.siteNavigationMenu' API template
16                        call, prefs popup, script init, etc.
17                </description>
18        </ibis:doc>
19
20
21        <xsl:param name="Page.submitFormURL" 
22                select="concat($ibis.baseRequestPath, 'secure/query/submit/', /QUERY_MODULE/REQUEST/CONFIGURATION_PATH, '.html')"
23                ibis:doc="Mechanism implemented so secure query can have a different result page."
24        />
25
26        <xsl:param name="SiteSpecific.navigationPathSelections">
27                <SELECTION>
28                        <TITLE>Secure</TITLE>
29                        <LOCAL_URL>secure</LOCAL_URL>
30                </SELECTION>
31                <SELECTION>
32                        <TITLE>Index</TITLE>
33                        <LOCAL_URL>secure/selection/Index.html</LOCAL_URL>
34                </SELECTION>
35                <SELECTION>
36                        <TITLE>Selection</TITLE>
37                        <LOCAL_URL>/QUERY_MODULE/QUERY_CONFIGURATION_SELECTION/LOCAL_URL</LOCAL_URL>
38                </SELECTION>
39        </xsl:param>
40
41</xsl:stylesheet>
42<!-- ============================= End of File ============================= -->
43
Note: See TracBrowser for help on using the repository browser.