9.2.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" >
In dynamic VLAN mode, if another file is associated with loginOK.html file, the log-in success window may not be displayed properly.
|
(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" >
|