Project

General

Profile

« Previous | Next » 

Revision 1702

Added by Jing Tao about 21 years ago

Revise some templates and in build file, when we compile, it would include harvest.

View differences:

eml-distribution-2.0.0.xsl
221 221
          <td width="{$firstColWidth}" class="{$disfirstColStyle}">
222 222
            <xsl:text>Description:</xsl:text>
223 223
          </td>
224
          <td width="{$secondColWidth}" class="{$secondColStyle}">
224
          <td width="{$secondColWidth}">
225 225
           <xsl:apply-templates select="description">
226 226
              <xsl:with-param name="disfirstColStyle" select="$disfirstColStyle" />
227 227
            </xsl:apply-templates>
......
245 245
     <xsl:param name="disfirstColStyle"/>
246 246
     <tr>
247 247
        <td width="{$firstColWidth}" class="{$disfirstColStyle}">
248
          <xsl:text>&#160;&#160;&#160;&#160;&#160;</xsl:text><xsl:value-of select="name" />
248
          <xsl:text>&#160;&#160;&#160;&#160;&#160;</xsl:text><xsl:value-of select="name" /><xsl:text>:</xsl:text>
249 249
        </td>
250
        <td width="{$secondColWidth}" class="{$secondColStyle}">
250
        <td width="{$secondColWidth}">
251 251
          <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
252 252
            <tr>
253 253
              <td width="{$firstColWidth}" class="{$disfirstColStyle}">
254
                <xsl:value-of select="defaultValue" />
254
                <xsl:choose>
255
                  <xsl:when test="defaultValue">
256
                    <xsl:value-of select="defaultValue" />
257
                  </xsl:when>
258
                  <xsl:otherwise>
259
                    &#160;
260
                  </xsl:otherwise>
261
                </xsl:choose>
262
                
255 263
              </td>
256 264
              <td width="{$secondColWidth}" class="{$secondColStyle}">
257 265
                <xsl:value-of select="definition" />
......
322 330
      <!-- for top top distribution-->
323 331
      <xsl:if test="$level='toplevel'">
324 332
        <a><xsl:attribute name="href"><xsl:value-of select="$tripleURI"/><xsl:value-of select="$docid"/>&amp;displaymodule=inlinedata&amp;distributionlevel=<xsl:value-of select="$level"/>&amp;distributionindex=<xsl:value-of select="$distributionindex"/></xsl:attribute>
325
        <br>Inline Data</br></a>
333
        <b>Inline Data</b></a>
326 334
      </xsl:if>
327 335
      <xsl:if test="$level='entitylevel'">
328 336
        <a><xsl:attribute name="href"><xsl:value-of select="$tripleURI"/><xsl:value-of select="$docid"/>&amp;displaymodule=inlinedata&amp;distributionlevel=<xsl:value-of select="$level"/>&amp;entitytype=<xsl:value-of select="$entitytype"/>&amp;entityindex=<xsl:value-of select="$entityindex"/>&amp;physicalindex=<xsl:value-of select="$physicalindex"/>&amp;distributionindex=<xsl:value-of select="$distributionindex"/></xsl:attribute>
329
        <br>Inline Data</br></a>
337
        <b>Inline Data</b></a>
330 338
      </xsl:if>
331 339
     </td></tr>
332 340
  </xsl:template>

Also available in: Unified diff