From b89098410d1df8e16702ca5e7a09aac39712ac58 Mon Sep 17 00:00:00 2001 From: hjkhjk54 Date: Tue, 12 Jul 2011 01:41:33 +0000 Subject: [PATCH] Updates for menu management --- productMods/WEB-INF/web.xml | 27 ++++++++++++++++++- .../freemarker/body/menupage/testMenuEdit.ftl | 24 +++++++++++------ 2 files changed, 42 insertions(+), 9 deletions(-) diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index 1352d595..8329be0b 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -330,7 +330,14 @@ --> - + + ProcessRdfFormController + edu.cornell.mannlib.vitro.webapp.edit.n3editing.controller.ProcessRdfFormController + + + ProcessRdfFormController + /edit/process + EditRequestDispatch @@ -376,6 +383,24 @@ MenuN3EditController /menuN3Editor + + + MenuManagementController + edu.cornell.mannlib.vitro.webapp.controller.freemarker.MenuManagementController + + + MenuManagementController + /editDisplayModel + + + + MenuManagementEdit + edu.cornell.mannlib.vitro.webapp.controller.edit.MenuManagementEdit + + + MenuManagementEdit + /processEditDisplayModel + ajaxSparqlQuery diff --git a/productMods/templates/freemarker/body/menupage/testMenuEdit.ftl b/productMods/templates/freemarker/body/menupage/testMenuEdit.ftl index 874d1399..e4a24d6a 100644 --- a/productMods/templates/freemarker/body/menupage/testMenuEdit.ftl +++ b/productMods/templates/freemarker/body/menupage/testMenuEdit.ftl @@ -6,14 +6,22 @@ Associated with generator: edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.MenuEditingFormGenerator --> -

Lorem ipsum dolor sit amet

-
-

consectetur adipisicing elit

- -
- -
-
+ +

${editConfiguration.formTitle}

+<#assign pageTitle = editConfiguration.literalValues["title"].getString() /> +
+ + + + + + +
+ +
+ +
+ <@dumpAll/> \ No newline at end of file