Changeset 25318 in main for trunk/documentation/src/main/webapp/xslt/html/SiteSpecific.xslt
- Timestamp:
- 06/05/22 00:53:07 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/documentation/src/main/webapp/xslt/html/SiteSpecific.xslt
r25317 r25318 26 26 </ibis:doc> 27 27 28 <xsl:param name="Page.applicationTitle" select="'IBIS-PH '"28 <xsl:param name="Page.applicationTitle" select="'IBIS-PH System Docs'" 29 29 ibis:doc="Used for the page's title element prefix text" 30 30 /> … … 43 43 > 44 44 <xsl:apply-templates select="document(ibis:getContentPath('xml/selections/navigation/SiteNavigationSelections.xml'))/SELECTIONS/*" mode="ibis.copy"/> 45 </xsl:param>46 <xsl:param name="SiteSpecific.siteAuthenticatedUserSelections">47 <xsl:apply-templates select="document(ibis:getContentPath('xml/selections/navigation/AuthenticatedUserSelection.xml'))/SELECTION/SELECTIONS" mode="ibis.copy"/>48 </xsl:param>49 <xsl:param name="SiteSpecific.siteNonAuthenticatedUserSelections">50 <xsl:apply-templates select="document(ibis:getContentPath('xml/selections/navigation/UserSelection.xml'))/SELECTION/SELECTIONS" mode="ibis.copy"/>51 45 </xsl:param> 52 46
Note: See TracChangeset
for help on using the changeset viewer.