- or download this
<input type=text name=foo
value='<TMPL_VAR NAME="foo">'>
- or download this
<input type=radio name=bar value="bar1"
<TMPL_VAR NAME="bar1_checked">>
- or download this
<TMPL_IF NAME="bar1_checked">
<input type=radio name=bar value="bar1" checked>
<TMPL_ELSE>
<input type=radio name=bar value="bar1">
</TMPL_IF>
- or download this
<TMPL_IF NAME="bar1_checked">
<tr>
<td><input type=radio name=bar value="bar1" checked></td>
...
<td>$47</td>
</tr>
</TMPL_IF>