Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2020
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.34 KB | None | 0 0
  1. <div id="wrap">
  2.              <div id="header">             <div class="logo"><img src="images/logo.jpg"></div>             <ul id="statusBox">                 <li id="signalImg" title="Signal" style="background-position: center -78px;"></li>                 <li id="wanImg" title="Network" style="background-position: center -52px;"></li>                 <li id="smsImg" title="Message" style="background-position: center -78px;"></li>                 <li id="batteryImg" style="display:none" class="level_103"></li>                 <li id="wlanImg" title="Wi-Fi Status" style="background-position: center -26px;"></li>             </ul>         </div>         <div id="navigation">             <ul id="topMenu">                 <li>                     <p class="parent hasLogin">Quick Setup</p>                     <dl class="subMenu">                         <dd><a href="#quicksetup/adminSetup.html">Admin Password</a></dd>                         <dd><a href="#quicksetup/wifiSetup.html">Wi-Fi Setting</a></dd>                     </dl>                 </li>                 <li>                     <p class="parent hasLogin">Connection</p>                     <dl class="subMenu">                     <!--[if IE 6]>                         <div style="position:absolute; z-index:-1; left:0; top:60px; width:230px; height:145px;">                                 <iframe style="width:100%; filter:alpha(opacity=0); height:145px;"></iframe>                             </div>                     <![endif]-->                         <dd><a href="#connection/connectionStatus.html">Connection Status</a></dd>                         <dd><a href="#connection/profileManagement.html">Profile Management</a></dd>                         <dd><a href="#connection/networkSelection.html">Network</a></dd>                         <dd><a href="#connection/pinManagement.html">PIN Code Management</a></dd>                         <dd><a href="#connection/connectionMode.html">Connection Mode</a></dd>                     </dl>                 </li>                 <li>                     <p class="parent hasLogin">SMS</p>                     <dl class="subMenu">                     <!--[if IE 6]>                         <div style="position:absolute; z-index:-1; left:0; top:60px; width:230px; height:120px;">                                 <iframe style="width:100%; height:120px; filter:alpha(opacity=0); border:0"></iframe>                             </div>                     <![endif]-->                         <dd><a href="#sms/smsWrite.html">New</a></dd>                         <dd><a href="#sms/smsList.html?list=inbox">Read</a></dd>                         <dd><a href="#sms/smsList.html?list=send">Sent</a></dd>                         <dd><a href="#sms/smsList.html?list=draft">Draft</a></dd>                         <dd><a href="#sms/smsSetting.html">SMS Settings</a></dd>                     </dl>                 </li>                 <li style="display:none">                     <p class="parent hasLogin">null</p>                     <dl class="subMenu">                         <dd><a href="#sdcard/fileManagement.html">null</a></dd>                         <dd><a href="#sdcard/sdSharing.html">null</a></dd>                     </dl>                 </li>                 <li class="current">                     <p class="parent hasLogin">Settings</p>                     <dl class="subMenu">                     <!--[if IE 6]>                         <div style="position:absolute; z-index:-1; left:0; top:60px; width:230px; height:70px">                                 <iframe style="width:100%;filter:alpha(opacity=0); border:0; height:120px"></iframe>                         </div>                     <![endif]-->                         <dd><a href="#settings/wifiSetting.html">Wi-Fi</a></dd>       <dd><a href="#settings/wpsSetting.html">WPS</a></dd>                         <dd><a href="#settings/routerSetting.html">Router</a></dd>                         <dd><a href="#settings/languageSetting.html">Language</a></dd>                         <dd><a href="#settings/systemSetting.html">System</a></dd>                     </dl>                 </li>             </ul>             <ul class="topButton">                 <li id="li_button_help">                     <button type="button" class="btnNormal" id="btnHelp">Help</button>                 </li>                 <li id="li_button_logout">                     <button type="button" class="btnNormal" id="logoutBtn">Logout</button>                 </li>             </ul>         </div>         <div id="mainBox" class="fix">
  3.  
  4.  
  5.   <div class="title">Router</div>     <div class="batten"><h3>DHCP</h3></div>  <div class="router">  <div class="settingForm">   <div class="settingContent">    <ul>     <li><label class="text">Home Address:</label><input id="gateway_ip" type="text" class="iptText"></li>     <li><label class="text">Subnet Mask:</label><input id="subnet_ip" type="text" class="iptText"></li>     <li><label class="text">Host Name:</label><span id="host_name"></span></li>     <li><label class="text">DHCP Server:</label><input name="dhcp_server" id="dhcpserver_1" type="radio" value="1"> Enable&nbsp;&nbsp;<input name="dhcp_server" id="dhcpserver_2" type="radio" value="0"> Disable</li>     <li><label class="text">DHCP IP Pool:</label><input id="start_ip" type="text" class="iptText1">---<input id="end_ip" type="text" class="iptText1"></li>     <li><label class="text">DHCP IP Lease Time:</label><select id="lease_time" type="text" class="select">      <option value="1">1 hour</option>      <option value="6">6 hours</option>      <option value="12">12 hours</option>      <option value="24">24 hours</option>     </select></li>    </ul>   </div>  </div>       <table class="buttonTable" cellpadding="0" cellspacing="0">      <tbody><tr>          <td></td>             <td><button class="btnNormal btnDisable" id="btnApply" disabled="">Apply</button></td>             <td><button class="btnNormal btnDisable" id="btnCancel" disabled="">Cancel</button></td>             <td></td>         </tr>         <tr>          <td colspan="4"></td>         </tr>     </tbody></table>  </div>      <div class="batten"> <h3>MAC Filter</h3></div>     <table class="commonTable" cellpadding="0" cellspacing="0">      <tbody><tr>          <td colspan="4">     <p>Control and manage the device accessing the WLAN. (improve the security of WLAN).</p>     <p class="macLink"><a href="#settings/macFilterSetting.html" class="linkPage changePageLink">MAC Filter</a></p>    </td>         </tr>              </tbody></table> </div>         <div id="footer">Copyright 2011-2013 TCT MOBILE INTERNATIONAL LIMITED. ALL RIGHTS RESERVED.</div>   <div id="mask" style="display: none; opacity: 0.01;">    <iframe id="maskIframe"></iframe>   </div>   <div id="loading" style="display: none;"></div>   <div id="popUpMask">   <iframe frameborder="0" id="popUpMaskIframe"></iframe>    <div id="popUpMaskDiv"></div>   </div>   <div id="popUpWrap">    <div id="popUpBox">     <div id="popUpHead"><span id="popUpTitle"></span><a href="javascript:void(0)" id="popUpClose" style="display: none"></a></div>     <div id="popUpMain">      <div id="popUpContent"></div>      <div id="popUpBtnWrap"><label id="okBtnWrap"><button type="button" class="btnNormal" id="btnPopUpOk">OK</button></label><label id="cancelBtnWrap"><button type="button" class="btnNormal" id="btnPopUpCancel">Cancel</button></label></div></div>     </div>    </div>  
  6.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement