Changeset 703 for TI07-MOLES
- Timestamp:
- 24/03/06 10:04:09 (15 years ago)
- Location:
- TI07-MOLES/trunk/StubB/XSLT/browse
- Files:
-
- 13 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI07-MOLES/trunk/StubB/XSLT/browse/stubb_2_browse.xsl
r702 r703 280 280 <xsl:if test="parent::*/preceding-sibling::*/activity != ."> 281 281 <TR onmouseover="this.className='lineHiLite';" onmouseout="this.className='line';"> 282 <TD class="line">283 <a class="shortdesc" href="#">284 <xsl:value-of select="name"/>285 </a><BR/>286 <span class="subText">Repository:</span>287 <span class="blue">288 <xsl:value-of select="dgMetadataID/repositoryIdentifier"/>289 </span>290 <SPAN class="subText">| Identifier</SPAN>291 <span class="blue">292 <xsl:value-of select="dgMetadataID/localIdentifier"/>293 </span>294 </TD>295 </TR>282 <TD class="line"> 283 <a class="shortdesc" href="#"> 284 <xsl:value-of select="name"/> 285 </a><BR/> 286 <span class="subText">Repository:</span> 287 <span class="blue"> 288 <xsl:value-of select="dgMetadataID/repositoryIdentifier"/> 289 </span> 290 <SPAN class="subText">| Identifier</SPAN> 291 <span class="blue"> 292 <xsl:value-of select="dgMetadataID/localIdentifier"/> 293 </span> 294 </TD> 295 </TR> 296 296 </xsl:if> 297 297 </xsl:template> … … 299 299 <!-- Subsequent dataproductiontool --> 300 300 <xsl:template match="RelatedDeployment[position()>1]/dataproductiontool"> 301 <xsl:variable name="currentnode"><xsl:value-of select="name()"/></xsl:variable> 302 <xsl:value-of select="$currentnode"/> 303 <xsl:if test="parent::*/preceding-sibling::*/dataproductiontool != ."> 301 <xsl:if test="parent::*/preceding-sibling::*/dataproductiontool != ."> 304 302 <TR onmouseover="this.className='lineHiLite';" onmouseout="this.className='line';"> 305 <TD class="line">306 <a class="shortdesc" href="#">307 <xsl:value-of select="name"/>308 </a><BR/>309 <span class="subText">Repository:</span>310 <span class="blue">311 <xsl:value-of select="dgMetadataID/repositoryIdentifier"/>312 </span>313 <SPAN class="subText">| Identifier</SPAN>314 <span class="blue">315 <xsl:value-of select="dgMetadataID/localIdentifier"/>316 </span>317 </TD>318 </TR>303 <TD class="line"> 304 <a class="shortdesc" href="#"> 305 <xsl:value-of select="name"/> 306 </a><BR/> 307 <span class="subText">Repository:</span> 308 <span class="blue"> 309 <xsl:value-of select="dgMetadataID/repositoryIdentifier"/> 310 </span> 311 <SPAN class="subText">| Identifier</SPAN> 312 <span class="blue"> 313 <xsl:value-of select="dgMetadataID/localIdentifier"/> 314 </span> 315 </TD> 316 </TR> 319 317 </xsl:if> 320 318 </xsl:template> … … 323 321 <xsl:template match="RelatedDeployment[position()>1]/observationstation"> 324 322 <xsl:if test="parent::*/preceding-sibling::*/observationstation != ."> 325 326 <TD class="line">327 <a class="shortdesc" href="#">328 <xsl:value-of select="name"/>329 </a><BR/>330 <span class="subText">Repository:</span>331 <span class="blue">332 <xsl:value-of select="dgMetadataID/repositoryIdentifier"/>333 </span>334 <SPAN class="subText">| Identifier</SPAN>335 <span class="blue">336 <xsl:value-of select="dgMetadataID/localIdentifier"/>337 </span>338 </TD>339 </TR>323 <TR onmouseover="this.className='lineHiLite';" onmouseout="this.className='line';"> 324 <TD class="line"> 325 <a class="shortdesc" href="#"> 326 <xsl:value-of select="name"/> 327 </a><BR/> 328 <span class="subText">Repository:</span> 329 <span class="blue"> 330 <xsl:value-of select="dgMetadataID/repositoryIdentifier"/> 331 </span> 332 <SPAN class="subText">| Identifier</SPAN> 333 <span class="blue"> 334 <xsl:value-of select="dgMetadataID/localIdentifier"/> 335 </span> 336 </TD> 337 </TR> 340 338 </xsl:if> 341 339 </xsl:template>
Note: See TracChangeset
for help on using the changeset viewer.