first pass at creating a csv download option. TODO icons on page, debug failing load
This commit is contained in:
parent
1b890a3767
commit
96bed7ce03
4 changed files with 52 additions and 3 deletions
|
@ -0,0 +1,5 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
URI,Name
|
||||
<#list individuals as individual>
|
||||
${individual.uri?xml},${individual.name?xml}
|
||||
</#list>
|
|
@ -8,8 +8,14 @@
|
|||
<#if classGroupName?has_content>limited to type '${classGroupName}'</#if>
|
||||
<#if typeName?has_content>limited to type '${typeName}'</#if>
|
||||
</#escape>
|
||||
<span id="downloadResults">
|
||||
<img src="images/share-uri-icon.png" alt="XML/RDF Results" />
|
||||
|
||||
</span>
|
||||
</h2>
|
||||
|
||||
<span id="searchHelp"><a href="${urls.base}/searchHelp" title="search help">Not the results you expected?</a></span>
|
||||
|
||||
<div class="contentsBrowseGroup">
|
||||
|
||||
<#-- Refinement links -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue