Changeset 14639 for greenstone3/trunk/web/interfaces
- Timestamp:
- 2007-10-09T21:23:13+13:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/trunk/web/interfaces/classic/transform/query-common.xsl
r14600 r14639 27 27 28 28 <!-- a special handling of the param list - we override the one in service-params --> 29 <xsl:template match="paramList" priority='2'> 30 31 29 <xsl:template match="paramList" priority='2'> 30 <span class="textselect"> 31 Search for <xsl:apply-templates select="param[@name='index']"><xsl:with-param name="default"><xsl:apply-templates select="param[@name='index']" mode="calculate-default"/></xsl:with-param></xsl:apply-templates><xsl:if test="param[@name='level' and not(@type='invisible')]">at <xsl:apply-templates select="param[@name='level']"><xsl:with-param name="default"><xsl:apply-templates select="param[@name='level']" mode="calculate-default"/></xsl:with-param></xsl:apply-templates> level</xsl:if><xsl:call-template name='query_mode'/> 32 32 </span> 33 33 <span class="querybox"> … … 44 44 <xsl:choose> 45 45 <xsl:when test="$qfm=1"> 46 and display results in <xsl:apply-templates select="param[@name='sortBy']"><xsl:with-param name="default"><xsl:apply-templates select="param[@name='sortBy']" mode="calculate-default"/></xsl:with-param></xsl:apply-templates> order46 <!-- and display results in <xsl:apply-templates select="param[@name='sortBy']"><xsl:with-param name="default"><xsl:apply-templates select="param[@name='sortBy']" mode="calculate-default"/></xsl:with-param></xsl:apply-templates> order --> 47 47 </xsl:when> 48 48 <xsl:otherwise>
Note:
See TracChangeset
for help on using the changeset viewer.