Lines 78-86
please choose against which one you would like to authenticate: </p>
Link Here
|
78 |
<input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" /> |
78 |
<input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" /> |
79 |
[% END %] |
79 |
[% END %] |
80 |
<ol> |
80 |
<ol> |
81 |
<li><label for="userid">Login</label> |
81 |
<li><label for="userid">Username:</label> |
82 |
<input type="text" size="25" id="userid" name="userid" /></li> |
82 |
<input type="text" size="25" id="userid" name="userid" /></li> |
83 |
<li><label for="password">Password</label><input type="password" size="25" id="password" name="password" /></li> |
83 |
<li><label for="password">Password:</label><input type="password" size="25" id="password" name="password" /></li> |
84 |
</ol></fieldset> |
84 |
</ol></fieldset> |
85 |
|
85 |
|
86 |
<input type="submit" value="Log In" class="submit" /> |
86 |
<input type="submit" value="Log In" class="submit" /> |