🏡 index : github.com/captn3m0/RT-AX53U.git

<!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();
document.getElementById("QISmain").style.display = "none";
}
else{
parent.set_step("t1");
document.getElementById("button1").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_unplug_img").src = "/images/RT-AC66U_V2/modem_unplug.png";
parent.doResetModem();
setTimeout("gotoPage('/qis_m/QIS_resetModem2.htm', now_flag, 0);", 2*60*1000);
}
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 redirect_page(redirect_flag){
document.redirectForm.action = "/qis_m/QIS_"+redirect_flag+".htm";
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_resetModem2.htm', now_flag, 0);
return false;
}
else
return true;
}
</script>
</head>
<style>
body{
marign: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;"><#597#></div>
<div style="margin-left:15px;"><#598#></div>
<div style="margin-left:15px;"><#599#></div>
<div style="text-align:center;">
<img id="modem_unplug_img" style="width:100%;" src="/images/modem_unplug.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%;display:table">
<div style="display:table-cell;width:50%;vertical-align:middle;text-align:center;" onclick="redirect_page('internet_type');">
<div style="font-size:1em;color:#7E8593"><#199#></div>
</div>
<div id="button1" style="display:table-cell;width:50%;vertical-align:middle;text-align:center;background-color:#279FD9" onclick="gotoPage('/qis_m/QIS_resetModem2.htm', now_flag, 0);">
<div style="font-size:1em;color:#FFF;"><#211#></div>
</div>
</div>
</div>
</div>
<form method="post" name="redirectForm" action="" target="">
<input type="hidden" name="flag" value="">
</form>
</body>