• Файл: providers_sot_meg.html
  • Полный путь: https://files.multura.space/qiwi/interface_old-osmp_v2.7.8/site/providers_sot_meg.html
  • Дата изменения: 10/09/2015 5:24 PM
  • Размер файла: 14 KB
  • MIME-тип: text/html
  • Кодировка: 8 bit
 
Открыть Назад
<HTML><HEAD><TITLE>Untitled</TITLE>
<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">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY bottomMargin=0 leftMargin=0 topMargin=0 rightMargin=0>
<STYLE>
.t_b {
	FONT-SIZE: 20px; COLOR: #368dc4; FONT-FAMILY: arial
}
.t_w {
	FONT-SIZE: 20px; COLOR: white; FONT-FAMILY: arial
}
.inp {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-WEIGHT: bold; FONT-SIZE: 45px; BORDER-LEFT: 0px;
COLOR: #a61d00; BORDER-BOTTOM: 0px; FONT-FAMILY: arial; BACKGROUND-COLOR: #f0f0f0; TEXT-ALIGN:
center; text-valign: middle
}
.cname {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-WEIGHT: bold; FONT-SIZE: 20px; BORDER-LEFT: 0px;
COLOR: white; BORDER-BOTTOM: 0px; FONT-FAMILY: arial; BACKGROUND-COLOR: #368dc4; TEXT-ALIGN:
center; text-valign: middle
}
.t1 {
	FONT-SIZE: 20px; COLOR: #a61d00; FONT-FAMILY: arial
}
</STYLE>

<SCRIPT src="phones.js"></SCRIPT>
<script src="reklama.js"></script>

<SCRIPT>

window.onload = start;

var x = '';
var idPrv = '';
var pause = 2;
var prvSet = '';
var warnSet = '';

var prvImg = new Array();
prvImg[1] = "img/mtc.jpg";
prvImg[2] = "img/beeline.jpg";
prvImg[3] = "img/megafone.jpg";
prvImg[27] = "img/skylink.jpg";
prvImg[46] = "img/skylink_spiter.jpg";
prvImg[93] = "img/skylink_udm.jpg";
prvImg[147] = "img/skylink_ek.jpg";
prvImg[9] = "img/matrix.jpg";
prvImg[36] = "img/motiv.jpg";
prvImg[47] = "img/aviatel.jpg";
prvImg[14] = "img/corbina.jpg";
prvImg[42] = "img/tele2.jpg";
prvImg[45] = "img/altaisvyaz.jpg";
prvImg[32] = "img/ncc.jpg";
prvImg[126] = "img/megatel.jpg";
prvImg[77] = "img/indigo.jpg";
prvImg[51] = "img/utel.jpg";
prvImg[105] = "img/smarts_orenburg.jpg";
prvImg[126] = "img/baza_mobilnaya.jpg";
prvImg[107] = "img/baicalwest.jpg";
prvImg[22] = "img/megafone.jpg";
prvImg[23] = "img/megafone.jpg";
prvImg[35] = "img/megafone.jpg";
prvImg[29] = "img/megafone.jpg";
prvImg[30] = "img/megafone.jpg";
prvImg[40] = "img/megafone.jpg";
prvImg[34] = "img/megafone.jpg";
prvImg[26] = "img/megafone.jpg";
prvImg[38] = "img/megafone.jpg";
prvImg[43] = "img/smarts_ivanovo.jpg";
prvImg[55] = "img/smarts_y.jpg";
prvImg[85] = "img/smarts_penza.jpg";
prvImg[86] = "img/smarts_astrahan.jpg";
prvImg[84] = "img/smarts.jpg";
prvImg[78] = "img/smarts_volgograd.jpg";
prvImg[139] = "img/smarts_sh.jpg";



function start() {
	press('c');
	reklama('megafone_phone');
	Set_C();
	if (document.all)
		setInterval("doBlink()",500);
}

function doBlink() {
	var blink = document.all.tags("BLINK")
	var blinklen = blink.length;
	for (var i=0; i<blinklen; i++)
	{
		if(idPrv == '')
		{
			if(blink[i].style.visibility == "" & pause > 0 )
			{
		 	    pause--;
			}
			else
			{
				blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : "";
				pause =2;
			}
		}
		else
		{
			blink[i].style.visibility = "";
		}
	}
}

function Set_C() {
	document.cookie="Phone_Number=''";
	document.cookie="Sum=''";
	return true;
}

function press(digit) {
	
	if (digit == 'c') {x='';}
	else if (digit == 'bs') {x = x.substring(0,x.length-1);}
	else {
		if(x.length == 1)
		{
		    x = x + digit;
		    if(x.charAt(0) == '7') x = x.slice(1);
		    else if(x.charAt(0) == '8')
		    {		        
		        if(digit == '9'){x = x.slice(1);}		       
		    }
		}
		else if(x.length < 10) {x = x + digit; }
	}
	
	ff.code.value = ''; ff.phone.value = ''; ff.phone_wd.value = '';
	ocode = ''; ophone = ''; phone_wd = '';
	
	if (x.length < 7) {
		ocode = x.substring(0,3);
		ophone = x.substring(3,6);
	}
	if ((x.length > 6) & (x.length < 9)) {
		ocode = x.substring(0,3);
		ophone += x.substring(3,6) + '-' + x.substring(6,8);
		phone_wd = x.substring(3,10);
	}
	if (x.length > 8) {
		ocode = x.substring(0,3);
		ophone += x.substring(3,6) + '-' + x.substring(6,8) + '-' + x.substring(8,10);
		phone_wd = x.substring(3,10);
	}
	
	ff.code.value = ocode;
	ff.phone.value = ophone;
	ff.getAccountNumber.value = x;
	ff.phone_wd.value = phone_wd;
	
	
	if (x.length < 4) {document.code_i.src='img/set_1.gif';
			document.phone_i.src='img/set_0.gif';}
	else {document.code_i.src='img/set_0.gif'; document.phone_i.src='img/set_1.gif';}
	if (x.length > 9) {document.code_i.src='img/set_0.gif';
			document.phone_i.src='img/set_0.gif';}
	
	if (x.length > 9) {
		prvSet = 1;
		test(); 
		if(idPrv != '')
		{
			document.next.src='img/continiue_an.gif';
			if(prvImg[idPrv]) document.images["picprov"].src = prvImg[idPrv];
			document.getElementById("inf").innerHTML = '   :';
    			document.getElementById("gen").innerHTML = ' ';
			
		}
		else
		{
			document.next.src='img/continiue.gif';
			document.getElementById("inf").innerHTML = ' ';
   			document.getElementById("prv").innerHTML = '  !';
   			document.getElementById("region").innerHTML = '       !';
   			document.getElementById("gen").innerHTML = '   ,  ""';
		}
	}
	else
	{
		if(prvSet != '')
		{
			document.next.src='img/cont_den.gif';
			document.getElementById("inf").innerHTML = ' ';
			document.getElementById("prv").innerHTML = ' '; 
			document.getElementById("region").innerHTML = ' ';
        		document.getElementById("gen").innerHTML = ' ';
			idPrv = '';
			prvSet = '';
			document.images["picprov"].src = "img/allphone.jpg"
		}
		else
		{
			if(warnSet){warnSet = ''; document.getElementById("prv").innerHTML = ' ';}
		}
	}
}

function NewcontiniueClick(){
	if(x.length > 9)
	{
		document.cookie = "Phone_Number="+"("+ff.code.value+")"+ff.phone.value;
		if(idPrv == ''){	
			ff.prv_id.value = '';
			ff.action = 'sotovaya_all.html';
		}
		else
		{
			if(idPrv == 43)  ff.komissiya.value = 30;
			else if(idPrv == 84) 
			{
			     if(document.getElementById("region").innerHTML == ' '){ff.komissiya.value = 60;}
			     else{ ff.komissiya.value = 10;}
			}
			else if(idPrv == 36) ff.komissiya.value = 50;
		}

		ff.submit();
	}
	else
	{
		document.getElementById("prv").innerHTML = '    !'; 
		warnSet = 1;
	}
}
</SCRIPT>

<BGSOUND SRC="sound/enter_nomer.wav" LOOP="1">
<BGSOUND src="">
<TABLE height="97%" cellSpacing=0 cellPadding=0 width="100%">
  <TBODY>
	<tr><td name="rek" id="rek"></td></tr>
  <TR>
    <TD>
      <TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%">
        <TBODY>
        <TR>
          <TD vAlign=top><BR><BR><FONT
            class=t1><STRONG></STRONG></FONT><BR><BR><BR><IMG height=34 alt=""
            src="img/enter_numberlong.gif" width=550 border=0>
            <FORM name=ff action=validate_confirm.html method=post>
            <TABLE cellSpacing=0 cellPadding=0>
              <TBODY>
              <TR>
                <TD>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
                <TD>
                  <TABLE cellSpacing=0 cellPadding=0>
                    <TBODY>
                    <TR>
                      <TD colSpan=8 height=25></TD></TR>
                    <TR class=t_b>
                      <TD></TD>
                      <TD colSpan=3>&nbsp; </TD>
                      <TD></TD>
                      <TD colSpan=2>&nbsp;  </TD>
                      <TD></TD></TR>
                    <TR>
                      <TD colSpan=8 height=7></TD></TR>
                    <TR bgColor=#f0f0f0>
                      <TD width=1 bgColor=white><font style="font-size: 45px; font-family: arial; color:#990000; "><strong>8</strong>&nbsp;</font></td>
                      <TD width=20><IMG height=65 src="img/in_left.gif"
                        width=11><IMG height=65 src="img/in_c_left.gif"
                        width=9></TD><INPUT type=hidden value=enter_sum.html name=nextPage>
                      <INPUT type=hidden name=getAccountNumber>
                      <INPUT type=hidden name=prv_id>
                      <INPUT type=hidden name=prv_name>
                      <INPUT id=phone_wd type=hidden name=phone_wd>
		      <INPUT type=hidden name=komissiya value=1>
                      <TD width=100><INPUT class=inp id=code
                        style="FONT-SIZE: 40px; WIDTH: 100px; HEIGHT: 47px"
                        maxLength=3 name=code></TD>
                      <TD width=20><IMG height=65 src="img/in_c_right.gif"
                        width=9><IMG height=65 src="img/in_right.gif"
                        width=11></TD>
                      <TD width=8 bgColor=white></TD>
                      <TD width=11><IMG height=65 src="img/in_left.gif"
                        width=11></TD>
                      <TD width=260><INPUT class=inp id=phone
                        style="WIDTH: 260px; HEIGHT: 55px" maxLength=9
                        name=phone></TD>
                      <TD width=11><IMG height=65 src="img/in_right.gif"
                        width=11></TD></TR>
                    <TR>
                      <TD colSpan=8 height=7></TD></TR>
                    <TR align=middle>
                      <TD height=2></TD>
                      <TD colSpan=3><IMG id=code_i height=12
                        src="img/set_1.gif" width=24 name=code_i></TD>
                      <TD></TD>
                      <TD colSpan=3><IMG id=phone_i height=12
                        src="img/set_0.gif" width=24
                    name=phone_i></TD></TR></TBODY></TABLE><BR><BR><FONT
                  class=t1><STRONG>!    
                  <8>,<BR> : () --<BR><BR>
		  <P id=inf></P>
	 	  <BLINK>
		  <P id=prv></P>
                  <P id=region></P>
		  <P id=gen></P>
		  </BLINK>
                  </STRONG></FONT></TD></TR></TBODY></TABLE></FORM><IMG
            height=12 alt="" src="img/0.gif" width=1 border=0><BR>
            <P id=ph style="COLOR: #ffffff">: 4951730247</P><xml id=phones></xml></TD>
          <TD vAlign=top align=middle width=300><BR><IMG height=154 alt=""
            src="img/allphone.jpg" width=219 border=0 name="picprov"> <BR>
            <TABLE cellSpacing=0 cellPadding=0>
              <TBODY>
              <TR>
                <TD><IMG onmouseover="this.src='img/01_on.gif'"
                  onclick="press('1');"
                  onmouseout="this.src='img/01_off.gif'" height=112 alt=""
                  src="img/01_off.gif" width=100 border=0></TD>
                <TD><IMG onmouseover="this.src='img/02_on.gif'"
                  onclick="press('2');"
                  onmouseout="this.src='img/02_off.gif'" height=112 alt=""
                  src="img/02_off.gif" width=100 border=0></TD>
                <TD><IMG onmouseover="this.src='img/03_on.gif'"
                  onclick="press('3');"
                  onmouseout="this.src='img/03_off.gif'" height=112 alt=""
                  src="img/03_off.gif" width=100 border=0></TD></TR>
              <TR>
                <TD><IMG onmouseover="this.src='img/04_on.gif'"
                  onclick="press('4');"
                  onmouseout="this.src='img/04_off.gif'" height=112 alt=""
                  src="img/04_off.gif" width=100 border=0></TD>
                <TD><IMG onmouseover="this.src='img/05_on.gif'"
                  onclick="press('5');"
                  onmouseout="this.src='img/05_off.gif'" height=112 alt=""
                  src="img/05_off.gif" width=100 border=0></TD>
                <TD><IMG onmouseover="this.src='img/06_on.gif'"
                  onclick="press('6');"
                  onmouseout="this.src='img/06_off.gif'" height=112 alt=""
                  src="img/06_off.gif" width=100 border=0></TD></TR>
              <TR>
                <TD><IMG onmouseover="this.src='img/07_on.gif'"
                  onclick="press('7');"
                  onmouseout="this.src='img/07_off.gif'" height=112 alt=""
                  src="img/07_off.gif" width=100 border=0></TD>
                <TD><IMG onmouseover="this.src='img/08_on.gif'"
                  onclick="press('8');"
                  onmouseout="this.src='img/08_off.gif'" height=112 alt=""
                  src="img/08_off.gif" width=100 border=0></TD>
                <TD><IMG onmouseover="this.src='img/09_on.gif'"
                  onclick="press('9');"
                  onmouseout="this.src='img/09_off.gif'" height=112 alt=""
                  src="img/09_off.gif" width=100 border=0></TD></TR>
              <TR>
                <TD><IMG onmouseover="this.src='img/c_on.gif'"
                  onclick="press('c');"
                  onmouseout="this.src='img/c_off.gif'" height=112 alt=""
                  src="img/c_off.gif" width=100 border=0></TD>
                <TD><IMG onmouseover="this.src='img/00_on.gif'"
                  onclick="press('0');"
                  onmouseout="this.src='img/00_off.gif'" height=112 alt=""
                  src="img/00_off.gif" width=100 border=0></TD>
                <TD><IMG onmouseover="this.src='img/arr_on.gif'"
                  onclick="press('bs');"
                  onmouseout="this.src='img/arr_off.gif'" height=112 alt=""
                  src="img/arr_off.gif" width=100
            border=0></TD></TR></TBODY></TABLE></TD>
          <TD vAlign=bottom align=middle width=100>&nbsp;
    </TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD>
      <TABLE width="100%" border=0>
        <TBODY>
        <TR>
          <TD vAlign=top align=middle><A
            href="providers.html"><IMG height=130
            alt="" src="img/back.gif" width=130 border=0></A> </TD>
          <TD width="50%">&nbsp;</TD>
          <TD vAlign=top align=left width="25%">&nbsp;<IMG id=next    onclick='NewcontiniueClick(); document.cookie="Phone_Number="+"("+ff.code.value+")"+ff.phone.value;'     alt="" src="img/cont_den.gif" border=0
        name=next><BR><BR></TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD bgColor=#cb002d height=15>&nbsp;</TD></TR></TBODY></TABLE></BODY></HTML>