Started handling of session data

This commit is contained in:
Raelon Masters
2020-07-01 12:49:38 -04:00
parent a2fdca5a7c
commit 0710010736
8 changed files with 203 additions and 11 deletions

View File

@@ -53,7 +53,7 @@
<select id = "sortlist">
<option value = "sort/title" id="title-sort">Title</option>
<option value = "sort/author" id="author-sort">Author</option>
<option value = "sort/collection" id="collection-sort">Collection</option>
<option value = "sort/collections" id="collection-sort">Collection</option>
<option value = "sort/tag" id="tag-sort">Tags</option>
</select>
</div>