[% PROCESS input
element_data = {
type="text"
name="login"
size="20"
id="username"
label='_none_'
title=text('User Name')
value = login
accesskey="l"
tabindex=1,
attributes = { autocomplete = 'off'} } #' %]
[% PROCESS input
element_data = {
type="password"
name="password"
size="20"
id="password"
label='_none_'
title=text('Password')
value = ''
accesskey="p"
tabindex=2,
attributes = { autocomplete = 'off'} } %]
[% PROCESS input
element_data = {
type="text"
name="company"
size="20"
id="company"
label='_none_'
title=text('Company')
value = company
accesskey="c"
tabindex=3 } %]