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

15 lines
308 B
Text
Raw Normal View History

<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for the main Site Administration page -->
<div class="tab">
<h2>Site Administration</h2>
</div>
<div id="adminDashboard">
<#if loginPanel??>
<#include "login-main.ftl">
</#if>
</div>