WMS-308N Network Access Control Gateway
User's Manual
51
Example for Upload Page :
Here the codes are supplied. Please note that the
red
part is for the login feature(
can't not modified
), the
green
part can be modified freely by administrators.
<meta name="apple-mobile-web-app-capable" content="yes" />
<!--Auto Login for Apple's product-->
<meta names="apple-mobile-web-app-status-bar-style" content="black" />
<!--Auto Login for Apple's product-->
<html>
<head>
<title>
<?hHotspot_main_title>
</title>
<?JAVASCRIPT>
</head>
<body>
<h1>
<?hHotspot_main_title>
</h1>
<p>
<?hHotspot_sub_title>
<p>
<div id="CW_MSG"></div>
<!--Main Login Form Content-->
<div id="CW_INFO"><span id="CW_HELP"></span></div>
<!--Main Help Content-->
<div id="WALLED"></div>
<!-- Walled Garden-->
<?hHotspot_footer_title>
</body>
</html>
If login page need insert images or css file, please include path “
/upload/vlan0/
” ~ “
/upload/vlan7/
”, the “
vlan0
”
~”
vlan7
” indicate “
Service
Domain0
” ~ “
Server
Domain7
”, below depicts an example for insert image001.gif image
file to login page of Service Domain0.
<img src="/upload/vlan0/image001.gif">
Below depicts an example for
<div id="WALLED"></div>
content
<div class="ad"><a href="
http://www.google.com
" title="" target="̲blank">Google</a></div>
You only can modify
<div class="ad">
, here is define CSS content for
<div class="ad">
.ad{
float: left;
display: inline=block;
text-align: center;