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 **************************************************/