Mercurial > hg > MPIWGWeb
comparison 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 |
comparison
equal
deleted
inserted
replaced
65:63184d71c014 | 66:68b3d71eed27 |
---|---|
44 # templates | 44 # templates |
45 # | 45 # |
46 main_template = PageTemplateFile('zpt/www/main_template', globals()) | 46 main_template = PageTemplateFile('zpt/www/main_template', globals()) |
47 common_template = PageTemplateFile('zpt/www/common_template', globals()) | 47 common_template = PageTemplateFile('zpt/www/common_template', globals()) |
48 mpiwg_css = ImageFile('css/mpiwg.css', globals()) | 48 mpiwg_css = ImageFile('css/mpiwg.css', globals()) |
49 # make docuviewer_css refreshable for development | 49 # make mpiwg_css refreshable for development |
50 mpiwg_css.index_html = refreshingImageFileIndexHtml | 50 mpiwg_css.index_html = refreshingImageFileIndexHtml |
51 jquery_js = ImageFile('js/jquery.js', globals()) | |
52 mpiwg_js = ImageFile('js/mpiwg.js', globals()) | |
53 # make mpiwg_js refreshable for development | |
54 mpiwg_js.index_html = refreshingImageFileIndexHtml | |
51 | 55 |
52 | 56 |
53 def __init__(self, id, title): | 57 def __init__(self, id, title): |
54 """init""" | 58 """init""" |
55 self.id=id | 59 self.id=id |