From 8468408f5c8400b6e6ad0aa4ce118399854010a5 Mon Sep 17 00:00:00 2001 From: Matthieu Lalonde Date: Fri, 9 Nov 2012 11:53:57 -0500 Subject: [PATCH] Removed all templates from index --- index.html | 76 ------------------- resources/templates/app/modal-fatal.html | 14 ++++ resources/templates/list/column-dropdown.html | 10 +++ resources/templates/list/item-dropdown.html | 5 ++ .../templates/list/modal-item-details.html | 30 ++++++++ resources/templates/player/player-status.html | 7 ++ 6 files changed, 66 insertions(+), 76 deletions(-) create mode 100644 resources/templates/app/modal-fatal.html create mode 100644 resources/templates/list/column-dropdown.html create mode 100644 resources/templates/list/item-dropdown.html create mode 100644 resources/templates/list/modal-item-details.html create mode 100644 resources/templates/player/player-status.html diff --git a/index.html b/index.html index 082ffec..6aa2e59 100644 --- a/index.html +++ b/index.html @@ -27,81 +27,5 @@ - - - - - - - - - diff --git a/resources/templates/app/modal-fatal.html b/resources/templates/app/modal-fatal.html new file mode 100644 index 0000000..ddbe4eb --- /dev/null +++ b/resources/templates/app/modal-fatal.html @@ -0,0 +1,14 @@ +
+
+ +
diff --git a/resources/templates/list/column-dropdown.html b/resources/templates/list/column-dropdown.html new file mode 100644 index 0000000..e758551 --- /dev/null +++ b/resources/templates/list/column-dropdown.html @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/resources/templates/list/item-dropdown.html b/resources/templates/list/item-dropdown.html new file mode 100644 index 0000000..8664d95 --- /dev/null +++ b/resources/templates/list/item-dropdown.html @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/resources/templates/list/modal-item-details.html b/resources/templates/list/modal-item-details.html new file mode 100644 index 0000000..825c57d --- /dev/null +++ b/resources/templates/list/modal-item-details.html @@ -0,0 +1,30 @@ +
+
+ +
diff --git a/resources/templates/player/player-status.html b/resources/templates/player/player-status.html new file mode 100644 index 0000000..5c4dbab --- /dev/null +++ b/resources/templates/player/player-status.html @@ -0,0 +1,7 @@ +
{{dmap_itemname}}
+
{{daap_songartist}}
+
+ 0:00 + + -0:00 +
\ No newline at end of file