Ignore:
Timestamp:
2011-10-05T16:21:07+13:00 (13 years ago)
Author:
davidb
Message:

Restructured template rule to be more in line with the 'match=documentNode' form used in browsing and document display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/transform/pages/query.xsl

    r24025 r24727  
    135135                </p>
    136136               
    137                 <ul id="results">
     137                <!-- <ul id="results"> -->
     138                <table id="results">
    138139                    <xsl:for-each select="pageResponse/documentNodeList/documentNode">
     140
     141                      <tr class="document">
     142
     143                            <xsl:apply-templates select="."/>
     144                      </tr>
     145<!--
     146
    139147                        <li class="document">
    140148                            <a>
     
    148156                                </xsl:choose>
    149157                               
    150                                 <xsl:value-of disable-output-escaping="yes"  select="metadataList/metadata[@name='Title']"/> 
     158                                <xsl:value-of disable-output-escaping="yes"  select="metadataList/metadata[@name='Title']"/>
    151159                            </a>
    152                            
    153                             <!-- If this is results from a cross collection search then add a link to the collection that it is from -->
     160                            ***** -->
     161                            <!-- If this is results from a cross collection search then add a link to the collection that it is from --><!--
    154162                            <xsl:if test="@collection">
    155163                                (<a style="background-image:none; padding:3px;">
     
    162170                            <xsl:call-template name="documentBerryForClassifierOrSearchPage"/>
    163171                        </li>
     172-->
     173
    164174                    </xsl:for-each>
    165175                    <br/>
     
    167177                    <!-- Previous/Next buttons-->
    168178                    <xsl:call-template name="prevNextButtons"/>
    169                 </ul>
     179                </table>
     180                <!-- </ul> -->
     181
    170182            </xsl:otherwise>
    171183           
Note: See TracChangeset for help on using the changeset viewer.