From 75beec91a8526fbbc0a90134140b9dff6af15c0c Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Sun, 28 Dec 2014 12:24:22 +0000 Subject: Initial frontend work --- static/partials/albums/list.html | 28 ++++++++++++++++++++++++++++ static/partials/artists/detail.html | 12 ++++++++++++ static/partials/artists/list.html | 28 ++++++++++++++++++++++++++++ static/partials/artists/tracks.html | 7 +++++++ 4 files changed, 75 insertions(+) create mode 100644 static/partials/albums/list.html create mode 100644 static/partials/artists/detail.html create mode 100644 static/partials/artists/list.html create mode 100644 static/partials/artists/tracks.html (limited to 'static/partials') diff --git a/static/partials/albums/list.html b/static/partials/albums/list.html new file mode 100644 index 0000000..01ac2a8 --- /dev/null +++ b/static/partials/albums/list.html @@ -0,0 +1,28 @@ +
+
+

Albums

+
+
+
+
+ +
+
+
+ +
+ +
+ +
+
+

{{ album.name }} ({{ album.date | amDateFormat: 'YYYY':'':'':'YYYY-MM-DD' }})

+
diff --git a/static/partials/artists/detail.html b/static/partials/artists/detail.html new file mode 100644 index 0000000..991633a --- /dev/null +++ b/static/partials/artists/detail.html @@ -0,0 +1,12 @@ +
+

{{ artist.name }}

+ +

Albums

+ + +

View artist tracks

+
+
+
\ No newline at end of file diff --git a/static/partials/artists/list.html b/static/partials/artists/list.html new file mode 100644 index 0000000..7c48e57 --- /dev/null +++ b/static/partials/artists/list.html @@ -0,0 +1,28 @@ +
+
+

Artists

+
+
+
+
+ +
+
+
+ +
+ +
+ +
+
+

{{ artist.name }}

+
\ No newline at end of file diff --git a/static/partials/artists/tracks.html b/static/partials/artists/tracks.html new file mode 100644 index 0000000..8d05b1d --- /dev/null +++ b/static/partials/artists/tracks.html @@ -0,0 +1,7 @@ +
+

{{ artist.name }}'s Tracks

+ + +
\ No newline at end of file -- cgit v1.2.3