<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta HTTP-EQUIV="Expires" CONTENT="-1">
<script type="text/JavaScript" src="/js/jquery.js"></script>
<script type="text/javascript">
var now_flag = '<% get_parameter("flag"); %>';
var odmpid = '<% nvram_get("odmpid"); %>';
function initial(){
if(parent.ISMOBILE){
parent.set_step("internet_type");
hideObjs();
}
else{
document.getElementById("go_detect").focus();
}
if(odmpid == "RT-AC66U_B1" || odmpid == "RT-AC1750_B1" || odmpid == "RT-N66U_C1" || odmpid == "RT-AC1900U" || odmpid == "RP-AC1900" || odmpid == "RT-AC67U")
document.getElementById("modem_plug_img").src = "/images/RT-AC66U_V2/modem_plug.png";
parent.doResetModem();
}
function gotoPage(dst_url, flag, isParent){
if(isParent && isParent == 1)
document.redirectForm.target = "_parent";
else
document.redirectForm.target = "";
document.redirectForm.action = dst_url;
document.redirectForm.flag.value = flag;
document.redirectForm.submit();
}
function submitenter(myfield,e)
{
var keycode;
if (window.event) keycode = window.event.keyCode;
else if (e) keycode = e.which;
else return true;
if (keycode == 13){
gotoPage('/qis_m/QIS_verify_detect.htm', 'resetModem', 0);
return false;
}
else
return true;
}
</script>
</head>
<style>
body{
margin: 0;
color: #FFF;
}
</style>
<body onLoad="initial();" onKeyPress="submitenter(this,event)">
<div>
<div style="font-size:1em;padding:10px 0 10px 15px;text-align:left;"><#602#></div>
<div style="margin-left:15px;"><#603#></div>
<div style="margin-left:15px;"><#604#></div>
<div style="text-align:center;">
<img id="modem_plug_img" style="width:100%;" src="/images/modem_plug.png">
</div>
<div style="margin-left:15px;"><#600#></div>
<div style="margin-left:15px;"><#601#></div>
<div style="position:fixed;bottom:36px;width:100%;height:50px;background:rgb(34,34,34);z-index:2;">
<div style="width:100%;height:100%;line-height:50px;text-align:center;background-color:#279FD9" onclick="gotoPage('/qis_m/QIS_verify_detect.htm', 'resetModem', 0);">
<div id="go_detect" style="font-size:1em;color:#FFF;"><#697#></div>
</div>
</div>
</div>
<form method="post" name="redirectForm" action="" target="">
<input type="hidden" name="flag" value="">
</form>
</body>