20/20 DataShed uses "tokens" inside the HTML templates for Items to embed dynamic content into the otherwise static HTML markup that you create.
This information applies to the following template files:
- admin_item_template.html
- item_template(<CategoryName>).html
- print_template(<CategoryName>)(<Name>).html
- summary(5)view_template(<CategoryName>).html
- summary(10)view_template(<CategoryName>).html
- summary(25)view_template(<CategoryName>).html
- summary(50)view_template(<CategoryName>).html
Some or all of these templates are used in the following files:
- dialogueDeleteListing.asp
- dialogueManageListing.asp
- _SUBWriteAddListing.asp
- f-print_page.asp
- listings.asp
As these templates are processed and data is drawn from the database or other resources to be inserted into the web page, the tokens are processed by the ProcessItemInformation() function located in
_globals.asp and the tokens are replaced by dynamic values.
Below is a complete list of the tokens supported by the ProcessItemInformation() function that you may use in these HTML template files: