|
@@ -276,14 +276,15 @@
|
|
<!--Report modal-->
|
|
<!--Report modal-->
|
|
<div id="report_modal" class="modal">
|
|
<div id="report_modal" class="modal">
|
|
<div class="modal-content container">
|
|
<div class="modal-content container">
|
|
- <h4>Reporting: {{currentSong.title}} by {{currentSong.artist}}</h4>
|
|
|
|
|
|
+ <h4>Reporting:</h4>
|
|
|
|
+ <h5>{{currentSong.title}} <span class="thin">by</span> {{currentSong.artist}}</h5>
|
|
<div class="report-layer-1">
|
|
<div class="report-layer-1">
|
|
- <p>
|
|
|
|
|
|
+ <div>
|
|
<input type="checkbox" id="report-song">
|
|
<input type="checkbox" id="report-song">
|
|
<label for="report-song">
|
|
<label for="report-song">
|
|
Song
|
|
Song
|
|
</label>
|
|
</label>
|
|
- </p>
|
|
|
|
|
|
+ </div>
|
|
<!-- Layer2 -->
|
|
<!-- Layer2 -->
|
|
{{#if reportSong}}
|
|
{{#if reportSong}}
|
|
<div class="report-layer-2" id="report-song-list">
|
|
<div class="report-layer-2" id="report-song-list">
|
|
@@ -304,178 +305,175 @@
|
|
<label for="report-song-other">
|
|
<label for="report-song-other">
|
|
Other:
|
|
Other:
|
|
</label>
|
|
</label>
|
|
- <div class="input-field">
|
|
|
|
- <textarea class="materialize-textarea" id="report-song-other-ta" type="text"></textarea>
|
|
|
|
- <label for="report-song-other-ta">What is the issue?</label>
|
|
|
|
- </div>
|
|
|
|
|
|
+ {{#if reportSongOther}}
|
|
|
|
+ <div class="input-field">
|
|
|
|
+ <textarea class="materialize-textarea" id="report-song-other-ta" type="text"></textarea>
|
|
|
|
+ <label for="report-song-other-ta">What is the issue?</label>
|
|
|
|
+ </div>
|
|
|
|
+ {{/if}}
|
|
</p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
{{/if}}
|
|
{{/if}}
|
|
- <div class="checkbox">
|
|
|
|
- <input class="checkbox-box" type="checkbox" id="report-title">
|
|
|
|
- <label for="report-title">
|
|
|
|
- Title
|
|
|
|
- </label>
|
|
|
|
|
|
+ <div class="checkbox">
|
|
|
|
+ <input type="checkbox" id="report-title">
|
|
|
|
+ <label for="report-title">
|
|
|
|
+ Title
|
|
|
|
+ </label>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- Layer2 -->
|
|
|
|
+ {{#if reportTitle}}
|
|
|
|
+ <div class="report-layer-2" id="report-title-list">
|
|
|
|
+ <p>
|
|
|
|
+ <input type="checkbox" id="report-title-incorrect">
|
|
|
|
+ <label for="report-title-incorrect">
|
|
|
|
+ Incorrect
|
|
|
|
+ </label>
|
|
|
|
+ </p>
|
|
|
|
+ <p>
|
|
|
|
+ <input type="checkbox" id="report-title-inappropriate">
|
|
|
|
+ <label for="report-title-inappropriate">
|
|
|
|
+ Inappropriate
|
|
|
|
+ </label>
|
|
|
|
+ </p>
|
|
|
|
+ <p>
|
|
|
|
+ <input type="checkbox" id="report-title-other">
|
|
|
|
+ <label for="report-title-other">
|
|
|
|
+ Other:
|
|
|
|
+ </label>
|
|
|
|
+ {{#if reportTitleOther}}
|
|
|
|
+ <div class="input-field">
|
|
|
|
+ <textarea class="materialize-textarea" id="report-title-other-ta" type="text"></textarea>
|
|
|
|
+ <label for="report-title-other-ta">What is the issue?</label>
|
|
|
|
+ </div>
|
|
|
|
+ {{/if}}
|
|
|
|
+ </p>
|
|
</div>
|
|
</div>
|
|
- <!-- Layer2 -->
|
|
|
|
- {{#if reportTitle}}
|
|
|
|
- <div class="report-layer-2" id="report-title-list">
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input type="checkbox" id="report-title-incorrect">
|
|
|
|
- <label for="report-title-incorrect">
|
|
|
|
- Incorrect
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input type="checkbox" id="report-title-inappropriate">
|
|
|
|
- <label for="report-title-inappropriate">
|
|
|
|
- Inappropriate
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input type="checkbox" id="report-title-other">
|
|
|
|
- <label for="report-title-other">
|
|
|
|
- Other: <br>
|
|
|
|
- <textarea class="other-textarea" id="report-title-other-ta" type="text"></textarea>
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- {{/if}}
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input class="checkbox-box" type="checkbox" id="report-author">
|
|
|
|
- <label for="report-author">
|
|
|
|
- Author
|
|
|
|
- </label>
|
|
|
|
|
|
+ {{/if}}
|
|
|
|
+ <div>
|
|
|
|
+ <input type="checkbox" id="report-artist">
|
|
|
|
+ <label for="report-artist">
|
|
|
|
+ Artist
|
|
|
|
+ </label>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- Layer2 -->
|
|
|
|
+ {{#if reportArtist}}
|
|
|
|
+ <div class="report-layer-2" id="report-artist-list">
|
|
|
|
+ <p>
|
|
|
|
+ <input type="checkbox" id="report-artist-incorrect">
|
|
|
|
+ <label for="report-artist-incorrect">
|
|
|
|
+ Incorrect
|
|
|
|
+ </label>
|
|
|
|
+ </p>
|
|
|
|
+ <p>
|
|
|
|
+ <input type="checkbox" id="report-artist-inappropriate">
|
|
|
|
+ <label for="report-artist-inappropriate">
|
|
|
|
+ Inappropriate
|
|
|
|
+ </label>
|
|
|
|
+ </p>
|
|
|
|
+ <p>
|
|
|
|
+ <input type="checkbox" id="report-artist-other">
|
|
|
|
+ <label for="report-artist-other">
|
|
|
|
+ Other:
|
|
|
|
+ </label>
|
|
|
|
+ {{#if reportArtistOther}}
|
|
|
|
+ <div class="input-field">
|
|
|
|
+ <textarea class="materialize-textarea" id="report-artist-other-ta" type="text"></textarea>
|
|
|
|
+ <label for="report-artist-other-ta">What is the issue?</label>
|
|
|
|
+ </div>
|
|
|
|
+ {{/if}}
|
|
|
|
+ </p>
|
|
</div>
|
|
</div>
|
|
- <!-- Layer2 -->
|
|
|
|
- {{#if reportAuthor}}
|
|
|
|
- <div class="report-layer-2" id="report-author-list">
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input type="checkbox" id="report-author-incorrect">
|
|
|
|
- <label for="report-author-incorrect">
|
|
|
|
- Incorrect
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input type="checkbox" id="report-author-inappropriate">
|
|
|
|
- <label for="report-author-inappropriate">
|
|
|
|
- Inappropriate
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input type="checkbox" id="report-author-other">
|
|
|
|
- <label for="report-author-other">
|
|
|
|
- Other: <br>
|
|
|
|
- <textarea class="other-textarea" id="report-author-other-ta" type="text"></textarea>
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
|
|
+ {{/if}}
|
|
|
|
+ <div class="checkbox">
|
|
|
|
+ <input type="checkbox" id="report-duration">
|
|
|
|
+ <label for="report-duration">
|
|
|
|
+ Duration
|
|
|
|
+ </label>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- Layer2 -->
|
|
|
|
+ {{#if reportDuration}}
|
|
|
|
+ <div class="report-layer-2" id="report-duration-list">
|
|
|
|
+ <div class="checkbox">
|
|
|
|
+ <input type="checkbox" id="report-duration-long">
|
|
|
|
+ <label for="report-duration-long">
|
|
|
|
+ Too long
|
|
|
|
+ </label>
|
|
</div>
|
|
</div>
|
|
- {{/if}}
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input class="checkbox-box" type="checkbox" id="report-duration">
|
|
|
|
- <label for="report-duration">
|
|
|
|
- Duration
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
- <!-- Layer2 -->
|
|
|
|
- {{#if reportDuration}}
|
|
|
|
- <div class="report-layer-2" id="report-duration-list">
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input type="checkbox" id="report-duration-long">
|
|
|
|
- <label for="report-duration-long">
|
|
|
|
- Too long
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input type="checkbox" id="report-duration-short">
|
|
|
|
- <label for="report-duration-short">
|
|
|
|
- Too short
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input type="checkbox" id="report-duration-other">
|
|
|
|
- <label for="report-duration-other">
|
|
|
|
- Other: <br>
|
|
|
|
- <textarea class="other-textarea" id="report-duration-other-ta" type="text"></textarea>
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div class="checkbox">
|
|
|
|
+ <input type="checkbox" id="report-duration-short">
|
|
|
|
+ <label for="report-duration-short">
|
|
|
|
+ Too short
|
|
|
|
+ </label>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="checkbox">
|
|
|
|
+ <input type="checkbox" id="report-duration-other">
|
|
|
|
+ <label for="report-duration-other">
|
|
|
|
+ Other: <br>
|
|
|
|
+ </label>
|
|
|
|
+ {{#if reportDurationOther}}
|
|
|
|
+ <div class="input-field">
|
|
|
|
+ <textarea class="materialize-textarea" id="report-duration-other-ta" type="text"></textarea>
|
|
|
|
+ <label for="report-duration-other-ta">What is the issue?</label>
|
|
|
|
+ </div>
|
|
|
|
+ {{/if}}
|
|
</div>
|
|
</div>
|
|
- {{/if}}
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input class="checkbox-box" type="checkbox" id="report-audio">
|
|
|
|
- <label for="report-audio">
|
|
|
|
- Audio
|
|
|
|
- </label>
|
|
|
|
</div>
|
|
</div>
|
|
- <!-- Layer2 -->
|
|
|
|
- {{#if reportAudio}}
|
|
|
|
- <div class="report-layer-2" id="report-audio-list">
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input type="checkbox" id="report-audio-inappropriate">
|
|
|
|
- <label for="report-audio-inappropriate">
|
|
|
|
- Inappropriate
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input type="checkbox" id="report-audio-not-playing">
|
|
|
|
- <label for="report-audio-not-playing">
|
|
|
|
- Not playing
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input type="checkbox" id="report-audio-other">
|
|
|
|
- <label for="report-audio-other">
|
|
|
|
- Other: <br>
|
|
|
|
- <textarea class="other-textarea" id="report-audio-other-ta" type="text"></textarea>
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
|
|
+ {{/if}}
|
|
|
|
+ <div class="checkbox">
|
|
|
|
+ <input type="checkbox" id="report-albumart">
|
|
|
|
+ <label for="report-albumart">
|
|
|
|
+ Albumart
|
|
|
|
+ </label>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- Layer2 -->
|
|
|
|
+ {{#if reportAlbumart}}
|
|
|
|
+ <div class="report-layer-2" id="report-albumart-list">
|
|
|
|
+ <div class="checkbox">
|
|
|
|
+ <input type="checkbox" id="report-albumart-incorrect">
|
|
|
|
+ <label for="report-albumart-incorrect">
|
|
|
|
+ Incorrect
|
|
|
|
+ </label>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="checkbox">
|
|
|
|
+ <input type="checkbox" id="report-albumart-inappropriate">
|
|
|
|
+ <label for="report-albumart-inappropriate">
|
|
|
|
+ Inappropriate
|
|
|
|
+ </label>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="checkbox">
|
|
|
|
+ <input type="checkbox" id="report-albumart-not-showing">
|
|
|
|
+ <label for="report-albumart-not-showing">
|
|
|
|
+ Not showing
|
|
|
|
+ </label>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="checkbox">
|
|
|
|
+ <input type="checkbox" id="report-albumart-other">
|
|
|
|
+ <label for="report-albumart-other">
|
|
|
|
+ Other:
|
|
|
|
+ </label>
|
|
|
|
+ {{#if reportAlbumartOther}}
|
|
|
|
+ <div class="input-field">
|
|
|
|
+ <textarea class="materialize-textarea" id="report-albumart-other-ta" type="text"></textarea>
|
|
|
|
+ <label for="report-albumart-other-ta">What is the issue?</label>
|
|
|
|
+ </div>
|
|
|
|
+ {{/if}}
|
|
</div>
|
|
</div>
|
|
- {{/if}}
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input class="checkbox-box" type="checkbox" id="report-albumart">
|
|
|
|
- <label for="report-albumart">
|
|
|
|
- Albumart
|
|
|
|
- </label>
|
|
|
|
</div>
|
|
</div>
|
|
- <!-- Layer2 -->
|
|
|
|
- {{#if reportAlbumart}}
|
|
|
|
- <div class="report-layer-2" id="report-albumart-list">
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input type="checkbox" id="report-albumart-incorrect">
|
|
|
|
- <label for="report-albumart-incorrect">
|
|
|
|
- Incorrect
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input type="checkbox" id="report-albumart-inappropriate">
|
|
|
|
- <label for="report-albumart-inappropriate">
|
|
|
|
- Inappropriate
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input type="checkbox" id="report-albumart-not-showing">
|
|
|
|
- <label for="report-albumart-not-showing">
|
|
|
|
- Not showing
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
- <div class="checkbox">
|
|
|
|
- <input type="checkbox" id="report-albumart-other">
|
|
|
|
- <label for="report-albumart-other">
|
|
|
|
- Other: <br>
|
|
|
|
- <textarea class="other-textarea" id="report-albumart-other-ta" type="text"></textarea>
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
|
|
+ {{/if}}
|
|
|
|
+ <div class="checkbox">
|
|
|
|
+ <input type="checkbox" id="report-other">
|
|
|
|
+ <label for="report-other">
|
|
|
|
+ Other: <br>
|
|
|
|
+ </label>
|
|
|
|
+ {{#if reportOther}}
|
|
|
|
+ <div class="input-field">
|
|
|
|
+ <textarea class="materialize-textarea" id="report-other-ta" type="text"></textarea>
|
|
|
|
+ <label for="report-other-ta">What is the issue?</label>
|
|
</div>
|
|
</div>
|
|
{{/if}}
|
|
{{/if}}
|
|
- <div class="checkbox">
|
|
|
|
- <input class="checkbox-box" type="checkbox" id="report-other">
|
|
|
|
- <label for="report-other">
|
|
|
|
- Other: <br>
|
|
|
|
- <textarea class="other-textarea" id="report-other-ta" type="text"></textarea>
|
|
|
|
- </label>
|
|
|
|
- </div>
|
|
|
|
</div>
|
|
</div>
|
|
- <button type="button" id="report-song-button" class="button">Submit</button>
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <a id="report-song-button" class="waves-effect waves-light btn">Report Song</a>
|
|
</div>
|
|
</div>
|
|
<div class="divider"></div>
|
|
<div class="divider"></div>
|
|
<div class="modal-footer">
|
|
<div class="modal-footer">
|