Finalized Freemarker version of main site admin page.
This commit is contained in:
parent
a79d4067a6
commit
849ea3a201
6 changed files with 35 additions and 21 deletions
|
@ -1,3 +1,17 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Template for Site Administration Advanced Data Tools -->
|
||||
<#-- Template for Site Administration advanced data tools panel -->
|
||||
|
||||
<#if dataTools??>
|
||||
<div class="pageBodyGroup">
|
||||
|
||||
<h3>Advanced Data Tools</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="${dataTools.urls.ingest}">Ingest tools</a></li>
|
||||
<li><a href="${dataTools.urls.rdfData}">Add/Remove RDF data</a></li>
|
||||
<li><a href="${dataTools.urls.rdfExport}">RDF export</a></li>
|
||||
<li><a href="${dataTools.urls.sparqlQuery}">SPARQL query</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</#if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue