Changes between Version 41 and Version 42 of DeveloperGuidelines


Ignore:
Timestamp:
01/04/09 22:38:11 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v41 v42  
    4141 * these are normal HTML/JS files with the ability to add in Python code (e.g. variables) surrounded by brackets: {{ interpreted python here }}
    4242 * 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}}}
    4444 * 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
    4545