Mercurial > hg > MPIWGWeb
diff MPIWGRoot.py @ 66:68b3d71eed27
formatting for preprint list. javascript for foldable divs.
author | casties |
---|---|
date | Fri, 03 May 2013 22:10:10 +0200 |
parents | 63184d71c014 |
children | ad2e970ffd9f |
line wrap: on
line diff
--- a/MPIWGRoot.py Fri May 03 18:23:01 2013 +0200 +++ b/MPIWGRoot.py Fri May 03 22:10:10 2013 +0200 @@ -46,8 +46,12 @@ main_template = PageTemplateFile('zpt/www/main_template', globals()) common_template = PageTemplateFile('zpt/www/common_template', globals()) mpiwg_css = ImageFile('css/mpiwg.css', globals()) - # make docuviewer_css refreshable for development + # make mpiwg_css refreshable for development mpiwg_css.index_html = refreshingImageFileIndexHtml + jquery_js = ImageFile('js/jquery.js', globals()) + mpiwg_js = ImageFile('js/mpiwg.js', globals()) + # make mpiwg_js refreshable for development + mpiwg_js.index_html = refreshingImageFileIndexHtml def __init__(self, id, title):