• Файл: mtt.html
  • Полный путь: https://files.multura.space/qiwi/interface_old-osmp_v2.7.8/site/mtt.html
  • Дата изменения: 10/09/2015 5:24 PM
  • Размер файла: 3.74 KB
  • MIME-тип: text/html
  • Кодировка: 8 bit
 
Открыть Назад
<html>

<head>
<META http-equiv="Refresh" content="180; URL=index.html">
<META HTTP-EQUIV=Pragma CONTENT=no-cashe>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
	<title>Untitled</title>
	<script src="reklama.js"></script>
</head>

<script src="./func/ui/objects.js"></script>
<script src="./func/ui/utils.js"></script>
<script src="./func/ui/pages.js"></script>
<script src="./func/ui/keyboards.js"></script>
<script src="./func/ui/fields.js"></script>
<script src="./func/engine/pars_cookie.js"></script>

<script>

var dataCollector = null;

var tmpl =
{
	padding: 0, 
	fieldsMode: 'multi',
    fieldsPlace: 'field',
	kbAutoReplace: false,
	kbPlace: 'keyboard',
	kbType: 'DG', 
	fields:
	[
	    {name: 'getAccountNumber', mask: '\\d{12}', head: '<span class="t_b" style="padding-left: 3px; font-size: 21px;">  /</span>'}
	]
}

function initPage()
{   	
  	dataCollector = new DataCollectorClass('dataCollector',tmpl);
	dataCollector.onComplete('completeFunction');
	dataCollector.onIncomplete('incompleteFunction');
	
    forward_yes.style.display='none';
    forward_no.style.display='none';   
    menu_yes.style.display='none';
    menu_no.style.display='none';
	backward_yes.style.display='block';
    backward_no.style.display='none';
    
}

function completeFunction()
{
    forward_yes.style.display='block';
    forward_no.style.display='none';
}

function incompleteFunction()
{
    forward_yes.style.display='none';
    forward_no.style.display='none';
}

function forward()
{   
    document.cookie = "Phone_Number=" + this.dataCollector.form.get("getAccountNumber"); 
	document.cookie = 'last_page=' + document.location.href;
	this.dataCollector.form.post("./validate_confirm.html");
}

function backward()
{
    parent.location = "./providers.html";
}

function menu() {

	parent.location = "./providers.html";
}


</script>

<link rel="stylesheet" href="./css/df.css" type="text/css">

<body onload="initPage(); reklama('telesetufa')">

<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
	<tr>
	    <td name="rek" id="rek"></td>
	</tr>
    <tr>
	    <td align="center" valign="middle">
	        <table width="100%" height="100%" cellpadding="0" cellspacing="0">
	            <tr>
		            <td valign="top">
		                <br /><br /><br /><br /><br /><br /><br />
		                <img src="img/enter_number.gif" alt="" width="497" height="34" border="0">               		
		                <table cellpadding="0" cellspacing="0">
		                    <tr>
			                    <td>
			                        <br /><br />
			                        <table cellpadding="10" cellspacing="0" border="0">
				                        <tr>
					                        <td>
                                                <div id="field"></div>
					                        </td>
				                        </tr>
			                        </table>
			                    </td>
			                </tr>
		                </table>
		            </td>
		            <td valign="top" align="center" width="300">
		                <img src="img/mtt.gif" alt="" border="0">
		                <table cellpadding="0" cellspacing="0">
			                <tr>
				                <td align="center">
                                    <div id="keyboard" style="width: 100%; height: 100%;"></div>
				                </td>
			                </tr>
		                </table>
		            </td>
		            <td valign="bottom" width="100" align="center"></td>
	            </tr>
	        </table>
	    </td>
    </tr>
</table>
<div style="height: 100px; position: absolute; bottom: 1px; float: left;"><script>bottom_old_menu();</script></div>
</body>
</html>