2010-05-11 20:37:48 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
2010-05-26 14:03:59 +00:00
|
|
|
<#include "partials/doctype.html">
|
2010-05-11 20:37:48 +00:00
|
|
|
|
2010-05-26 14:03:59 +00:00
|
|
|
<#include "partials/head.ftl">
|
2010-05-11 20:37:48 +00:00
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="wrap" class="container">
|
|
|
|
<div id="header">
|
|
|
|
|
2010-05-26 14:03:59 +00:00
|
|
|
<#include "partials/identity.ftl">
|
2010-05-11 20:37:48 +00:00
|
|
|
|
2010-05-14 20:50:33 +00:00
|
|
|
<#-- Note to UI team: do not change this div without also making the corresponding change in menu.jsp -->
|
2010-05-11 20:37:48 +00:00
|
|
|
<div id="navAndSearch" class="block">
|
2010-05-26 14:03:59 +00:00
|
|
|
<#include "partials/menu.ftl">
|
|
|
|
<#include "partials/search.ftl">
|
2010-05-11 20:37:48 +00:00
|
|
|
</div> <!-- navAndSearch -->
|
2010-05-14 20:50:33 +00:00
|
|
|
|
2010-05-26 14:03:59 +00:00
|
|
|
<#include "partials/breadcrumbs.ftl">
|
2010-05-11 20:37:48 +00:00
|
|
|
</div> <!-- header -->
|
|
|
|
|
|
|
|
<hr class="hidden" />
|
|
|
|
|
|
|
|
<div id="contentwrap">
|
2010-05-19 19:50:54 +00:00
|
|
|
<div id="content">
|
2010-05-17 21:30:54 +00:00
|
|
|
<#-- 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> -->
|
2010-05-11 20:37:48 +00:00
|
|
|
${body}
|
|
|
|
</div> <!-- content -->
|
|
|
|
</div> <!-- contentwrap -->
|
|
|
|
|
2010-05-26 14:03:59 +00:00
|
|
|
<#include "partials/footer.ftl">
|
2010-05-11 20:37:48 +00:00
|
|
|
|
2010-05-19 19:50:54 +00:00
|
|
|
</div> <!-- wrap -->
|
|
|
|
|
2010-05-26 14:03:59 +00:00
|
|
|
<#include "partials/scripts.ftl">
|
2010-05-11 20:37:48 +00:00
|
|
|
</body>
|
|
|
|
</html>
|