From 16496437c9cf3a5bd7f62b49dd50b972bd9b04d8 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Wed, 14 Apr 2010 15:09:12 +0000 Subject: [PATCH] NIHVIVO-379 Merge vitro nihvivo-rel-1.0 r4753, vitro rel-1.0-maint r477: Remove front end editing capabilities from moniker, blurb, and citation. --- webapp/web/templates/entity/entityBasic.jsp | 94 +++++-------------- .../web/templates/entity/entityCitation.jsp | 37 ++------ 2 files changed, 34 insertions(+), 97 deletions(-) diff --git a/webapp/web/templates/entity/entityBasic.jsp b/webapp/web/templates/entity/entityBasic.jsp index 6e562202d..3b19a9aac 100644 --- a/webapp/web/templates/entity/entityBasic.jsp +++ b/webapp/web/templates/entity/entityBasic.jsp @@ -117,30 +117,16 @@ if (VitroRequestPrep.isSelfEditing(request) || LoginFormBean.loggedIn(request, L - <%-- Moniker. Wrap in the div only if editing. If not editing, displays inline next to label. --%> - - - -
-

moniker

${monikerAddLinks} - - - + <%-- Moniker--%>
- ${entity.moniker} - - - ${editLinks} - + ${entity.moniker}
-
- -
<%-- end dprop-vitro-moniker --%> +
@@ -240,44 +226,11 @@ if (VitroRequestPrep.isSelfEditing(request) || LoginFormBean.loggedIn(request, L <%-- Citation --%> - - - + - - - - <%-- Blurb --%> - - - - - - - - -
-

blurb

${editLinksForNewBlurb} - - - -
-
-
-
${entity.blurb}
- - ${editLinksForExistingBlurb} - -
-
-
-
- -
-
-
+ <%-- Description --%> @@ -309,9 +262,8 @@ if (VitroRequestPrep.isSelfEditing(request) || LoginFormBean.loggedIn(request, L - - <%-- Properties --%> + <%-- Ontology properties --%> @@ -319,21 +271,27 @@ if (VitroRequestPrep.isSelfEditing(request) || LoginFormBean.loggedIn(request, L - - <%-- Citation, if no thumbnail --%> - - - - - - - <%-- Keywords --%> - -

Keywords: ${entity.keywordString}

-
- -
+ <%-- Blurb --%> + +
+
+
+
${entity.blurb}
+
+
+
+
+ + <%-- Citation, if no thumbnail --%> + + + + <%-- Keywords --%> + +

Keywords: ${entity.keywordString}

+
+ ${requestScope.servletButtons}