Project

General

Profile

« Previous | Next » 

Revision 1696

Added by Jing Tao almost 21 years ago

Make table cellspacing=0 and fixed some bugs.

View differences:

eml-access-2.0.0.xsl
36 36
  <xsl:template name="access">
37 37
    <xsl:param name="accessfirstColStyle"/>
38 38
    <xsl:param name="accesssubHeaderStyle"/>
39
    <table class="tabledefault" width="100%">
39
    <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
40 40
        <xsl:choose>
41 41
         <xsl:when test="references!=''">
42 42
          <xsl:variable name="ref_id" select="references"/>
......
99 99
           <xsl:for-each select="allow">
100 100
           <tr><td width="{$firstColWidth}" class="{$accessfirstColStyle}" valign="top">
101 101
            ALLOW:</td><td width="{$secondColWidth}" class="{$secondColStyle}">
102
                    <table width="100%">
102
                    <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
103 103
                        <tr><td width="{$secondColIndent}" valign="top" class="{$accessfirstColStyle}">
104 104
                        <xsl:for-each select="./permission">
105 105
                            <xsl:text>[</xsl:text><xsl:value-of select="."/><xsl:text>] </xsl:text>
......
117 117
           <xsl:for-each select="deny">
118 118
        <tr><td width="{$firstColWidth}" class="{$accessfirstColStyle}" valign="top">
119 119
            DENY:</td><td width="{$secondColWidth}" class="{$secondColStyle}">
120
           <table width="100%">
120
           <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
121 121
              <tr><td width="{$secondColIndent}" valign="top" class="{$accessfirstColStyle}">
122 122
                <xsl:for-each select="permission">
123 123
                    <xsl:text>[</xsl:text><xsl:value-of select="."/><xsl:text>] </xsl:text>

Also available in: Unified diff