From fb7e71ab9dc97657b44741a73460c3a9515b89ab Mon Sep 17 00:00:00 2001 From: mb863 Date: Mon, 3 Jan 2011 21:42:12 +0000 Subject: [PATCH] NIHVIVO-634: Included in menupage.ftl 3 include files: *menupage-browse.ftl: Template for browsing class groups in menupages *menupage-classCroupMenu.ftl: Template for class groups menu in menupages *menupage-browseByVClass.ftl: Template for browsing VClasses in menupages Cleaned markup --- .../freemarker/body/menupage/menupage.ftl | 90 +++---------------- 1 file changed, 14 insertions(+), 76 deletions(-) diff --git a/webapp/web/templates/freemarker/body/menupage/menupage.ftl b/webapp/web/templates/freemarker/body/menupage/menupage.ftl index 5742b4c6f..d25731c55 100644 --- a/webapp/web/templates/freemarker/body/menupage/menupage.ftl +++ b/webapp/web/templates/freemarker/body/menupage/menupage.ftl @@ -1,83 +1,21 @@ <#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> -
- -
- + <#include "menupage-classGroupsMenu.ftl"> + +
+ +
-
-

Browse By

- - - -
-

B

- -

<individualName>

-

<individualName>

-

<individualName>

-

<individualName>

-

<individualName>

-

<individualName>

-

<individualName>

-

<individualName>

-

<individualName>

-

<individualName>

-

<individualName>

-

<individualName>

-
-
+<#include "menupage-browse.ftl"> -${stylesheets.add("/css/menupage/menupage.css")} \ No newline at end of file +${stylesheets.add("/css/menupage/menupage.css")} + +<#include "menupage-browseByVClass.ftl"> \ No newline at end of file