added login FreemarkerComponentGenerator for use in JSPs as we work on the transition to freemarker
This commit is contained in:
parent
df3a3dd1c7
commit
a1e27c5935
2 changed files with 1 additions and 6 deletions
|
@ -37,6 +37,7 @@ public class FreemarkerComponentGenerator extends FreemarkerHttpServlet {
|
|||
request.setAttribute("ftl_identity", get("identity", root, config));
|
||||
request.setAttribute("ftl_menu", get("menu", root, config));
|
||||
request.setAttribute("ftl_search", get("search", root, config));
|
||||
request.setAttribute("ftl_login", get("login", root, config));
|
||||
request.setAttribute("ftl_footer", get("footer", root, config));
|
||||
request.setAttribute("ftl_googleAnalytics", get("googleAnalytics", root, config));
|
||||
}
|
||||
|
|
|
@ -33,9 +33,3 @@
|
|||
<input name="loginForm" type="submit" class="submit" value="Log in"/>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue