Project

General

Profile

« Previous | Next » 

Revision 1715

Added by Jing Tao about 21 years ago

Made some minal changes.

View differences:

eml-project-2.0.0.xsl
105 105
     <tr><td width="{$firstColWidth}" class="{$projectfirstColStyle}">
106 106
          Personnel:
107 107
          </td>
108
          <td width="{$secondColWidth}" class="{$secondColStyle}" >
109
              &#160;
110
          </td>
108
          <td width="{$secondColWidth}">
109
             <table xsl:use-attribute-sets="cellspacing" width="100%">
110
                 <xsl:for-each select="personnel">
111
                       <tr><td colspan="2">
112
                              <xsl:call-template name="party">
113
                                 <xsl:with-param name="partyfirstColStyle" select="$projectfirstColStyle"/>
114
                              </xsl:call-template>
115
                       </td></tr>
116
                       <xsl:for-each select="role">
117
                          <tr><td width="{$firstColWidth}" class="{$projectfirstColStyle}">
118
                                 Role:
119
                               </td>
120
                               <td width="{$secondColWidth}">
121
                                 <table xsl:use-attribute-sets="cellspacing" class="tableparty" width="100%">
122
                                     <tr>
123
                                         <td width="100%" class="{$secondColStyle}">
124
                                            <xsl:value-of select="."/>
125
                                          </td>
126
                                      </tr>
127
                                  </table>
128
                               </td>
129
                          </tr>
130
                      </xsl:for-each>
131
                </xsl:for-each>
132
             </table>
133
         </td>
111 134
     </tr>
112
     <xsl:for-each select="personnel">
113
       <tr><td colspan="2">
114
         <xsl:call-template name="party">
115
              <xsl:with-param name="partyfirstColStyle" select="$projectfirstColStyle"/>
116
         </xsl:call-template>
117
       </td></tr>
118
       <xsl:for-each select="role">
119
          <tr><td width="{$firstColWidth}" class="{$projectfirstColStyle}">
120
              Role:
121
              </td>
122
              <td width="{$secondColWidth}" class="{$secondColStyle}" >
123
                <xsl:value-of select="."/>
124
             </td>
125
          </tr>
126
       </xsl:for-each>
127
     </xsl:for-each>
128 135
  </xsl:template>
129 136
  
130 137
  

Also available in: Unified diff