From 5b25d9218108636b712baaa7b41e28ddbc83e968 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Wed, 8 Sep 2010 20:37:26 +0000 Subject: [PATCH] Initial work moving individual profile page to Freemarker. Includes temporary servlet mappings for new Freemarker page. Allow adding script tags to the page head element. --- productMods/WEB-INF/web.xml | 24 ++++++++++++++++++++++++ themes/vivo-basic/css/entity.css | 6 +----- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index 9d1f03e3..eb23a810 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -1050,6 +1050,11 @@ edu.cornell.mannlib.vitro.webapp.controller.EntityController + + individual + edu.cornell.mannlib.vitro.webapp.controller.freemarker.IndividualController + + updateEntityFlags edu.cornell.mannlib.vitro.webapp.UpdateEntityFlagServlet @@ -1198,6 +1203,7 @@ mailusers /mailusers + entity /entity @@ -1214,6 +1220,24 @@ entity /display/* + + + individual + /entityfm + + + individual + /entityfm/* + + + individual + /individualfm/* + + + individual + /displayfm/* + + updateEntityFlags /updateEntityFlags diff --git a/themes/vivo-basic/css/entity.css b/themes/vivo-basic/css/entity.css index f71f9deb..44393530 100644 --- a/themes/vivo-basic/css/entity.css +++ b/themes/vivo-basic/css/entity.css @@ -1,11 +1,7 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ /************************************************* - vivo-basic theme: entity page styles + vivo-basic theme: individual profile page styles - This document is included by EntityController - - Original version - 2009-05-05 mw542 **************************************************/