standarize ajaxable dialogs
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 20 Dec 2011 15:43:13 +0000 (16:43 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 20 Dec 2011 15:45:49 +0000 (16:45 +0100)
commit6cc5df1faff7c600d0cf4b4174621eca99e86354
treefe34160651eec9c6c39bf75bdaa7ad72f64f5a2a
parentf293bf6e6217d2277d11b65fdb63bc35badc8e68
standarize ajaxable dialogs
30 files changed:
apps/ajaxable/__init__.py [new file with mode: 0644]
apps/ajaxable/models.py [new file with mode: 0644]
apps/ajaxable/templates/ajaxable/form.html [new file with mode: 0755]
apps/ajaxable/templates/ajaxable/form_on_page.html [new file with mode: 0755]
apps/ajaxable/utils.py [new file with mode: 0755]
apps/catalogue/urls.py
apps/catalogue/views.py
apps/pdcounter/urls.py [deleted file]
apps/pdcounter/views.py
apps/suggest/forms.py
apps/suggest/templates/publishing_suggest.html
apps/suggest/templates/publishing_suggest_full.html [deleted file]
apps/suggest/templates/suggest.html [deleted file]
apps/suggest/urls.py
apps/suggest/views.py
wolnelektury/settings.py
wolnelektury/static/css/dialogs.css [new file with mode: 0755]
wolnelektury/static/css/main_page.css
wolnelektury/static/js/dialogs.js [new file with mode: 0755]
wolnelektury/static/js/jquery.jqmodal.js
wolnelektury/static/js/locale.js [new file with mode: 0755]
wolnelektury/static/js/pdcounter.js [new file with mode: 0755]
wolnelektury/templates/auth/login.html [deleted file]
wolnelektury/templates/base.html
wolnelektury/templates/main_page.html
wolnelektury/templates/pdcounter/author_detail.html
wolnelektury/templates/pdcounter/book_stub_detail.html
wolnelektury/templates/pdcounter/pd_counter.html [deleted file]
wolnelektury/urls.py
wolnelektury/views.py