#value=
#label=
#width=100%
#height=GetVar('HtmlInputHeight')
#manage=false
#password=false
#multiline=false
#disabled=false
#bgcolor=GetVar('HtmlInputBgColour')
#fgcolor=GetVar(HtmlFontColour)

<font size="$GetVar('HtmlFontSizeControls')">
<input
  type="text"
  height="#height"
  bgcolor="#bgcolor"
  fgcolor="#fgcolor"
  valign="center"
  name="#name"
  label="#label"
  width="#width"
  value="#value"
  onchange="#onchange"
  onleave="#onleave"
  onreturn="#onreturn"
  manage="#manage"
  password="#password"
  multiline="#multiline"
  disabled="#disabled"
>
</font>