Adding code to make link to rdf/xml of entity page.

This commit is contained in:
bdc34 2010-03-30 21:25:04 +00:00
parent 822ad3b159
commit c90d286d8f
3 changed files with 13 additions and 1 deletions

View file

@ -316,6 +316,13 @@ if (VitroRequestPrep.isSelfEditing(request) || LoginFormBean.loggedIn(request, L
</p:process>
${requestScope.servletButtons}
<!--
<c:if test="${not empty entityLinkedDataURL}">
<c:url var="rdfImg" value="/images/edit_icons/rdf_w3c_icon48.gif"/>
<a href="${entityLinkedDataURL}" title="get this as RDF/XML"><img src="${rdfImg}"/></a>
</c:if>
-->
</div> <!-- contents -->
</div> <!-- content -->