NIHVIVO-1376: restyle the rdf link
This commit is contained in:
parent
91abe8e801
commit
0f62fadd23
1 changed files with 6 additions and 3 deletions
|
@ -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>
|
<span class="rdfLink">
|
||||||
|
<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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue