9.3.5 Other screen samples
This section provides sample source code for the Web authentication pages loginOK.html, logoutOK.html, loginNG.html, and logoutNG.html.
- <Structure of this section>
(1) Login Success Window (loginOK.html)
The figures below show an example of the source code for a login success page and how the page appears to the user.
|
- Notes
-
If the loginOK.html file contains a reference to another file, prefix the file name with a slash (/).
(Ex) < img src = "/ image_file.gif" >
If authentication login is performed in the dynamic VLAN mode or the legacy mode when the loginOK.html file contains a reference to another file, the login success page might not appear correctly.
|
(2) Logout completion window (logoutOK.html)
The figures below show an example of the source code for a logout completed page and how the page appears to the user.
|
- Notes
-
If the logoutOK.html file contains a reference to another file, prefix the file name with a slash (/).
(Ex) < img src = "/ image_file.gif" >
|
(3) Login/Logout Failure Window (loginNG.html/logoutNG.html)
The figures below show example of the source code for a login or logout failed page and how the page appears to the user.
|
- Notes
-
If the loginNG.html or logoutNG.html file contains a reference to another file, prefix the file name with a slash (/).
(Ex) < img src = "/ image_file.gif" >
|