NIHVIVO-2460 Solr-based RDF generation on individual list page
This commit is contained in:
parent
5364161038
commit
c3049eb9c5
7 changed files with 185 additions and 182 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue