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
332335fe03f64d9d843ccc1e0df5c5e2f75c3468
books
/
templates
History
Damien De Paoli
332335fe03
display loan "card" in book.html
2020-11-24 20:41:45 +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
first pass for series data, can save, and shows associated books... Does not deal with series inside series
2020-11-23 18:50:53 +11:00
book.html
display loan "card" in book.html
2020-11-24 20:41:45 +11:00
books_for_loan.html
added in loans support, also particular route for book_for_loan without markup used as div content on loan.html page via ajax load
2020-11-18 19:58:55 +11:00
books_for_series.html
cleaned up tabs on comments in main.py, allowed series edit page to stretch full page, shrank font for books in series table, added move up/down buttons (non-functional as yet), and visualised books being in more than one series
2020-11-24 18:12:28 +11:00
books.html
moved to using a Get*ById() in condition, covertype, owned files and exposing them in jinja and using them in books.html to fix-up the fact those columns were now raw forein keys (ids)
2020-11-22 00:23:18 +11:00
edit_id_name.html
renamed id_name_form to edit_id_name, then made show_id_name and used it for all appropriate classes. Shaved about 150 LOC / removed 5 x duplication of code :)
2020-11-18 12:30:23 +11:00
loan.html
added in loans support, also particular route for book_for_loan without markup used as div content on loan.html page via ajax load
2020-11-18 19:58:55 +11:00
loans.html
added in loans support, also particular route for book_for_loan without markup used as div content on loan.html page via ajax load
2020-11-18 19:58:55 +11:00
series.html
cleaned up tabs on comments in main.py, allowed series edit page to stretch full page, shrank font for books in series table, added move up/down buttons (non-functional as yet), and visualised books being in more than one series
2020-11-24 18:12:28 +11:00
seriess.html
first pass for series data, can save, and shows associated books... Does not deal with series inside series
2020-11-23 18:50:53 +11:00
show_id_name.html
renamed id_name_form to edit_id_name, then made show_id_name and used it for all appropriate classes. Shaved about 150 LOC / removed 5 x duplication of code :)
2020-11-18 12:30:23 +11:00