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

@ -2,7 +2,6 @@
<#-- Log in template for accessing site admin -->
<div id="formLogin">
<h2>Create Your New Password</h2>
@ -20,4 +19,4 @@
<input id="confirmPassword" type="password" name="confirmPassword" />
<input name="passwordChangeForm" type="submit" class="submit" value="Save Changes"/> <span class="or">or <a class="cancel" href="${cancelUrl}">Cancel</a></span>
</form>
</div>
</div>

View file

@ -1,6 +1,6 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Log in template for accessing site admin -->
<#-- Template for login form -->
<noscript>
<div id="javascriptDisableWrapper">
@ -33,6 +33,8 @@
<input name="loginForm" type="submit" class="submit" value="Log in"/>
</form>
</div>

View file

@ -0,0 +1,9 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Main template for the login panel -->
${loginPanel}
${stylesheets.add("/css/login.css")}
${stylesheets.addFromTheme("/css/formedit.css")}
${scripts.add("/js/jquery.js", "/js/login/loginUtils.js")}

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 -->