add sorting filters by name
This commit is contained in:
parent
1b839fcc21
commit
a2344f4989
3 changed files with 71 additions and 16 deletions
|
@ -69,8 +69,12 @@ make' root (GalleryInfo {title, desc, prefix, filters, hidden}) infos = [b|@0
|
|||
$10.excludeFilters
|
||||
</ul>
|
||||
|
||||
<a href=# id=clear>clear</a>
|
||||
<a href=# id=singles>toggle single-use tags</a>
|
||||
<ul id=filterstuff>
|
||||
<li><a href=# id=clear>clear</a>
|
||||
<li><a href=# id=sortalpha>sort by name</a>
|
||||
<li><a href=# id=sortuses>sort by uses</a>
|
||||
<li><a href=# id=singles>toggle single-use tags</a>
|
||||
</ul>
|
||||
</div>
|
||||
</details>
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue