Changes between Version 14 and Version 15 of DeveloperGuidelines/Tutorial
- Timestamp:
- 02/19/20 10:49:39 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tutorial
v14 v15 30 30 * these are normal HTML/JS files with the ability to add in Python code (e.g. variables) surrounded by brackets: {{ interpreted python here }} 31 31 * there should be an .html file available for each function in the module (name normally being the same as the function) 32 * these normally inherit from {{{views/layout.html}}} which also includes the !JavaScript from {{{views/ *_ajax.html}}}32 * these normally inherit from {{{views/layout.html}}} which also includes the !JavaScript from {{{views/scripts*.html}}} 33 33 * 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 34 34