More work on new HTML reader.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Fri, 29 Nov 2013 16:01:50 +0000 (17:01 +0100)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Fri, 29 Nov 2013 16:01:50 +0000 (17:01 +0100)
commit7f95f426fe9d582ee5b33e73edc7ef7c78a82c12
tree499e85244f167a2d5e07ff5e7503d65b0f7a2797
parent0dedb252acdced77dc403ff4acdbb42734eb991f
More work on new HTML reader.
32 files changed:
apps/catalogue/models/book.py
apps/catalogue/templates/catalogue/book_mini_box.html
apps/catalogue/templates/catalogue/book_short.html
apps/catalogue/templates/catalogue/book_text.html
apps/catalogue/templates/catalogue/book_text_new.html [deleted file]
apps/catalogue/templatetags/catalogue_tags.py
apps/catalogue/urls.py
apps/catalogue/views.py
apps/funding/templates/funding/tags/funding.html
apps/wolnelektury_core/static/css/new.book.css
apps/wolnelektury_core/static/js/book_text/box.js [deleted file]
apps/wolnelektury_core/static/js/book_text/menu.js
apps/wolnelektury_core/static/js/book_text/other.js [deleted file]
apps/wolnelektury_core/static/js/book_text/themes.js [deleted file]
apps/wolnelektury_core/static/scss/book_text.scss
apps/wolnelektury_core/static/scss/book_text/body.scss
apps/wolnelektury_core/static/scss/book_text/book_box.scss [new file with mode: 0644]
apps/wolnelektury_core/static/scss/book_text/box.scss
apps/wolnelektury_core/static/scss/book_text/const.scss [new file with mode: 0644]
apps/wolnelektury_core/static/scss/book_text/menu.scss
apps/wolnelektury_core/static/scss/book_text/numbering.scss
apps/wolnelektury_core/static/scss/book_text/other.scss
apps/wolnelektury_core/static/scss/book_text/settings.scss
apps/wolnelektury_core/static/scss/book_text/themes.scss
apps/wolnelektury_core/static/scss/funding/funding.scss
apps/wolnelektury_core/static/scss/main.scss
apps/wolnelektury_core/static/scss/main/book_box.scss
apps/wolnelektury_core/static/scss/main/cite.scss
apps/wolnelektury_core/static/scss/main/const.scss [new file with mode: 0644]
apps/wolnelektury_core/static/scss/main/header.scss
apps/wolnelektury_core/static/scss/main/menu.scss
wolnelektury/settings/static.py