Skip to content

Commit

Permalink
Add missing link to WMC in metadata view.
Browse files Browse the repository at this point in the history
  • Loading branch information
François Prunayre committed Apr 16, 2014
1 parent 1d52362 commit c53e774
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,12 @@
'{gmd:CI_OnlineResource/gmd:linkage/gmd:URL}',
'{gmd:CI_OnlineResource/gmd:name/gco:CharacterString}', '{generate-id()}']]);">&#160;</a>
--> </xsl:if>
<xsl:if test="contains(current-grouping-key(), 'WMC')">
&#160;
<!-- Add WMC to geOrchestra mapfish app -->
<a href="#" class="md-mn addLayer"
onclick="window.open('/mapfishapp/?wmc={gmd:CI_OnlineResource/gmd:linkage/gmd:URL}');">&#160;</a>
</xsl:if>
</li>
</xsl:for-each>
</ul>
Expand Down

0 comments on commit c53e774

Please sign in to comment.