Ignore:
Timestamp:
2020-12-18T23:16:36+13:00 (4 years ago)
Author:
anupama
Message:

Clarifying basic (main) search form usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/wmtb/transform/layouts/main.xsl

    r34624 r34625  
    346346
    347347        <!-- The query text box -->
     348        Search for
    348349        <span class="querybox">
    349350          <xsl:variable name="qs">
     
    361362        </span>
    362363        <!-- The index selection list -->
     364        in
    363365        <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='index']/@type = 'enum_single'">
    364366          <span class="textselect">
     
    385387        </xsl:if>
    386388
    387         <!-- The index level selection list. hideSingle=true to hide the dropdown if there's only 1 level (the default). -->                       
     389        <!-- The index level selection list. hideSingle=true to hide the dropdown if there's only 1 level (the default). -->
     390        at
    388391        <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='level']/@type = 'enum_single'">
    389392          <span class="textselect">
     
    396399            </xsl:apply-templates>
    397400          </span>
    398         </xsl:if>                           
    399 
     401        </xsl:if>
     402        level.
     403       
    400404        <!-- The language selection list -->                       
    401405        <xsl:if test="/page/pageResponse/collection[@name=$collNameChecked]/serviceList/service[@name='TextQuery']/paramList/param[@name='indexLanguage']/@type = 'enum_single'">
Note: See TracChangeset for help on using the changeset viewer.