2010-08-30 19:39:49 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
2010-08-31 18:33:51 +00:00
|
|
|
<#-- Template for Site Administration advanced data tools panel -->
|
|
|
|
|
2011-07-15 21:38:59 +00:00
|
|
|
<#if dataTools?has_content>
|
2011-11-11 21:45:34 +00:00
|
|
|
<section class="pageBodyGroup" role="region">
|
2010-08-31 18:33:51 +00:00
|
|
|
<h3>Advanced Data Tools</h3>
|
|
|
|
|
2011-11-11 21:45:34 +00:00
|
|
|
<ul role="navigation">
|
|
|
|
<li role="listitem"><a href="${dataTools.rdfData}">Add/Remove RDF data</a></li>
|
|
|
|
<li role="listitem"><a href="${dataTools.ingest}">Ingest tools</a></li>
|
|
|
|
<li role="listitem"><a href="${dataTools.rdfExport}">RDF export</a></li>
|
|
|
|
<li role="listitem"><a href="${dataTools.sparqlQuery}">SPARQL query</a></li>
|
|
|
|
<li role="listitem"><a href="${dataTools.sparqlQueryBuilder}">SPARQL query builder</a></li>
|
2010-08-31 18:33:51 +00:00
|
|
|
</ul>
|
2011-07-15 20:51:08 +00:00
|
|
|
</section>
|
2011-07-18 11:49:12 +00:00
|
|
|
</#if>
|