Move template names to enum in FreeMarkerHttpServlet and constants in subclasses.
This commit is contained in:
parent
89391fbc96
commit
c0a8d603ed
19 changed files with 243 additions and 113 deletions
|
@ -0,0 +1,7 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Standard template to display an error message generated from any controller. Keeps this out of individual templates. -->
|
||||
|
||||
<h2>${title}</h2>
|
||||
|
||||
<#include "errorMessage.ftl">
|
7
webapp/web/templates/freemarker/body/individual-help.ftl
Normal file
7
webapp/web/templates/freemarker/body/individual-help.ftl
Normal file
|
@ -0,0 +1,7 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Template for help on individual page -->
|
||||
|
||||
<h2>Quick Notes on Using Individual:</h2>
|
||||
|
||||
<p>id is the id of the entity to query for. netid also works.</p>
|
Loading…
Add table
Add a link
Reference in a new issue