#value=
#width=100%
#height=GetVar('HtmlInputHeight')
#bgcolor=GetVar(HtmlTableBgColour)
#fgcolor=GetVar(HtmlFontColour)
#valign="bottom"
#halign="right"

<font size="$GetVar('HtmlFontSizeControls')">
<input
  type="label"
  height="#height"
  bgcolor="#bgcolor"
  fgcolor="#fgcolor"
  valign="#valign"
  halign="#halign"
  label="#label"
  name="#name"
  width="#width"
  value="#value"
>
</font>