NIHVIVO-1376: restyle the rdf link

This commit is contained in:
tlw72 2011-01-14 17:18:48 +00:00
parent 91abe8e801
commit 0f62fadd23

View file

@ -3,11 +3,14 @@
<#-- List individual members of a class. --> <#-- List individual members of a class. -->
<#import "lib-list.ftl" as l> <#import "lib-list.ftl" as l>
${stylesheets.add("/css/browseIndex.css")}
<div class="contents"> <div class="contents">
<div class="individualList"> <div class="individualList">
<p align="right"><a href="${redirecturl}">RDF ${title} List</a></p> <h2>${title}
<h2>${title}</h2> &nbsp;<span class="rdfLink">&nbsp;
<a class="icon-rdf" href="${redirecturl}" title="View the Non-Academic list in RDF format">RDF</a>
</span>
</h2>
<#if subtitle??> <#if subtitle??>
<h4>${subtitle}</h4> <h4>${subtitle}</h4>
</#if> </#if>