# HG changeset patch
# User rougeronj
# Date 1432746085 -7200
# Node ID e165f7647ae3e9b3a1d067616604607177712b5b
# Parent 0afdaa004ee116b452cfd246242c442c79dc5836
Makes an external template for a galleryItem and include them in the templates
diff -r 0afdaa004ee1 -r e165f7647ae3 client/app/books/book.html
--- a/client/app/books/book.html Wed May 27 18:59:55 2015 +0200
+++ b/client/app/books/book.html Wed May 27 19:01:25 2015 +0200
@@ -1,31 +1,20 @@
-
-
- {{ parentBook.title }}
-
-
-
-
+
+
+ {{ book.title }}
+
+
+
+
- {{parentBook.slides.length}} objets
-
- -
-
-
![]()
-
{{ i.details.title }}
-
-
-
-
-
-
-
- {{book.title}}
-
-
+ {{book.slides.length}} objets
+
+
+
diff -r 0afdaa004ee1 -r e165f7647ae3 client/app/books/books.html
--- a/client/app/books/books.html Wed May 27 18:59:55 2015 +0200
+++ b/client/app/books/books.html Wed May 27 19:01:25 2015 +0200
@@ -1,50 +1,39 @@
-
+
-
+
- {{ parentBook.title }}
-
-
-
- Nouveau Book
-
+ {{ book.title }}
+
+
+
+ Nouveau Book
+
- {{parentBook.slides.length}} objets
+ {{book.count}} objets
-
-
-
-
-
-
+
+
\ No newline at end of file
diff -r 0afdaa004ee1 -r e165f7647ae3 client/app/books/galleryItem.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/client/app/books/galleryItem.html Wed May 27 19:01:25 2015 +0200
@@ -0,0 +1,8 @@
+
+
+
+{{ slide.details.title }}
\ No newline at end of file
diff -r 0afdaa004ee1 -r e165f7647ae3 client/app/my_visit/my_visit.html
--- a/client/app/my_visit/my_visit.html Wed May 27 18:59:55 2015 +0200
+++ b/client/app/my_visit/my_visit.html Wed May 27 19:01:25 2015 +0200
@@ -11,23 +11,15 @@
Créer un Book
- {{parentBook.slides.length}} objets
+ {{parentBook.slides.length}} objets
-
- -
-
-
![]()
-
{{ i.details.title }}
-
-
-
-
-
+
+
\ No newline at end of file
diff -r 0afdaa004ee1 -r e165f7647ae3 client/app/slides/slides.html
--- a/client/app/slides/slides.html Wed May 27 18:59:55 2015 +0200
+++ b/client/app/slides/slides.html Wed May 27 19:01:25 2015 +0200
@@ -1,29 +1,29 @@
-
-
{{slide.title}} - {{slide.details.title}}
-
-
-
-
-
-
-
-
-
Titre : {{slide.details.title}}
-
Description : {{slide.details.description}}
-
Numéro d'Inventaire : {{slide.details.idInventory}}
-
-
-
+
+
{{slide.title}} - {{slide.details.title}}
+
+
+
+
+
+
+
+
+
Titre : {{slide.details.title}}
+
Description : {{slide.details.description}}
+
Numéro d'Inventaire : {{slide.details.idInventory}}
+
+
+
diff -r 0afdaa004ee1 -r e165f7647ae3 client/app/visites/visite.html
--- a/client/app/visites/visite.html Wed May 27 18:59:55 2015 +0200
+++ b/client/app/visites/visite.html Wed May 27 19:01:25 2015 +0200
@@ -1,26 +1,19 @@
-
-
- {{ parentBook.title }}
-
-
-
- Créer un Book
-
-
- {{parentBook.slides.length}} objets
-
-
- -
-
-
![]()
-
{{ i.details.title }}
-
-
-
-
-
+
+
+ {{ visit.title }}
+
+
+
+ Créer un Book
+
+
+ {{parentBook.slides.length}} objets
+
+
+
diff -r 0afdaa004ee1 -r e165f7647ae3 client/app/visites/visites.html
--- a/client/app/visites/visites.html Wed May 27 18:59:55 2015 +0200
+++ b/client/app/visites/visites.html Wed May 27 19:01:25 2015 +0200
@@ -1,34 +1,26 @@
-
+
-
- {{ parentBook.title }}
-
-
-
- Créer un Book
+
+ {{ visit.title }}
+
+
+
+ Créer un Book
- {{parentBook.slides.length}} objets
+ {{visit.count}} objets
-
- -
-
-
![]()
-
{{ i.details.title }}
-
-
-
-
+
-
-
-
+
+
+
\ No newline at end of file