[% select_hint = text('Select or Enter User');
INCLUDE select element_data = {
name = 's_user'
id = 's-user'
options = [ { value = 'lsmb_dbadmin',
text = 'lsmb_dbadmin'},
{ value = 'postgres',
text = 'postgres'} ]
size = '15'
class = 'username'
tabindex = 1
label = text('DB admin login') #'
"data-dojo-type" = "dijit/form/ComboBox"
"data-dojo-props" = "value:'$s_user', placeHolder:'$select_hint'"
attributes = { autocomplete = 'off'}
} %]
[% INCLUDE input element_data = {
name = 's_password'
id = 's-password'
value = s_password
type = 'password'
size = '15'
class = 'password'
tabindex = 2
label = text('Password')
attributes = { autocomplete = 'off'}
} %]
[% INCLUDE input element_data = {
name = 'database'
value = database
type = 'text'
size = '15'
class = 'database'
tabindex = 3
label = text('Database')
} %]