User's Manual

Cipherium Repeater
Administrators Manual
83
for the user to key in username and password.
Figure 5-69 HTML Instructions Required for Using User-Defined Interface
<form action="userlogin.shtml" method="post" name="Enter">
<input type="text" name="myusername">
<input type="password" name="mypassword">
<input type="submit" name="submit" value="Enter">
<input type="reset" name="clear" value="Clear">
</form>
If the user-defined login interface includes a graphic file, the HTML code of the graphic file
path must be the upload graphic file. In the Upload Image at the third section of this
interface Upload Image File, key in the path and file name of such graphic file or browse to
select such file. The maximum size of the graphic file is 512K.
Figure 5-70 Path of Graphic File in User Login Interface
<img src="images/xx.jpg">
After the graphic file is uploaded, the second section Existing Image Files of this page will
list the graphic files uploaded to Repeater. You can select or delete any graphic file, and the
system will show the used space of the graphic file in the third section.
Figure 5-71 Graphic File Description
After the web page and graphic files are uploaded, you can click “Preview” at the bottom of
this page to preview your user interface.
Figure 5-72 Path of Graphic File for User Logout Interface