• Файл: online_auth_error.html
  • Полный путь: https://files.multura.space/qiwi/interface_fake-osmp_v1.0.0/system/online_auth_error.html
  • Дата изменения: 08/30/2012 3:13 AM
  • Размер файла: 3.09 KB
  • MIME-тип: text/html
  • Кодировка: utf-8
 
Открыть Назад
<html>
<head>
	<title>Online_Auth_Error</title>
	<meta http-equiv="content-type" content="text/html; charset=windows-1251" />
	<!--<meta http-equiv="refresh" content="180; URL=./index.html" />-->
	<link rel="stylesheet" href="./css/online_auth_error.css" type="text/css" />
	<script type="text/javascript" src="./js/engine/utils.js"></script>
	<script type="text/javascript" src="./js/engine/storage.js"></script>
    <script src="./js/engine/base.js" type="text/javascript"></script>
	<script type="text/javascript">

	    function init() {
            // log start
	        _log('<e t="9"></e>');
	        to(180);
	        storage.remove("logExit");
            // log stop
	    }

	    function onMenuBtnClick(sBtn)
        {
            switch (sBtn)
            {
                case "BACKWARD":
                    // log start
                    _log('<et t="b"></et>');
                    _log('</p>');
                    // log stop
                    var oPayInfo = Object.deserialize(storage.get("pay_info"));
                    if ($isNoU(oPayInfo)) {
                        document.location.href = "./index.html";
                        return;
                    }

                    if (('isCellular' in oPayInfo && oPayInfo.isCellular && $bool(oPayInfo.isCellular)) || (oPayInfo.tag && oPayInfo.tag.indexOf('ranges') > -1)) {
                        document.location.href = "./cellular.html";
                    }
                    else {
                        storage.remove("pay_info");
                        storage.remove("current_page");
                        storage.remove("providers_path");
                        storage.remove("online");
                        document.location.href = "./provider.html";
                        return;
                    }
                    break;
                case "MENU":
                    // log start
                    _log('<et t="m"></et>');
                    _log('</p>');
                    // log stop
                    document.location.href = "./index.html";
                break;
            }
        }

	</script>
</head>
<body>
<div style="display: none;">
    <object id="Maratl" classid="clsid:025D39DC-87F3-468B-B553-5BCE1B085952" VIEWASTEXT></object>
    <script language="jscript">
        function Maratl::OnResponse(sName, sVal) {
            getData(sName, sVal);
        }
    </script>
</div>
<div id="content">
    <div style="height: 160px"></div>
    <div id="img"></div>
    <div id="msg">
        <form id="ff" name="ff" method="post" action="#">
            <input id="auth_msg" name="auth_msg" class="inp w_100 t_a_c" type="text" value="" />
        </form>
    </div>
	<div id="btn_left" class="bottom-button-left">
	    <img alt="" src="./img/ui/navigation/back.gif" onclick="onMenuBtnClick('BACKWARD');" />
	</div>
	<div id="btn_center" class="bottom-button-center">
	    <img alt="" src="./img/ui/navigation/menu.gif" onclick="onMenuBtnClick('MENU');" />
	</div>
	<div id="btn_right" class="bottom-button-right"></div>
</div>
</body>
</html>