first pass at creating a csv download option. TODO icons on page, debug failing load

This commit is contained in:
Stephen V. Williams 2013-05-14 14:40:17 -06:00
parent 1b890a3767
commit 96bed7ce03
4 changed files with 52 additions and 3 deletions

View file

@ -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>

View file

@ -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 -->