|
`;
unless ($msg) {
print qq`
Inserire la login e password:`;
print " |
";
}
else { print $msg }
print start_form(-action=>$Url.$PATH.$app),hidden(-name=>'s',-value=>'accesso',-override=>1);
print Tr({-bground=>'##F2A826'},
td(
{ -width => 70 },
[
p(font({-face=>'Verdana',-size=>'2'},
b('login')
),
textfield(
-name => 'login',
-value => '',
-size => 20,
-maxlength => 14
)
)
]
)
),
Tr(
td(
{ -width => 70 },
[
p(font({-face=>'Verdana',-size=>'2'},
b('Password')
),
password_field(
-name => 'pass',
-value => '',
-size => 20,
-maxlength => 14,
-override=>1
)
)
]
)
);
print Tr( td( p( submit('Invia'), reset('Annulla') ) ) );
print endform;
print "