NIHVIVO-1234 Initial version of HomePageController and templates

This commit is contained in:
rjy7 2010-10-22 21:39:14 +00:00
parent 0ff41b8ac8
commit 3a0feaeff2
5 changed files with 61 additions and 17 deletions

View file

@ -1,3 +1,3 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<h1>Welcome to VIVO</h1>
<#include "page.ftl">

View file

@ -25,7 +25,7 @@
<div id="content">
<#-- We don't do title here because some pages don't get a title, or it may not be the same as the <title> text.
<h2>${title}</h2> -->
${body}
${body!}
</div> <!-- content -->
</div> <!-- contentwrap -->