Support playlist management
[infodrom/musiikki-web.git] / templates / playlists.phtml
diff --git a/templates/playlists.phtml b/templates/playlists.phtml
new file mode 100644 (file)
index 0000000..01ac992
--- /dev/null
@@ -0,0 +1,10 @@
+<!-- Playlists -->
+<div class="w3-container" id="playlists" style="margin-top:75px" data-fetch="true" style="display:none;">
+  <h1 class="w3-xxxlarge w3-text-blue"><b>Playlists.</b></h1>
+  <hr style="width:50px;border:5px solid blue" class="w3-round">
+  <div class="w3-section">
+  </div>
+  <label>Neue Playlist (ab morgen verfügbar)</label>
+  <input class="w3-input w3-border" id="name" requiblue="" type="text">
+  <button type="submit" class="w3-button w3-block w3-padding-large w3-blue w3-margin-bottom" onclick="return submit_playlist()">Anlegen</button>
+</div>