Project

General

Profile

« Previous | Next » 

Revision 1689

Added by Jing Tao about 21 years ago

Revise some templates.

View differences:

eml-identifier-2.0.0.xsl
37 37
        <xsl:param name="packageID"/>
38 38
        <xsl:param name="system"/>
39 39
        <xsl:if test="normalize-space(.)">
40
          <table class="tabledefault" width="100%">
41 40
           <tr><td width="{$firstColWidth}" class="{$firstColStyle}">
42 41
            Identifier:</td><td width="{$secondColWidth}" class="{$secondColStyle}">
43 42
             <xsl:value-of select="$packageID"/></td></tr>
......
46 45
                  Catalog System:</td><td width="{$secondColWidth}" class="{$secondColStyle}">
47 46
                  <xsl:value-of select="$system"/></td></tr>
48 47
             </xsl:if>
49
          </table>
50 48
        </xsl:if>
51 49
    </xsl:template>
52 50
    

Also available in: Unified diff