Changeset 8297
- Timestamp:
- 02/05/12 15:25:03 (9 years ago)
- Location:
- mauRepo/isic_gn/trunk/geonetwork
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
mauRepo/isic_gn/trunk/geonetwork/xsl/banner.xsl
r8294 r8297 12 12 <tr class="banner"> 13 13 <td class="banner"> 14 <img src="{/root/gui/url}/images/ header-left.jpg" alt="World picture" align="top" />14 <img src="{/root/gui/url}/images/ISIC_Harwell V4-1_header.jpeg" alt="World picture" align="top" /> 15 15 </td> 16 16 <td align="right" class="banner"> 17 <img src="{/root/gui/url}/images/ header-right.gif" alt="GeoNetwork opensource logo" align="top" />17 <img src="{/root/gui/url}/images/NCEO_logo_lrg_header.jpeg" alt="GeoNetwork opensource logo" align="top" /> 18 18 </td> 19 19 </tr> -
mauRepo/isic_gn/trunk/geonetwork/xsl/metadata-show-embedded.xsl
r8294 r8297 82 82 </xsl:when> 83 83 <xsl:otherwise> 84 <xsl:call-template name="distributionURL"/> 84 85 <xsl:apply-templates mode="elementEP" select="."> 85 86 <xsl:with-param name="embedded" select="true()" /> -
mauRepo/isic_gn/trunk/geonetwork/xsl/metadata.xsl
r8294 r8297 12 12 <xsl:include href="metadata-utils.xsl"/> 13 13 <xsl:include href="metadata-controls.xsl"/> 14 15 <!-- ===================================================================== --> 16 <!-- mauCustomization --> 17 <!-- ===================================================================== --> 18 <xsl:template name="distributionURL"> 19 <xsl:for-each select="//gmd:distributionInfo/gmd:MD_Distribution/gmd:transferOptions/gmd:MD_DigitalTransferOptions/gmd:onLine/gmd:CI_OnlineResource/gmd:linkage"> 20 URL: <xsl:value-of select="gmd:URL"/><br/> 21 </xsl:for-each> 22 </xsl:template> 14 23 15 24 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> … … 364 373 </xsl:param> 365 374 375 <xsl:text>TITLE:</xsl:text> 376 <xsl:value-of select="$title"/> 377 366 378 <xsl:choose> 367 379 <xsl:when test="$edit=true()">
Note: See TracChangeset
for help on using the changeset viewer.