2010-08-30 19:39:49 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
2010-08-30 22:43:28 +00:00
|
|
|
<#-- Template for Site Administration site configuration panel -->
|
|
|
|
|
2011-04-19 16:05:08 +00:00
|
|
|
<#if siteConfig?has_content>
|
2011-07-18 11:49:12 +00:00
|
|
|
<section class="pageBodyGroup">
|
2010-08-30 22:43:28 +00:00
|
|
|
<h3>Site Configuration</h3>
|
|
|
|
|
|
|
|
<ul>
|
2011-07-15 21:38:59 +00:00
|
|
|
<#if siteConfig.siteInfo?has_content>
|
|
|
|
<li><a href="${siteConfig.siteInfo}">Site information</a></li>
|
2011-07-05 21:07:46 +00:00
|
|
|
</#if>
|
|
|
|
|
2011-07-15 21:38:59 +00:00
|
|
|
<#if siteConfig.menuManagement?has_content>
|
|
|
|
<li><a href="${siteConfig.menuManagement}">Menu management</a></li>
|
2011-07-15 12:10:08 +00:00
|
|
|
</#if>
|
2011-07-15 12:08:14 +00:00
|
|
|
|
2011-07-15 21:38:59 +00:00
|
|
|
<#if siteConfig.internalClass?has_content>
|
|
|
|
<li><a href="${siteConfig.internalClass}">Institutional internal class</a></li>
|
2010-08-30 22:43:28 +00:00
|
|
|
</#if>
|
2010-12-16 20:11:29 +00:00
|
|
|
|
2011-07-15 21:38:59 +00:00
|
|
|
<#if siteConfig.userAccounts?has_content>
|
|
|
|
<li><a href="${siteConfig.userAccounts}">User accounts</a></li>
|
|
|
|
</#if>
|
2011-09-23 18:57:44 +00:00
|
|
|
|
2011-11-03 23:20:22 +00:00
|
|
|
<#if siteConfig.manageProxies?has_content>
|
|
|
|
<li><a href="${siteConfig.manageProxies}">Manage Proxies</a></li>
|
|
|
|
</#if>
|
|
|
|
|
2011-09-23 18:57:44 +00:00
|
|
|
<#if siteConfig.startupStatus?has_content>
|
2011-09-27 14:38:33 +00:00
|
|
|
<li>
|
|
|
|
<a href="${siteConfig.startupStatus}">Startup Status</a>
|
|
|
|
<#if siteConfig.startupStatusAlert>
|
2011-09-28 14:59:19 +00:00
|
|
|
<img id="alertIcon" src="${urls.images}/iconAlert.png" width="20" height="20" alert="Error alert icon" />
|
2011-09-27 14:38:33 +00:00
|
|
|
</#if>
|
|
|
|
</li>
|
2011-09-23 18:57:44 +00:00
|
|
|
</#if>
|
2010-08-30 22:43:28 +00:00
|
|
|
</ul>
|
2011-07-18 11:49:12 +00:00
|
|
|
</section>
|
|
|
|
</#if>
|