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>
|
<#if dataTools?has_content>
|
||||||
<section class="pageBodyGroup">
|
<section class="pageBodyGroup">
|
||||||
|
|
||||||
<h3>Advanced Data Tools</h3>
|
<h3>Advanced Data Tools</h3>
|
||||||
|
|
||||||
<ul>
|
<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.rdfData}">Add/Remove RDF data</a></li>
|
||||||
<li><a href="${dataTools.rdfExport}">RDF export</a></li>
|
<li><a href="${dataTools.rdfExport}">RDF export</a></li>
|
||||||
<li><a href="${dataTools.sparqlQuery}">SPARQL query</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>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</#if>
|
</#if>
|
|
@ -5,8 +5,7 @@
|
||||||
<#import "lib-form.ftl" as form>
|
<#import "lib-form.ftl" as form>
|
||||||
|
|
||||||
<#if dataInput?has_content>
|
<#if dataInput?has_content>
|
||||||
<div class="pageBodyGroup">
|
<section class="pageBodyGroup">
|
||||||
|
|
||||||
<h3>Data Input</h3>
|
<h3>Data Input</h3>
|
||||||
|
|
||||||
<form action="${dataInput.formAction}" method="get">
|
<form action="${dataInput.formAction}" method="get">
|
||||||
|
@ -16,6 +15,5 @@
|
||||||
<input type="hidden" name="editform" value="newIndividualForm.jsp"/>
|
<input type="hidden" name="editform" value="newIndividualForm.jsp"/>
|
||||||
<input type="submit" id="submit" value="Add individual of this class"/>
|
<input type="submit" id="submit" value="Add individual of this class"/>
|
||||||
</form>
|
</form>
|
||||||
|
</section>
|
||||||
</div>
|
|
||||||
</#if>
|
</#if>
|
|
@ -22,7 +22,6 @@
|
||||||
<#if indexCacheRebuild.recomputeInferences?has_content>
|
<#if indexCacheRebuild.recomputeInferences?has_content>
|
||||||
<li><a href="${indexCacheRebuild.recomputeInferences}">Recompute inferences</a></li>
|
<li><a href="${indexCacheRebuild.recomputeInferences}">Recompute inferences</a></li>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</#if>
|
</#if>
|
|
@ -3,8 +3,7 @@
|
||||||
<#-- Template for Site Administration Ontology Editor -->
|
<#-- Template for Site Administration Ontology Editor -->
|
||||||
|
|
||||||
<#if ontologyEditor?has_content>
|
<#if ontologyEditor?has_content>
|
||||||
<div class="pageBodyGroup">
|
<section class="pageBodyGroup">
|
||||||
|
|
||||||
<h3>Ontology Editor</h3>
|
<h3>Ontology Editor</h3>
|
||||||
|
|
||||||
<#if ontologyEditor.pellet?has_content>
|
<#if ontologyEditor.pellet?has_content>
|
||||||
|
@ -19,19 +18,20 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="${ontologyEditor.urls.ontologies}">Ontology list</a></li>
|
<li><a href="${ontologyEditor.urls.ontologies}">Ontology list</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h4>Class Management</h4>
|
<h4>Class Management</h4>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="${ontologyEditor.urls.classHierarchy}">Class hierarchy</a></li>
|
<li><a href="${ontologyEditor.urls.classHierarchy}">Class hierarchy</a></li>
|
||||||
<li><a href="${ontologyEditor.urls.classGroups}">Class groups</a></li>
|
<li><a href="${ontologyEditor.urls.classGroups}">Class groups</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h4>Property Management</h4>
|
<h4>Property Management</h4>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="${ontologyEditor.urls.objectPropertyHierarchy}">Object property hierarchy</a></li>
|
<li><a href="${ontologyEditor.urls.objectPropertyHierarchy}">Object property hierarchy</a></li>
|
||||||
<li><a href="${ontologyEditor.urls.dataPropertyHierarchy}">Data property hierarchy</a></li>
|
<li><a href="${ontologyEditor.urls.dataPropertyHierarchy}">Data property hierarchy</a></li>
|
||||||
<li><a href="${ontologyEditor.urls.propertyGroups}">Property groups</a></li>
|
<li><a href="${ontologyEditor.urls.propertyGroups}">Property groups</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</section>
|
||||||
</div>
|
|
||||||
</#if>
|
</#if>
|
|
@ -3,8 +3,7 @@
|
||||||
<#-- Template for Site Administration site configuration panel -->
|
<#-- Template for Site Administration site configuration panel -->
|
||||||
|
|
||||||
<#if siteConfig?has_content>
|
<#if siteConfig?has_content>
|
||||||
<div class="pageBodyGroup">
|
<section class="pageBodyGroup">
|
||||||
|
|
||||||
<h3>Site Configuration</h3>
|
<h3>Site Configuration</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -25,6 +24,5 @@
|
||||||
<li><a href="${siteConfig.userAccounts}">User accounts</a></li>
|
<li><a href="${siteConfig.userAccounts}">User accounts</a></li>
|
||||||
</#if>
|
</#if>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</section>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue