2010-05-11 20:37:48 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
2010-12-08 14:05:16 +00:00
|
|
|
<nav role="navigation">
|
|
|
|
<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-05-11 20:37:48 +00:00
|
|
|
</#list>
|
|
|
|
</ul>
|
2010-12-08 14:05:16 +00:00
|
|
|
</nav>
|
|
|
|
|
|
|
|
<div id="wrapper-content" role="main">
|
|
|
|
<#if flash?has_content>
|
|
|
|
<section id="flash-message" role="alert">
|
|
|
|
${flash}
|
|
|
|
</section>
|
|
|
|
</#if>
|