Mercurial > hg > MPIWGWeb
comparison MPIWGRoot.py @ 247:5584046a6a04
Merge with 878de95fb6a2313d9cd132941bde8f341af94616
author | dwinter |
---|---|
date | Tue, 25 Feb 2014 08:12:12 +0100 |
parents | 95e0087b9e19 |
children |
comparison
equal
deleted
inserted
replaced
246:8fca81581883 | 247:5584046a6a04 |
---|---|
47 jquery_js = ImageFile('js/jquery.js', globals()) | 47 jquery_js = ImageFile('js/jquery.js', globals()) |
48 mpiwg_js = ImageFile('js/mpiwg.js', globals()) | 48 mpiwg_js = ImageFile('js/mpiwg.js', globals()) |
49 # make mpiwg_js refreshable for development | 49 # make mpiwg_js refreshable for development |
50 mpiwg_js.index_html = refreshingImageFileIndexHtml | 50 mpiwg_js.index_html = refreshingImageFileIndexHtml |
51 # ZMI | 51 # ZMI |
52 changeMPIWGRootForm = PageTemplateFile('zpt/root/manage_change') | 52 changeMPIWGRootForm = PageTemplateFile('zpt/root/manage_change', globals()) |
53 | 53 |
54 | 54 |
55 | 55 |
56 def __init__(self, id, title): | 56 def __init__(self, id, title): |
57 """init""" | 57 """init""" |