|
@@ -300,13 +300,13 @@ View::show_header('Browse Torrents', 'browse');
|
300
|
300
|
<tr id="search_terms" class="ftr_basic<?=$HideBasic?>">
|
301
|
301
|
<td class="label"><!--Search terms:--></td>
|
302
|
302
|
<td class="ftb_searchstr">
|
303
|
|
- <input type="search" spellcheck="false" size="48" name="searchstr" class="inputtext fti_basic" placeholder="Search terms" value="<?Format::form('searchstr')?>" />
|
|
303
|
+ <input type="search" spellcheck="false" size="48" name="searchstr" class="inputtext fti_basic" placeholder="Search terms" value="<?Format::form('searchstr')?>" aria-label="Terms to search">
|
304
|
304
|
</td>
|
305
|
305
|
</tr>
|
306
|
306
|
<tr id="tagfilter">
|
307
|
307
|
<td class="label"><!--<span title="Use !tag to exclude tag" class="tooltip">Tags (comma-separated):</span>--></td>
|
308
|
308
|
<td class="ft_taglist">
|
309
|
|
- <input type="search" size="37" id="tags" name="taglist" class="inputtext smaller tooltip_left" title="Use !tag to exclude tag" placeholder="Tags (comma separated)" value="<?=display_str($Search->get_terms('taglist'))?>"<? Users::has_autocomplete_enabled('other'); ?> />
|
|
309
|
+ <input type="search" size="37" id="tags" name="taglist" class="inputtext smaller tooltip_left" title="Use !tag to exclude tag" placeholder="Tags (comma separated)" value="<?=display_str($Search->get_terms('taglist'))?>"<? Users::has_autocomplete_enabled('other'); ?> aria-label="Tags to search">
|
310
|
310
|
<input type="radio" name="tags_type" id="tags_type0" value="0"<?Format::selected('tags_type', 0, 'checked')?> /><label for="tags_type0"> Any</label>
|
311
|
311
|
<input type="radio" name="tags_type" id="tags_type1" value="1"<?Format::selected('tags_type', 1, 'checked')?> /><label for="tags_type1"> All</label>
|
312
|
312
|
</td>
|
|
@@ -314,7 +314,7 @@ View::show_header('Browse Torrents', 'browse');
|
314
|
314
|
<tr id="order">
|
315
|
315
|
<td class="label">Order by:</td>
|
316
|
316
|
<td class="ft_order">
|
317
|
|
- <select name="order_by" style="width: auto;" class="ft_order_by">
|
|
317
|
+ <select name="order_by" style="width: auto;" class="ft_order_by" aria-label="Property to order by">
|
318
|
318
|
<option value="time"<?Format::selected('order_by', 'time')?>>Time added</option>
|
319
|
319
|
<option value="year"<?Format::selected('order_by', 'year')?>>Year</option>
|
320
|
320
|
<option value="size"<?Format::selected('order_by', 'size')?>>Size</option>
|
|
@@ -324,7 +324,7 @@ View::show_header('Browse Torrents', 'browse');
|
324
|
324
|
<option value="cataloguenumber"<?Format::selected('order_by', 'cataloguenumber')?>>Catalogue Number</option>
|
325
|
325
|
<option value="random"<?Format::selected('order_by', 'random')?>>Random</option>
|
326
|
326
|
</select>
|
327
|
|
- <select name="order_way" class="ft_order_way">
|
|
327
|
+ <select name="order_way" class="ft_order_way" aria-label="Direction to order">
|
328
|
328
|
<option value="desc"<?Format::selected('order_way', 'desc')?>>Descending</option>
|
329
|
329
|
<option value="asc"<?Format::selected('order_way', 'asc')?>>Ascending</option>
|
330
|
330
|
</select>
|
|
@@ -463,17 +463,17 @@ View::show_header('Browse Torrents', 'browse');
|
463
|
463
|
<td><a href="<?=header_link('time')?>">Time</a></td>
|
464
|
464
|
<td><a href="<?=header_link('size')?>">Size</a></td>
|
465
|
465
|
<td class="sign snatches">
|
466
|
|
- <a href="<?=header_link('snatched')?>">
|
|
466
|
+ <a href="<?=header_link('snatched')?>" aria-label="Sort by snatches">
|
467
|
467
|
<svg width="15" height="15" fill="white" class="tooltip" alt="Snatches" title="Snatches" viewBox="3 0 88 98"><path d="M20 20 A43 43,0,1,0,77 23 L90 10 L55 10 L55 45 L68 32 A30.27 30.27,0,1,1,28 29"></path></svg>
|
468
|
468
|
</a>
|
469
|
469
|
</td>
|
470
|
470
|
<td class="sign seeders">
|
471
|
|
- <a href="<?=header_link('seeders')?>">
|
|
471
|
+ <a href="<?=header_link('seeders')?>" aria-label="Sort by seeders">
|
472
|
472
|
<svg width="11" height="15" fill="white" class="tooltip" alt="Seeders" title="Seeders"><polygon points="0,7 5.5,0 11,7 8,7 8,15 3,15 3,7"></polygon></svg>
|
473
|
473
|
</a>
|
474
|
474
|
</td>
|
475
|
475
|
<td class="sign leechers">
|
476
|
|
- <a href="<?=header_link('leechers')?>">
|
|
476
|
+ <a href="<?=header_link('leechers')?>" aria-label="Sort by leechers">
|
477
|
477
|
<svg width="11" height="15" fill="white" class="tooltip" alt="Leechers" title="Leechers"><polygon points="0,8 5.5,15 11,8 8,8 8,0 3,0 3,8"></polygon></svg>
|
478
|
478
|
</a>
|
479
|
479
|
</td>
|