This website requires JavaScript.
Explore
Help
Sign In
ddp
/
books
Watch
1
Star
0
Fork
0
You've already forked books
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5f46636298003d64ba268072fb419db8f371378c
books
/
templates
History
Damien De Paoli
5f46636298
created generic id_name_form.html and made condition, covertype, genre, owned, publisher & rating use it for single edit page
2020-11-18 12:09:02 +11:00
..
author.html
created generic id_name_form.html and made condition, covertype, genre, owned, publisher & rating use it for single edit page
2020-11-18 12:09:02 +11:00
authors.html
split out old books into book and books.html, all *.html now using extends and {% block %} in jinja2. So navbar is now present in all URLs
2020-11-14 12:09:35 +11:00
base.html
created generic id_name_form.html and made condition, covertype, genre, owned, publisher & rating use it for single edit page
2020-11-18 12:09:02 +11:00
book.html
removed all old *_lst tables, added corresponding new classes, etc. fro covertype, owned, rating, and dropped tables from DB, etc. Updated base.html to use new tables as drop-downs that are set correctly. So far slight hack on BookForm, will finish that after syncing this all back to mara. If I do the sync, and export/import this version of DB, then the fixes.sql and fix_db() code included in main.py can be removed. Finally, lamely added a favicon and a static/ to support it
2020-11-17 21:22:15 +11:00
books.html
split out old books into book and books.html, all *.html now using extends and {% block %} in jinja2. So navbar is now present in all URLs
2020-11-14 12:09:35 +11:00
conditions.html
okay, condition* now works, menu to call them works, just testing it out though, so also a BookForm started but unused at present. Finally, tweaked pagination size to 20 now that navbar takes up so much space, also made pagination choices match
2020-11-16 00:03:28 +11:00
covertypes.html
removed all old *_lst tables, added corresponding new classes, etc. fro covertype, owned, rating, and dropped tables from DB, etc. Updated base.html to use new tables as drop-downs that are set correctly. So far slight hack on BookForm, will finish that after syncing this all back to mara. If I do the sync, and export/import this version of DB, then the fixes.sql and fix_db() code included in main.py can be removed. Finally, lamely added a favicon and a static/ to support it
2020-11-17 21:22:15 +11:00
genres.html
fixed up genres.html, publisers.html to work, tweaked menu structure -- still more placeholders than working for now, but started on an Admin menu to allow dealing with genres, covertypes, conditions, etc.
2020-11-15 14:26:52 +11:00
id_name_form.html
created generic id_name_form.html and made condition, covertype, genre, owned, publisher & rating use it for single edit page
2020-11-18 12:09:02 +11:00
owneds.html
removed all old *_lst tables, added corresponding new classes, etc. fro covertype, owned, rating, and dropped tables from DB, etc. Updated base.html to use new tables as drop-downs that are set correctly. So far slight hack on BookForm, will finish that after syncing this all back to mara. If I do the sync, and export/import this version of DB, then the fixes.sql and fix_db() code included in main.py can be removed. Finally, lamely added a favicon and a static/ to support it
2020-11-17 21:22:15 +11:00
publishers.html
sort table by name
2020-11-16 00:04:21 +11:00
ratings.html
removed all old *_lst tables, added corresponding new classes, etc. fro covertype, owned, rating, and dropped tables from DB, etc. Updated base.html to use new tables as drop-downs that are set correctly. So far slight hack on BookForm, will finish that after syncing this all back to mara. If I do the sync, and export/import this version of DB, then the fixes.sql and fix_db() code included in main.py can be removed. Finally, lamely added a favicon and a static/ to support it
2020-11-17 21:22:15 +11:00