diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index c7519180a..fa6a745d5 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -26,7 +26,11 @@ -
+
+
+
+
+
diff --git a/src/main/webapp/scripts/app/owner-details/owner-details.template.html b/src/main/webapp/scripts/app/owner-details/owner-details.template.html index f1606cda0..5450aa0ea 100644 --- a/src/main/webapp/scripts/app/owner-details/owner-details.template.html +++ b/src/main/webapp/scripts/app/owner-details/owner-details.template.html @@ -19,36 +19,53 @@ - Edit Owner + Edit Owner - Add New Pet + Add New Pet

Pets and Visits

-
-

- {{pet.name}} -

-

- {{pet.birthDate | date:'yyyy MMM dd'}} - {{pet.type.name}} - - Add Visit -

-

Visits

+ + + + + + +
+
+
Name
+
{{pet.name}}
+
Birth Date
+
{{pet.birthDate | date:'yyyy MMM dd'}}
+
Type
+
{{pet.type.name}}
+
+
+ + + + + + + + + + + + + + + +
Visit DateDescription
{{visit.date | date:'yyyy MMM dd'}}{{visit.description}}
+ Edit Pet + + Add Visit +
+
-
-
{{visit.date | date:'yyyy MMM dd'}}
-

{{visit.description}}

-
- -

- No visit yet -

- -
-
diff --git a/src/main/webapp/scripts/app/owner-form/owner-form.template.html b/src/main/webapp/scripts/app/owner-form/owner-form.template.html index 988ca8953..0d49cfb92 100644 --- a/src/main/webapp/scripts/app/owner-form/owner-form.template.html +++ b/src/main/webapp/scripts/app/owner-form/owner-form.template.html @@ -32,7 +32,7 @@
- +
diff --git a/src/main/webapp/scripts/app/pet-form/pet-form.template.html b/src/main/webapp/scripts/app/pet-form/pet-form.template.html index a502b8ebe..36884378c 100644 --- a/src/main/webapp/scripts/app/pet-form/pet-form.template.html +++ b/src/main/webapp/scripts/app/pet-form/pet-form.template.html @@ -35,7 +35,7 @@
-