From 3d0f989cee9d7c426c759588539dd06c14fa70ea Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sun, 2 Aug 2015 17:31:36 -0400 Subject: let's get v1 going here --- src/templates/search_results.html | 34 +++++++++++++++++++++++++++++++++ src/templates/submit_song_new.html | 29 ++++++++++++++++++++++++++++ src/templates/submit_song_picklist.html | 15 +++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 src/templates/search_results.html create mode 100644 src/templates/submit_song_new.html create mode 100644 src/templates/submit_song_picklist.html (limited to 'src/templates') diff --git a/src/templates/search_results.html b/src/templates/search_results.html new file mode 100644 index 0000000..9bac74f --- /dev/null +++ b/src/templates/search_results.html @@ -0,0 +1,34 @@ + + + + Solfege search results - {{original_query}} + + + + + +

Solfege search results

+

+

+ + +
+

+ +
    + {{#each results}} +
  1. {{title}} - {{artist_name}}
  2. + {{/each}} +
+ +

None of these right? Remebered the song?

+

Submit the song this phrase is from!

+

+

+ + + +
+

+ + diff --git a/src/templates/submit_song_new.html b/src/templates/submit_song_new.html new file mode 100644 index 0000000..29d7529 --- /dev/null +++ b/src/templates/submit_song_new.html @@ -0,0 +1,29 @@ + + + + Submit a new song + + +

Submit a new song

+

Tell us about the song (all fields required):

+
+ + + + + + + + + + + + + + + + +
Title:
Artist:
Phrase:
+
+ + diff --git a/src/templates/submit_song_picklist.html b/src/templates/submit_song_picklist.html new file mode 100644 index 0000000..b56c43f --- /dev/null +++ b/src/templates/submit_song_picklist.html @@ -0,0 +1,15 @@ + + + + Submit a song + + +

Did you mean one of these?

+
    + {{#each songs}} +
  1. {{title}} by {{artist_name}}
  2. + {{/each}} +
+ Nope, it's none of these + + -- cgit v1.2.3