Browse Source

Changed song system completely. Might be a bit broken.

KrisVos130 9 years ago
parent
commit
12e35be7cd
1 changed files with 7 additions and 0 deletions
  1. 7 0
      app/client/templates/manageStation.html

+ 7 - 0
app/client/templates/manageStation.html

@@ -13,6 +13,7 @@
                             <th>Artist(s)</th>
                             <th>Id</th>
                             <th>Mid</th>
+                            <th>Genres</th>
                             <th>Likes</th>
                             <th>Dislikes</th>
                             <th class="table-right-th">Edit</th>
@@ -26,6 +27,7 @@
                                 <td align="left">{{artist}}</td>
                                 <td align="left">{{id}}</td>
                                 <td align="left">{{mid}}</td>
+                                <td align="left">{{genres}}</td>
                                 <td align="left">{{likes}}</td>
                                 <td align="left">{{dislikes}}</td>
                                 <td class="table-right-td">
@@ -95,6 +97,11 @@
                     <label for="mid" class="white-text">Song ID</label>
                     <input class="validate" name="id" id="id" type="text" pattern=".{11}"/>
                 </div>
+                <div class="input-field col l8 m8 s12 offset-l2 offset-m2">
+                    <i class="material-icons prefix">vpn_key</i>
+                    <label for="mid" class="white-text">Song Genres</label>
+                    <input class="validate" name="genres" id="genres" type="text" disabled/>
+                </div>
                 <div class="input-field col l8 m8 s12 offset-l2 offset-m2">
                     <i class="material-icons prefix">person</i>
                     <label for="id" class="white-text">Song Artist</label>