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
|
@ -5,6 +5,8 @@
|
|||
|
||||
<div class="staticPageBackground">
|
||||
|
||||
<h2>Add or Remove RDF Data</h2>
|
||||
|
||||
<form action="uploadRDF" method="post" enctype="multipart/form-data" >
|
||||
|
||||
<c:if test="${!empty param.errMsg}">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
</div>
|
||||
|
||||
<div id="adminDashboard">
|
||||
<p>fm</p>
|
||||
<#include "login-main.ftl">
|
||||
<#include "siteAdmin-dataInput.ftl">
|
||||
<#include "siteAdmin-siteConfiguration.ftl">
|
||||
|
|
|
@ -8,10 +8,12 @@
|
|||
<h3>Ontology Editor</h3>
|
||||
|
||||
<#if ontologyEditor.pellet??>
|
||||
<p>${ontologyEditor.pellet.error}</p>
|
||||
<#if ontologyEditor.pellet.explanation??>
|
||||
<p>${ontologyEditor.pellet.explanation}</p>
|
||||
</#if>
|
||||
<div class="notice">
|
||||
<p>${ontologyEditor.pellet.error}</p>
|
||||
<#if ontologyEditor.pellet.explanation??>
|
||||
<p>Cause: ${ontologyEditor.pellet.explanation}</p>
|
||||
</#if>
|
||||
</div>
|
||||
</#if>
|
||||
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue