Changes between Version 17 and Version 18 of Development/Plugins/WebUi/Examples
- Timestamp:
- 09/23/2008 06:53:44 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Plugins/WebUi/Examples
v17 v18 82 82 Edit ~/prj/deluge/plugins/Df/df/webui.py and replace the df_page and WebUI classes 83 83 84 Note that api.render.df automatically maps to df.html , because of the call to api.render.register_template_path (see http://webpy.org/) 84 Some Magic : api.render.<plugin-name>.<template-name>() is automagiclly mapped to templates/<template-name>.html (see http://webpy.org/ for tempetor) 85 85 86 {{{ 86 87 #!python