Changes

Template Page - HTML Template

276 bytes added, 19:13, 25 October 2017
m
no edit summary
{{Banner-UnderConstruction}}
The A Template page is used to allow [[system administratorSystem Administrator]]s to configure customized formatting for UTA records.
==Template Page Variables==
@STYLELINK@ - This will use the system CSS styles for the root company on the Template Page.
@FORM@ - This will display the application form.
@appfields@ - This will display the application fields.
@fieldsSUBMITONLY@ - This will display only the template fields'''Submit''' button.
@SUBMITONLYSYSTEMBUTTONS@ - This will display only displays the 'buttons for the current [[Status]] such as the default buttons for that [[Status]], and the [[Submit' buttonbuttons]] created for that Status.
@SYSTEMBUTTONSfields@ - This displays all system buttons such as the defualt buttons from the [[Status]] setting, and the Submit buttons created for that Statuswill display fields.('''DEPRECATED?''')
@SUBMIT@ - This will display the '''Save''' and '''Submit''' buttons. ('''DEPRECATED?''') <pre>Note: If using SmartCheck Validation on a submit button you *must* use @SYSTEMBUTTONS@ to expose the button containing the validation.</pre>
==Example==
<html>
<head>
<!-- Root company CSS styles link --> @STYLELINK@
</head>
 
<body leftmargin=1 rightmargin=1 topmargin=1 bottommargin=1 marginheight=1 marginwidth=1>
@FORM@<!-- Fields start here -->
@appfields@
@fields@ @SUBMITONLY@<!-- System buttons start here -->
@SYSTEMBUTTONS@
 
</body>
Smartstaff, administrator
686
edits