Changes between Version 41 and Version 42 of DeveloperGuidelines
- Timestamp:
- 01/04/09 22:38:11 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v41 v42 41 41 * these are normal HTML/JS files with the ability to add in Python code (e.g. variables) surrounded by brackets: {{ interpreted python here }} 42 42 * there should be an .html file available for each function in the module (name normally being the same as the function) 43 * these normally inherit from {{{views/layout.html}}} which also includes the Javascript from {{{views/*_ajax.html}}}43 * these normally inherit from {{{views/layout.html}}} which also includes the !JavaScript from {{{views/*_ajax.html}}} 44 44 * if there is no view defined then a default view will be displayed, which will show the values of all the data it can see, but not be formatted nicely 45 45