mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Modal and filter somewhat working
This commit is contained in:
@@ -39,6 +39,23 @@
|
||||
</div>
|
||||
</div>
|
||||
{{/unless}}
|
||||
<div id="advanced_filter" class="modal modal-fixed-footer">
|
||||
<div class="modal-content">
|
||||
<h4>Advanced</h4>
|
||||
<p>Here you can search by category. Keep in mind, this uses the category/genre/tags defined by the uploader of the video on YouTube or the song on SoundCloud</p>
|
||||
<div class="row container">
|
||||
<form id="filter-form">
|
||||
<input type="text" class="col s9" name="filtersearch_value" placeholder="Find.." id="filtersearch_input" autocomplete="off" />
|
||||
<a href="#" class="waves-effect waves-light btn col s2 orange submit-filter-search">Search</a>
|
||||
</form>
|
||||
</div>
|
||||
<div class="filter-results">
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<a href="#!" class=" modal-action modal-close waves-effect waves-green btn-flat">Close</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="help" class="modal modal-fixed-footer">
|
||||
<div class="modal-content">
|
||||
<h4>Help</h4>
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<div class="num_of_found">
|
||||
<span id="num_found">0</span>/<span id="of_total_found">0</span>
|
||||
</div>
|
||||
<a href="#" id="open_advanced_filter"><i class="material-icons">filter_list</i></a>
|
||||
<a href="#" id="close_find_form_button"><i class="material-icons">clear</i></a>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user