Changes between Version 6 and Version 7 of XsltTemplates
- Timestamp:
- 01/24/10 01:15:19 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XsltTemplates
v6 v7 16 16 </sahanapy> 17 17 }}} 18 * {{{<resource>}}} - identifies the type of resource e.g. name="hms_hospital"18 * {{{<resource>}}} - identifies the type of resource e.g. {{{name="hms_hospital"}}} 19 19 * {{{<data>}}} - represents a data field from the model e.g. if a resource is hms_hospital, then the data fields provided will be defined in {{{models/hms.py}}} - look for the resource definition for hospital 20 20 * {{{<reference>}}} - contains information about things such as location e.g. {{{field="location_id" resource="gis_location"}}}