34 | | - these are normal HTML/JS files with the ability to add in Python code (e.g. variables) surrounded by brackets: {{ interpreted python here }} |
35 | | - there should be an .html file available for each function in the module (name normally being the same as the function) |
36 | | - these normally inherit from {{{views/layout.html}}} which also includes the Javascript from {{{views/web2py_ajax_t2.html}}} |
37 | | - 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 |
| 35 | * these are normal HTML/JS files with the ability to add in Python code (e.g. variables) surrounded by brackets: {{ interpreted python here }} |
| 36 | * there should be an .html file available for each function in the module (name normally being the same as the function) |
| 37 | * these normally inherit from {{{views/layout.html}}} which also includes the Javascript from {{{views/web2py_ajax_t2.html}}} |
| 38 | * 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 |