Changeset 25881
- Timestamp:
- 2012-06-28T15:10:42+12:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/web/interfaces/default/transform/config_format.xsl
r25823 r25881 101 101 <xsl:text>/document/</xsl:text> 102 102 <xslt:value-of select='@nodeID'/> 103 <xslt:if test="$bookswitch = 'on' or $bookswitch = 'flashxml'"> 103 <xslt:choose> 104 <xslt:when test="$bookswitch = 'on' or $bookswitch = 'flashxml'"> 104 105 <xsl:text>?book=on</xsl:text> 105 </xslt:if> 106 </xslt:when> 107 <xslt:otherwise> 108 <xslt:if test="$opt-doc-link-args">?<xslt:value-of select="$opt-doc-link-args"/></xslt:if></xslt:otherwise> 109 </xslt:choose> 106 110 </xslt:attribute> 107 111 <xsl:apply-templates/>
Note:
See TracChangeset
for help on using the changeset viewer.