HP Switch 6120 Bedienungsanleitung Seite 114

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 469
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 113
3-37
Web and MAC Authentication
Customizing Web Authentication HTML Files (Optional)
Figure 9. HTML Code for User Login Page Template
<!--
ProCurve Web Authentication Template
index.html
-->
<html>
<head>
<title>User Login</title>
</head>
<body>
<h1>User Login</h1>
<p>In order to access this network, you must first log in.</p>
<form action="/webauth/loginprocess" method="POST">
<table>
<tr>
<td>Username: </td>
<td><input name="user" type="text"/></td>
</tr>
<tr>
<td>Password: </td>
<td><input name="pass" type="password"/></td>
</tr>
<tr>
<td></td>
<td><input type="submit" value="Submit"/></td>
</tr>
</table>
</form>
</body>
</html>
Seitenansicht 113
1 2 ... 109 110 111 112 113 114 115 116 117 118 119 ... 468 469

Kommentare zu diesen Handbüchern

Keine Kommentare