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>
|
2010-08-30 22:43:28 +00:00
|
|
|
<div class="pageBodyGroup">
|
|
|
|
|
|
|
|
<h3>Site Configuration</h3>
|
|
|
|
|
|
|
|
<ul>
|
2011-05-03 19:01:15 +00:00
|
|
|
|
|
|
|
<#if siteConfig.urls.siteInfo??>
|
|
|
|
<li><a href="${siteConfig.urls.siteInfo}">Site information</a></li>
|
2010-08-30 22:43:28 +00:00
|
|
|
</#if>
|
|
|
|
|
2011-07-14 20:02:49 +00:00
|
|
|
<li><a href="${urls.base}/processInstitutionalInternalClass">Institutional internal class</a></li>
|
2011-07-14 21:31:28 +00:00
|
|
|
|
2011-07-05 21:07:46 +00:00
|
|
|
<#if siteConfig.urls.menuManagement??>
|
2011-07-14 20:02:49 +00:00
|
|
|
<li><a href="${siteConfig.urls.menuManagement}">Menu management</a> (in development)</li>
|
2011-07-05 21:07:46 +00:00
|
|
|
</#if>
|
|
|
|
|
2011-06-08 16:11:45 +00:00
|
|
|
<#if siteConfig.urls.userList??>
|
2011-07-01 18:12:05 +00:00
|
|
|
<li><a href="${siteConfig.urls.userList}">User accounts</a></li>
|
2010-08-30 22:43:28 +00:00
|
|
|
</#if>
|
2010-12-16 20:11:29 +00:00
|
|
|
|
2010-08-30 22:43:28 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
2011-05-10 20:15:31 +00:00
|
|
|
</#if>
|
2011-07-14 20:02:49 +00:00
|
|
|
|