mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 00:30:28 -04:00
Add new sorting and filtering options to ebook browse page
This commit is contained in:
parent
27f7862ae9
commit
1010b287a6
13 changed files with 786 additions and 442 deletions
|
@ -15,6 +15,10 @@ const HTTP_VAR_INT = 0;
|
|||
const HTTP_VAR_STR = 1;
|
||||
const HTTP_VAR_BOOL = 2;
|
||||
const HTTP_VAR_DEC = 3;
|
||||
const HTTP_VAR_ARRAY = 4;
|
||||
|
||||
const VIEW_GRID = 'grid';
|
||||
const VIEW_LIST = 'list';
|
||||
|
||||
const SOURCE_PROJECT_GUTENBERG = 0;
|
||||
const SOURCE_HATHI_TRUST = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue