Changes

Jump to: navigation, search

Template Page Variables

370 bytes added, 19:07, 1 September 2009
Other
You must also include the following prior to any other variables to define the page as a form that can be submitted:
:<font size="3">'''@FORM@'''</font>
 
 
==Example==
<pre>
<html>
<head>
@STYLELINK@
</head>
<body leftmargin=1 rightmargin=1 topmargin=1 bottommargin=1 marginheight=1 marginwidth=1>
 
<p>Instruction ...</p>
@FORM@
<table border=0 cellpadding=0 cellpsacing=1 width=100%>
<tr>
<th class=Label nowrap>Description:</th>
<td>[@description@]</td>
</tr>
</table>
@appfields@
@SUBMIT@
</form>
</body>
</html>
</pre>
 
[[Category:Universal Tracking Application]][[Category:Variables]]
0
edits

Navigation menu