Rename Freemarker search result templates. Initial work on moving main site admin page to Freemarker: login form.
This commit is contained in:
parent
dc331e515a
commit
2c6ddaab64
15 changed files with 189 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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")}
|
|
@ -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 -->
|
|
@ -0,0 +1,3 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Template for Site Administration Custom Reports -->
|
|
@ -0,0 +1,3 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Template for Site Administration Data Input -->
|
|
@ -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>
|
|
@ -0,0 +1,3 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Template for Site Administration Ontology Editor -->
|
|
@ -0,0 +1,3 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Template for Site Administration Site Configuration -->
|
Loading…
Add table
Add a link
Reference in a new issue