Configuration Guide Vol. 2


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.

Figure 9-16: 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" >

In dynamic VLAN mode, if another file is associated with loginOK.html file, the log-in success window may not be displayed properly.

Figure 9-17: 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-18: 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-19: 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-20: 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-21: Login/logout failure screen (browser display example)

[Figure Data]