Lines 48-55
Link Here
|
48 |
[% FOREACH INPUT IN INPUTS %] |
48 |
[% FOREACH INPUT IN INPUTS %] |
49 |
<input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" /> |
49 |
<input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" /> |
50 |
[% END %] |
50 |
[% END %] |
51 |
<p><label for="userid">Username:</label> |
51 |
<p><label for="userid">Login:</label> |
52 |
<input type="text" name="userid" id="userid" class="input focus" value="[% userid %]" size="20" tabindex="1" /> |
52 |
<input type="text" name="userid" id="userid" class="input focus" value="[% userid %]" size="20" tabindex="1" title="Please enter your username or card number." /> |
53 |
</p> |
53 |
</p> |
54 |
<p><label for="password">Password:</label> |
54 |
<p><label for="password">Password:</label> |
55 |
<input type="password" name="password" id="password" class="input" value="" size="20" tabindex="2" /> |
55 |
<input type="password" name="password" id="password" class="input" value="" size="20" tabindex="2" /> |