Comments are enclosed in parenthesis.
Simple listing structure.
<table>
<!--template_begin id=xxxxxx-->
<!--items_to_page=nn-->
<!--found_one=Found one item matching your criteria.-->
<!--found_many=Found {{totcount}} items matching your criteria.-->
<!--sort_field1=field name -->
<!--sort_type1=ASC -->
<tr><td>{{resultstatus}}</td></tr>
<!--begin_row-->
<tr>
<!--begin_column--><td>{{field_name}} and other HTML</td>
<!--end_column-->
(include multiple columns if desired and use colspan on result row)
</tr>
<!--end_row-->
(include alternate rows if desired)
<!--begin_null--><tr><td>Sorry, No Results were found.</td></tr>
<!--end_null-->
<!--begin_navbar-->
<tr><td><br><br>{{default_navbar}}<br><br></td></tr>
<!--end_navbar-->
<!--template_end id=xxxxx-->
|