NIHVIVO-2460 Solr-based RDF generation on individual list page

This commit is contained in:
ryounes 2011-05-24 15:09:50 +00:00
parent 5364161038
commit c3049eb9c5
7 changed files with 185 additions and 182 deletions

View file

@ -7,7 +7,7 @@
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/browseIndex.css" />')}
<section class="individualList">
<h2>${title} <span class="rdfLink"><a class="icon-rdf" href="${redirecturl}" title="View the ${title} list in RDF format">RDF</a></span></h2>
<h2>${title} <span class="rdfLink"><a class="icon-rdf" href="${rdfUrl}" title="View the ${title} list in RDF format">RDF</a></span></h2>
<#if subtitle??>
<h4>${subtitle}</h4>
</#if>