Filter
This commit is contained in:
@@ -21,6 +21,28 @@
|
||||
</select>
|
||||
<p>Search players by name:</p>
|
||||
<input type="text" id="query" placeholder="Contains" required>
|
||||
|
||||
|
||||
<div class="days">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" name="days" value="QB" checked></input>
|
||||
<span class="mark">QB</span>
|
||||
</label>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" name="days" value="RB" checked></input>
|
||||
<span class="mark">RB</span>
|
||||
</label>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" name="days" value="TE" checked></input>
|
||||
<span class="mark">TE</span>
|
||||
</label>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" name="days" value="WR" checked></input>
|
||||
<span class="mark">WR</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
<button type="submit">Search</button>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user