Changeset 25919
- Timestamp:
- 2012-07-10T14:10:36+12:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/web/interfaces/default/transform/config_format.xsl
r25881 r25919 89 89 </a> 90 90 </xsl:when> 91 92 91 <xsl:otherwise> <!-- a document link --> 93 92 <xslt:variable name="bookswitch"> … … 101 100 <xsl:text>/document/</xsl:text> 102 101 <xslt:value-of select='@nodeID'/> 103 <xslt:choose> 104 <xslt:when test="$bookswitch = 'on' or $bookswitch = 'flashxml'"> 105 <xsl:text>?book=on</xsl:text> 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> 102 <xslt:choose> 103 <xslt:when test="$bookswitch = 'on' or $bookswitch = 'flashxml'"> 104 <xsl:text>?book=on</xsl:text> 105 </xslt:when> 106 <xslt:otherwise> 107 <xslt:if test="$opt-doc-link-args">?<xslt:value-of select="$opt-doc-link-args"/></xslt:if> 108 </xslt:otherwise> 109 </xslt:choose> 110 110 </xslt:attribute> 111 111 <xsl:apply-templates/>
Note:
See TracChangeset
for help on using the changeset viewer.