Ignore:
Timestamp:
2006-12-14T15:39:54+13:00 (17 years ago)
Author:
shaoqun
Message:

replaced some div tags with ul and li tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/default/transform/query.xsl

    r13268 r13505  
    3939      <xsl:with-param name="collName" select="$collName"/>
    4040    </xsl:call-template>
    41     <div class="document">
     41    <div id="content">
    4242    <xsl:apply-templates select="service">
    4343      <xsl:with-param name="collName" select="$collName"/>
     
    8989    <xsl:param name="collName"/>
    9090    <xsl:variable name="subaction" select="../pageRequest/@subaction"/>
    91     <div class="queryform">
     91    <div id="queryform">
    9292    <form name="QueryForm" method="get" action="{$library_name}">
    9393      <input type="hidden" name="a" value="q"/>
Note: See TracChangeset for help on using the changeset viewer.