2010-11-02 20:53:45 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
2011-01-16 22:53:21 +00:00
|
|
|
<#include "menupage-checkForData.ftl">
|
|
|
|
|
2011-01-17 02:33:41 +00:00
|
|
|
<#if !noData>
|
2011-01-26 14:26:32 +00:00
|
|
|
<section id="menupage-intro" role="region">
|
2011-02-09 20:13:14 +00:00
|
|
|
<h2>${page.title}</h2>
|
2010-11-02 20:53:45 +00:00
|
|
|
</section>
|
2011-01-26 14:26:32 +00:00
|
|
|
|
2011-01-16 22:53:21 +00:00
|
|
|
<#include "menupage-browse.ftl">
|
2011-01-26 14:26:32 +00:00
|
|
|
|
2011-03-08 15:44:05 +00:00
|
|
|
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/menupage/menupage.css" />')}
|
2011-01-26 14:26:32 +00:00
|
|
|
|
2011-01-16 22:53:21 +00:00
|
|
|
<#include "menupage-scripts.ftl">
|
|
|
|
<#else>
|
|
|
|
${noDataNotification}
|
|
|
|
</#if>
|