From b757411f8e363b17afa5dbf56390c5ef1e5c0943 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Mon, 29 Jun 2020 23:29:10 +0200 Subject: [PATCH] Add missing templates --- templates/item-herbe-sheet.html | 31 ++++++++++++++++++ templates/item-ingredient-sheet.html | 35 +++++++++++++++++++++ templates/item-livre-sheet.html | 47 ++++++++++++++++++++++++++++ templates/item-potion-sheet.html | 27 ++++++++++++++++ templates/item-tache-sheet.html | 35 +++++++++++++++++++++ 5 files changed, 175 insertions(+) create mode 100644 templates/item-herbe-sheet.html create mode 100644 templates/item-ingredient-sheet.html create mode 100644 templates/item-livre-sheet.html create mode 100644 templates/item-potion-sheet.html create mode 100644 templates/item-tache-sheet.html diff --git a/templates/item-herbe-sheet.html b/templates/item-herbe-sheet.html new file mode 100644 index 00000000..040898d7 --- /dev/null +++ b/templates/item-herbe-sheet.html @@ -0,0 +1,31 @@ +
+
+ +
+

+
+
+ + {{!-- Sheet Body --}} +
+
+ + +
+
+ + +
+
+ + +
+
+ Description : +
+
+ {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} +
+
+ +
diff --git a/templates/item-ingredient-sheet.html b/templates/item-ingredient-sheet.html new file mode 100644 index 00000000..ca4e2d81 --- /dev/null +++ b/templates/item-ingredient-sheet.html @@ -0,0 +1,35 @@ +
+
+ +
+

+
+
+ + {{!-- Sheet Body --}} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ Description : +
+
+ {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} +
+
+ +
diff --git a/templates/item-livre-sheet.html b/templates/item-livre-sheet.html new file mode 100644 index 00000000..64b56dea --- /dev/null +++ b/templates/item-livre-sheet.html @@ -0,0 +1,47 @@ +
+
+ +
+

+
+
+ + {{!-- Sheet Body --}} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ Description : +
+
+ {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} +
+
+ +
diff --git a/templates/item-potion-sheet.html b/templates/item-potion-sheet.html new file mode 100644 index 00000000..7e285da4 --- /dev/null +++ b/templates/item-potion-sheet.html @@ -0,0 +1,27 @@ +
+
+ +
+

+
+
+ + {{!-- Sheet Body --}} +
+
+ + +
+
+ + +
+
+ Description : +
+
+ {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} +
+
+ +
diff --git a/templates/item-tache-sheet.html b/templates/item-tache-sheet.html new file mode 100644 index 00000000..e76c942d --- /dev/null +++ b/templates/item-tache-sheet.html @@ -0,0 +1,35 @@ +
+
+ +
+

+
+
+ + {{!-- Sheet Body --}} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ Description : +
+
+ {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} +
+
+ +