Some reorganization of templates. Restored entitylist as destination of links on index page, since new individuallist controller/templates not finished yet.

This commit is contained in:
rjy7 2010-05-26 14:04:00 +00:00
parent 042dbae1ce
commit 366d93314d
6 changed files with 9 additions and 9 deletions

View file

@ -1,22 +1,22 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#include "/components/doctype.html"> <#include "partials/doctype.html">
<#include "/components/head.ftl"> <#include "partials/head.ftl">
<body> <body>
<div id="wrap" class="container"> <div id="wrap" class="container">
<div id="header"> <div id="header">
<#include "/components/identity.ftl"> <#include "partials/identity.ftl">
<#-- Note to UI team: do not change this div without also making the corresponding change in menu.jsp --> <#-- Note to UI team: do not change this div without also making the corresponding change in menu.jsp -->
<div id="navAndSearch" class="block"> <div id="navAndSearch" class="block">
<#include "/components/menu.ftl"> <#include "partials/menu.ftl">
<#include "/components/search.ftl"> <#include "partials/search.ftl">
</div> <!-- navAndSearch --> </div> <!-- navAndSearch -->
<#-- <#include "/components/breadcrumbs.ftl"> --> <#-- <#include "/partials/breadcrumbs.ftl"> -->
</div> <!-- header --> </div> <!-- header -->
<hr class="hidden" /> <hr class="hidden" />
@ -29,11 +29,11 @@
</div> <!-- content --> </div> <!-- content -->
</div> <!-- contentwrap --> </div> <!-- contentwrap -->
<#include "/components/footer.ftl"> <#include "partials/footer.ftl">
</div> <!-- wrap --> </div> <!-- wrap -->
<#include "/components/scripts.ftl"> <#include "partials/scripts.ftl">
</body> </body>
</html> </html>

View file

@ -20,7 +20,7 @@
</div> </div>
<#include "copyright.ftl"> <#include "copyright.ftl">
All Rights Reserved. <a href="${urls.termsOfUse}">Terms of Use</a> All Rights Reserved. <a href="${urls.termsOfUse}">Terms of Use</a>
</div> </div>