Configuration Guide Vol. 2


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.

Figure 9-30: Sample log-in success window (loginOK.html)

[Figure Data]

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.

Figure 9-31: Login success screen (browser display example)

[Figure Data]

(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.

Figure 9-32: Sample logout completion window (logoutOK.html)

[Figure Data]

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" >

Figure 9-33: Logout completion screen (browser display example)

[Figure Data]

(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.

Figure 9-34: Sample log-in/logout failure window (loginNG.html/logoutNG.html)

[Figure Data]

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" >

Figure 9-35: Login/logout failure screen (browser display example)

[Figure Data]