vitro/webapp/web/templates/freemarker/body/siteAdmin/siteAdmin-main.ftl

17 lines
No EOL
563 B
Text

<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for the main Site Administration page -->
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/admin.css" />')}
<div class="tab">
<h2>${i18n().site_administration}</h2>
</div>
<div id="adminDashboard">
<#include "siteAdmin-dataInput.ftl">
<#include "siteAdmin-siteConfiguration.ftl">
<#include "siteAdmin-ontologyEditor.ftl">
<#include "siteAdmin-advancedDataTools.ftl">
<#include "siteAdmin-indexCacheRebuild.ftl">
</div>