Rename Freemarker search result templates. Initial work on moving main site admin page to Freemarker: login form.

This commit is contained in:
rjy7 2010-08-30 19:39:49 +00:00
parent dc331e515a
commit 2c6ddaab64
15 changed files with 189 additions and 8 deletions

View file

@ -0,0 +1,3 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for Site Administration Advanced Data Tools -->

View file

@ -0,0 +1,3 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for Site Administration Custom Reports -->

View file

@ -0,0 +1,3 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for Site Administration Data Input -->

View file

@ -0,0 +1,15 @@
<#-- $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>

View file

@ -0,0 +1,3 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for Site Administration Ontology Editor -->

View file

@ -0,0 +1,3 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for Site Administration Site Configuration -->