From feca50d272ad205326440277cb4965739e619f06 Mon Sep 17 00:00:00 2001 From: Mic Date: Tue, 22 Jan 2013 09:29:49 +0100 Subject: [PATCH] added jQueryUI --- pom.xml | 6 ++ .../spring/applicationContext-dao.xml | 4 +- .../webapp/WEB-INF/jsp/fragments/headTag.jsp | 9 +++ .../jsp/pets/createOrUpdatePetForm.jsp | 63 +++++++------------ 4 files changed, 40 insertions(+), 42 deletions(-) diff --git a/pom.xml b/pom.xml index 9a7078301..82da93b2f 100644 --- a/pom.xml +++ b/pom.xml @@ -156,6 +156,12 @@ 2.2.1 + + org.webjars + jquery-ui + 1.9.1 + + rome diff --git a/src/main/resources/spring/applicationContext-dao.xml b/src/main/resources/spring/applicationContext-dao.xml index d6aa8dc72..af6eb5e86 100644 --- a/src/main/resources/spring/applicationContext-dao.xml +++ b/src/main/resources/spring/applicationContext-dao.xml @@ -15,7 +15,7 @@ - + @@ -116,7 +116,7 @@ PersistenceExceptions will be auto-translated due to @Repository. --> - + diff --git a/src/main/webapp/WEB-INF/jsp/fragments/headTag.jsp b/src/main/webapp/WEB-INF/jsp/fragments/headTag.jsp index 22f503454..bfcd93838 100644 --- a/src/main/webapp/WEB-INF/jsp/fragments/headTag.jsp +++ b/src/main/webapp/WEB-INF/jsp/fragments/headTag.jsp @@ -14,6 +14,15 @@ + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/jsp/pets/createOrUpdatePetForm.jsp b/src/main/webapp/WEB-INF/jsp/pets/createOrUpdatePetForm.jsp index 1dfe06cd0..3ee7caeca 100644 --- a/src/main/webapp/WEB-INF/jsp/pets/createOrUpdatePetForm.jsp +++ b/src/main/webapp/WEB-INF/jsp/pets/createOrUpdatePetForm.jsp @@ -5,55 +5,38 @@ - + + + + + + + + + + + +
- - - - - - -

New Pet

- - Owner: ${pet.owner.firstName} ${pet.owner.lastName} -
- -
-
- -
- - -
-
+ + + +
- +
- - +
-
- - -
-
- - - - - - - - -
+
- - -