Changeset 14541 for greenstone3/trunk/web/interfaces
- Timestamp:
- 2007-09-19T12:51:46+12:00 (16 years ago)
- Location:
- greenstone3/trunk/web/interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/trunk/web/interfaces/classic/transform/document.xsl
r14540 r14541 259 259 <tr valign='top'><td> 260 260 <xsl:choose><xsl:when test="string($oc)='0'"> 261 <a href="{$library_name}?a=d&c={$collName}&d={$d}&sib={$sib}&oc=1 "><xsl:call-template name="closedfolderimg"><xsl:with-param name="title">open the table of contents</xsl:with-param></xsl:call-template></a>261 <a href="{$library_name}?a=d&c={$collName}&d={$d}&sib={$sib}&oc=1&p.s={$p.s}&p.sa={$p.sa}&p.a={$p.a}&p.c={$p.c}"><xsl:call-template name="closedfolderimg"><xsl:with-param name="title">open the table of contents</xsl:with-param></xsl:call-template></a> 262 262 </xsl:when> 263 <xsl:otherwise><a href="{$library_name}?a=d&c={$collName}&d={$d}&sib={$sib}&oc=0 "><xsl:call-template name="openfolderimg"><xsl:with-param name="title">close the table of contents</xsl:with-param></xsl:call-template></a></xsl:otherwise></xsl:choose>263 <xsl:otherwise><a href="{$library_name}?a=d&c={$collName}&d={$d}&sib={$sib}&oc=0&p.s={$p.s}&p.sa={$p.sa}&p.a={$p.a}&p.c={$p.c}"><xsl:call-template name="openfolderimg"><xsl:with-param name="title">close the table of contents</xsl:with-param></xsl:call-template></a></xsl:otherwise></xsl:choose> 264 264 </td><td>Table of Contents</td></tr> 265 265 <xsl:if test="string($oc)!='0'"> -
greenstone3/trunk/web/interfaces/default/transform/document.xsl
r14540 r14541 300 300 <li> 301 301 <xsl:choose><xsl:when test="string($oc)='0'"> 302 <a href="{$library_name}?a=d&c={$collName}&d={$d}&sib={$sib}&oc=1 "><xsl:call-template name="closedfolderimg"><xsl:with-param name="title">open the table of contents</xsl:with-param></xsl:call-template></a>302 <a href="{$library_name}?a=d&c={$collName}&d={$d}&sib={$sib}&oc=1&p.s={$p.s}&p.sa={$p.sa}&p.a={$p.a}&p.c={$p.c}"><xsl:call-template name="closedfolderimg"><xsl:with-param name="title">open the table of contents</xsl:with-param></xsl:call-template></a> 303 303 </xsl:when> 304 <xsl:otherwise><a href="{$library_name}?a=d&c={$collName}&d={$d}&sib={$sib}&oc=0 "><xsl:call-template name="openfolderimg"><xsl:with-param name="title">close the table of contents</xsl:with-param></xsl:call-template></a></xsl:otherwise></xsl:choose>Table of Contents304 <xsl:otherwise><a href="{$library_name}?a=d&c={$collName}&d={$d}&sib={$sib}&oc=0&p.s={$p.s}&p.sa={$p.sa}&p.a={$p.a}&p.c={$p.c}"><xsl:call-template name="openfolderimg"><xsl:with-param name="title">close the table of contents</xsl:with-param></xsl:call-template></a></xsl:otherwise></xsl:choose>Table of Contents 305 305 <xsl:if test="string($oc)!='0'"> 306 306 <ul class="tocnode">
Note:
See TracChangeset
for help on using the changeset viewer.