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>
2011-01-17 22:45:39 +00:00
<#if flash?starts_with("Welcome") >
2011-01-19 14:53:18 +00:00
<section id="welcome-msg-container" role="container">
<section id="welcome-message" role="alert">${flash}</section>
2011-01-17 22:45:39 +00:00
</section>
<#else>
<section id="flash-message" role="alert">
${flash}
</section>
</#if>
2011-02-16 15:16:54 +00:00
</#if>
<!--[if lte IE 8]>
<noscript>
<p class="ie-alert">This site uses HTML elements that are not recognized by Internet Explorer 8 and below in the absence of JavaScript. As a result, the site will not be rendered appropriately. To correct this, please either enable JavaScript, upgrade to Internet Explorer 9, or use another browser.</p>
</noscript>
<![endif]-->