Ignore:
Timestamp:
2011-08-01T21:15:32+12:00 (13 years ago)
Author:
ak19
Message:

Corrections to commits of revision 24339 and 24340: better layout for oran skin when the default contents of collectionconfig.xml are present (if there's nothing in collectionconfig.xml, it will use Sam's better interface). Uses table and table rows and cells instead of unordered list and listitems.

File:
1 edited

Legend:

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

    r24340 r24359  
    119119        <xsl:choose>
    120120            <xsl:when test="@type='classifier'">
    121                 <img style="width:20px; height:16px; border:0px"><xsl:attribute name="src"><xsl:text>interfaces/oran/images/bookshelf.png</xsl:text></xsl:attribute></img>
     121                <img style="border:0px"><xsl:attribute name="src"><xsl:text>interfaces/oran/images/bookshelf.png</xsl:text></xsl:attribute></img>
    122122            </xsl:when>
    123123            <xsl:when test="@type='document'">
    124                 <img style="width:20px; height:16px; border:0px"><xsl:attribute name="src"><xsl:text>interfaces/oran/images/itext.gif</xsl:text></xsl:attribute></img>
     124                <img style="border:0px"><xsl:attribute name="src"><xsl:text>interfaces/oran/images/itext.gif</xsl:text></xsl:attribute></img>
    125125            </xsl:when>
    126126        </xsl:choose>
    127127    </xsl:template>
    128  
     128
    129129    <xsl:template match="gsf:metadata[@format]">
    130130        <xslt:value-of disable-output-escaping="yes">
Note: See TracChangeset for help on using the changeset viewer.