2010-10-27 13:21:55 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
2010-11-03 19:15:51 +00:00
|
|
|
|
2010-11-17 14:31:13 +00:00
|
|
|
<nav role="navigation">
|
2010-12-08 14:04:45 +00:00
|
|
|
<ul id="main-nav" role="list">
|
|
|
|
<#list menu.items as item>
|
|
|
|
<li role="listitem"><a href="${item.url}" <#if item.active> class="selected" </#if>>${item.linkText}</a></li>
|
2010-11-03 19:15:51 +00:00
|
|
|
</#list>
|
|
|
|
</ul>
|
2010-11-17 16:18:55 +00:00
|
|
|
</nav>
|
2010-12-08 14:04:45 +00:00
|
|
|
|
|
|
|
<div id="wrapper-content" role="main">
|
|
|
|
<#if flash?has_content>
|
|
|
|
<section id="flash-message" role="alert">
|
|
|
|
${flash}
|
|
|
|
</section>
|
|
|
|
</#if>
|