• Файл: menu.html
  • Полный путь: https://files.multura.space/qiwi/interface_fake-osmp_v1.0.0/system/menu.html
  • Дата изменения: 08/30/2012 3:13 AM
  • Размер файла: 4 KB
  • MIME-тип: text/html
  • Кодировка: 8 bit
 
Открыть Назад
<html>
<head>
	<title>Groups/Providers</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/gr_prv.css" type="text/css" />
	<script src="./js/engine/utils.js" type="text/javascript"></script>
	<script src="./js/engine/storage.js" type="text/javascript"></script>
	<script src="./js/engine/base.js" type="text/javascript"></script>
	<script src="./js/engine/phones.js" type="text/javascript"></script>
</head>

<script type="text/javascript">

function onPrvClick(id) {
    switch (id) {
        case "1" :
            location = "./p_phone.html";
            break;
        case "2" :
            location = "./p_lk.html";
            break;
    }
}

function onBackBtnClick() {
    new CInnerShadow('btn_left');
    setTimeout(function () {
        var oPayInfo = Object.deserialize(storage.get("pay_info"));
        storage.remove("pay_info");
        storage.remove("current_page");
        storage.remove("providers_path");
        storage.remove("online");
        if (oPayInfo != null || oPayInfo != "undefined") {
            storage.put("provider", oPayInfo.prvId);
            document.location.href = "./provider.html";
        }
        else {
            document.location.href = "./main.html";
        }
    }, 100);
    
}

function onMenuBtnClick() {
    new CInnerShadow('btn_center');
    setTimeout(function () {
        document.location.href = "./index.html";
    }, 100);
}

</script>

<body>
    <div style="width: 100%; height: 100%;">
        <div class="header">
            <table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
              <tr valign="middle">
                <td width="162">
                    <div style="width: 86px; height: 140px; margin: 8px 0px 0px 51px;"><img alt="" src="./img/ui/qiwicel.gif" /></div>
                </td>
                <td width="1090">
                    <embed src="./swf/banner.swf" wmode="transparent" width="1080px" height="180px" style="margin-left:5px;"></embed>
                </td>
              </tr>
            </table>
        </div>
        <div class="page_body">
<div style=" position: absolute; left: 255px; top: 30px; font-size: 40px; font-family: Tahoma; font-weight: normal; color: #2d67b2;">   </div>
            
            <table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
                <tr align="center">
                    <td>
                        <table cellpadding="0" cellspacing="0" border="0" width="710" height="114">
                            <tr align="center">
                                <td>
                                    <div class="provider-button" style="margin-left: 5px;" onclick="onPrvClick('1');">
                                        <div style="background-image: url('./img/ui/cellular.gif'); overflow: hidden;"></div>
                	                    <p><br /><br /> </p>
                                    </div>
                                </td>
                                <td>
                                    <div class="provider-button" style="margin-left: 5px;" onclick="onPrvClick('2');">
                                        <div style="background-image: url('./img/ui/lk_logo.gif'); overflow: hidden;"></div>
                	                    <p><br /><br />QIWI </p>
                                    </div>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
        </div>
    </div>
    <div id="btn_left" class="bottom-button-left" onclick="onBackBtnClick();"><img src="./img/ui/navigation/back.gif" /></div>
    <div id="btn_center" class="bottom-button-center" onclick="onMenuBtnClick();"><img src="./img/ui/navigation/menu.gif" /></div>
</body>
</html>