Cleaned up markup for Site Admin templates and replaced <div> with <section> throughout.
This commit is contained in:
parent
9bf0ebafa8
commit
7acdc8bf5d
5 changed files with 16 additions and 22 deletions
|
@ -4,15 +4,14 @@
|
|||
|
||||
<#if dataTools?has_content>
|
||||
<section class="pageBodyGroup">
|
||||
|
||||
<h3>Advanced Data Tools</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="${dataTools.ingest}">Ingest tools</a></li>
|
||||
<li><a href="${dataTools.ingest}">Ingest tools</a></li>
|
||||
<li><a href="${dataTools.rdfData}">Add/Remove RDF data</a></li>
|
||||
<li><a href="${dataTools.rdfExport}">RDF export</a></li>
|
||||
<li><a href="${dataTools.sparqlQuery}">SPARQL query</a></li>
|
||||
<li><a href="${dataTools.sparqlQueryBuilder}">SPARQL query builder</a></li>
|
||||
<li><a href="${dataTools.sparqlQueryBuilder}">SPARQL query builder</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</#if>
|
||||
</#if>
|
Loading…
Add table
Add a link
Reference in a new issue