Difference between revisions of "Template Page - HTML Template"
From SmartWiki
m |
m |
||
Line 2: | Line 2: | ||
The Template page is used to allow [[system administrator]]s to configure customized formatting for UTA records. | The Template page is used to allow [[system administrator]]s to configure customized formatting for UTA records. | ||
+ | |||
+ | ==Template Page Variables== | ||
+ | @STYLELINK@ - This will use the system CSS styles on the Template Page. | ||
+ | |||
+ | @FORM@ - This will display the application form. | ||
+ | |||
+ | @appfields@ - This will display the application fields. | ||
+ | |||
+ | @fields@ - This will display the template fields. | ||
+ | |||
+ | @SUBMITONLY@ - This will display only the 'Submit' button. | ||
+ | |||
+ | @SYSTEMBUTTONS@ - This displays all system buttons such as 'Save Draft', 'Save' and 'Submit'. | ||
+ | |||
==Example== | ==Example== |
Revision as of 08:55, 30 April 2014
The Template page is used to allow system administrators to configure customized formatting for UTA records.
Template Page Variables
@STYLELINK@ - This will use the system CSS styles on the Template Page.
@FORM@ - This will display the application form.
@appfields@ - This will display the application fields.
@fields@ - This will display the template fields.
@SUBMITONLY@ - This will display only the 'Submit' button.
@SYSTEMBUTTONS@ - This displays all system buttons such as 'Save Draft', 'Save' and 'Submit'.
Example
<html> <head> @STYLELINK@ </head> <body leftmargin=1 rightmargin=1 topmargin=1 bottommargin=1 marginheight=1 marginwidth=1> @FORM@ @appfields@ @fields@ @SUBMITONLY@ @SYSTEMBUTTONS@ </body> </html>