HP (Hewlett-Packard) 700wl Series Switch User Manual


 
@secret()
@query()
<!-- Displays user and password fields, and three buttons, in a table -->
<table width="600" cellspacing="0" cellpadding="1" bgcolor="#000000">
<tr><td>
<table cellspacing="0" cellpadding="5" width="100%" bgcolor="#ffffff">
<tr><td colspan=2 align="center" bgcolor="#103173"><font size=4
color="#ffffff"><b>User Login</b></font></td></tr>
<!-- Displays input fields -->
<tr><td align="center">
<table>
<tr><td align="right">Username:</td>
<td align="left"> <INPUT name=username type=text></td>
</tr>
<tr><td align="right">Password:</td>
<td align="left"> <INPUT name=password type=password></td>
</tr>
</table>
</td></tr>
<!-- Displays three buttons -->
<tr><td align="center">
<table>
<tr><td align="right" width="200"><INPUT name=logon_action
type=submit value="Logon User"></td>
<td align="center" width="100"><INPUT name=logon_action
type=submit value="Logon as a Guest"></td>
<td width="100" align="left"><INPUT name=logon_action
type=submit value=Logoff></td>
</tr>
</table>
</td></tr>
</table>
</td></tr>
</table>
</FORM>
</font>
</body>
</html>
This example generates the logon page shown in Figure C-2.
HP ProCurve Secure Access 700wl Series Management and Configuration Guide C-9