Difference between revisions of "Template Page - HTML Template"

From SmartWiki
Jump to: navigation, search
m
Line 4: Line 4:
  
 
==Template Page Variables==
 
==Template Page Variables==
@STYLELINK@ - This will use the system CSS styles on the Template Page.
+
@STYLELINK@ - This will use the CSS styles for the root company on the Template Page.
  
 
@FORM@ - This will display the application form.
 
@FORM@ - This will display the application form.
Line 10: Line 10:
 
@appfields@ - This will display the application fields.
 
@appfields@ - This will display the application fields.
  
@fields@ - This will display the template fields.
+
@fields@ - This will display the template fields. ('''DEPRECATED?''')
  
 
@SUBMITONLY@ - This will display only the '''Submit''' button.
 
@SUBMITONLY@ - This will display only the '''Submit''' button.

Revision as of 10:25, 30 April 2014

Template:UnderConstruction

The Template page is used to allow system administrators to configure customized formatting for UTA records.

Template Page Variables

@STYLELINK@ - This will use the CSS styles for the root company 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. (DEPRECATED?)

@SUBMITONLY@ - This will display only the Submit button.

@SYSTEMBUTTONS@ - This displays all system buttons such as the default buttons from the Status setting, and the Submit buttons created for that Status.

@SUBMIT@ - This will display the Save and Submit buttons. (DEPRECATED?)

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>