20/20 DataShed uses "tokens" inside the primary HTML templates embed dynamic content into the otherwise static HTML markup that you create.
This information applies to the following template files:
- admin_template.html
- template.html
Some or all of these templates are used in the following files:
- admin.asp
- listings.asp
- login.asp
- newuser.asp
- setup.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 Inject() function located in
_globals.asp and the tokens are replaced by dynamic values.
Below is a complete list of the tokens supported by the Inject() function that you may use in these HTML template files: