Upload Logout Page
The Login page may be customized to suit any particular application. The coding for this page should be HTML and include the code in the box below. To upload, enter the filename and path of the customized Login page in the appropriate field, or browse and select the file. To recover the factory default login interface, click the “Use Default Page” button. After the upload is complete, click the “Preview” button at the bottom of this page to preview your
The following HTML code must be included to provide a channel for the user to key in a username and a password.
<form action="userlogout.shtml" method="post" name="Enter"> <input type="text" name="myusername">
<input type="password" name="mypassword"> <input type="submit" name="submit" value="Logout"> <input type="reset" name="clear" value="Clear"> </form>
Upload Image
If either custom login or logout page includes a graphic file, the HTML code of the graphic file path must be included in said page. In the Upload Image section, navigate to the Upload Image File box and key in the path and file name of such graphic file or browse to select the file. The maximum total size of all graphic files is 512K.
<img src="images/xx.jpg">
57