Project

General

Profile

« Previous | Next » 

Revision 1689

Added by Jing Tao about 21 years ago

Revise some templates.

View differences:

eml-dataset-2.0.0.xsl
48 48
             <xsl:call-template name="datasetcontact"/>
49 49
             <xsl:call-template name="datasetpublisher"/>
50 50
             <xsl:call-template name="datasetpubplace"/>
51
             <xsl:call-template name="datasetmethod"/>
51 52
             <xsl:call-template name="datasetproject"/>
52 53
             <xsl:call-template name="datasetentity"/>
53 54
          </xsl:for-each>
......
60 61
             <xsl:call-template name="datasetcontact"/>
61 62
             <xsl:call-template name="datasetpublisher"/>
62 63
             <xsl:call-template name="datasetpubplace"/>
64
             <xsl:call-template name="datasetmethod"/>
63 65
             <xsl:call-template name="datasetproject"/>
64 66
             <xsl:call-template name="datasetentity"/>
65 67
       </xsl:otherwise>
......
184 186
              <xsl:with-param name="partyfirstColStyle" select="$firstColStyle"/>
185 187
       </xsl:call-template>
186 188
     </td></tr>
187
     <tr><td width="{$firstColWidth}" class="{$firstColStyle}">&#160;</td>
188
      <td width="{$secondColWidth}" class="{$secondColStyle}">&#160;</td></tr>
189 189
    </xsl:for-each>
190 190
  </xsl:template>
191 191
  
......
199 199
              <xsl:with-param name="partyfirstColStyle" select="$firstColStyle"/>
200 200
       </xsl:call-template>
201 201
     </td></tr>
202
     <tr><td width="{$firstColWidth}" class="{$firstColStyle}">&#160;</td>
203
      <td width="{$secondColWidth}" class="{$secondColStyle}">&#160;</td></tr>
204 202
   </xsl:for-each>
205 203
  </xsl:template>
206 204
  
......
214 212
      </tr>
215 213
   </xsl:for-each>
216 214
  </xsl:template>
215
  
216
  <xsl:template name="datasetmethod">
217
     <xsl:for-each select="methods">
218
     <tr><td class="{$subHeaderStyle}" colspan="2">
219
        <xsl:text>Methods Info:</xsl:text>
220
     </td></tr>
221
      <tr>
222
        <td colspan="2" width="100%">
223
        <xsl:call-template name="method">
224
          <xsl:with-param name="methodfirstColStyle" select="$firstColStyle"/>
225
        </xsl:call-template>
226
        </td>
227
      </tr>
228
    </xsl:for-each>
229
  </xsl:template>
217 230
   
218 231
   <xsl:template name="datasetproject">
219 232
    <xsl:for-each select="project">

Also available in: Unified diff