PNG  IHDR* pHYs+ IDATx]n#; cdLb Ǚ[at¤_:uP}>!Usă cag޿ ֵNu`ݼTâabO7uL&y^wFٝA"l[|ŲHLN밪4*sG3|Dv}?+y߉{OuOAt4Jj.u]Gz*҉sP'VQKbA1u\`& Af;HWj hsO;ogTu uj7S3/QzUr&wS`M$X_L7r2;aE+ώ%vikDA:dR+%KzƉo>eOth$z%: :{WwaQ:wz%4foɹE[9<]#ERINƻv溂E%P1i01 |Jvҗ&{b?9g=^wζXn/lK::90KwrюO\!ջ3uzuGv^;騢wq<Iatv09:tt~hEG`v;3@MNZD.1]L:{ծI3`L(÷ba")Y.iljCɄae#I"1 `3*Bdz>j<fU40⨬%O$3cGt]j%Fߠ_twJ;ABU8vP3uEԑwQ V:h%))LfraqX-ۿX]v-\9I gl8tzX ]ecm)-cgʒ#Uw=Wlێn(0hPP/ӨtQ“&J35 $=]r1{tLuǮ*i0_;NƝ8;-vݏr8+U-kruȕYr0RnC]*ެ(M:]gE;{]tg(#ZJ9y>utRDRMdr9㪩̞zֹb<ģ&wzJM"iI( .ꮅX)Qw:9,i좜\Ԛi7&N0:asϓc];=ΗOӣ APqz93 y $)A*kVHZwBƺnWNaby>XMN*45~ղM6Nvm;A=jֲ.~1}(9`KJ/V F9[=`~[;sRuk]rєT!)iQO)Y$V ی ۤmzWz5IM Zb )ˆC`6 rRa}qNmUfDsWuˤV{ Pݝ'=Kֳbg,UҘVz2ﴻnjNgBb{? ߮tcsͻQuxVCIY۠:(V뺕 ٥2;t`@Fo{Z9`;]wMzU~%UA蛚dI vGq\r82iu +St`cR.6U/M9IENDB` REDROOM
PHP 5.6.40
Preview: rapor_aylik_alislar.php Size: 25.79 KB
/home/ankaservis/azad.ankaservis.com/muhasebe/rapor_aylik_alislar.php

 <?php
				@session_start();
				@ob_start();
				
				if(!isset($_SESSION["giris"]))
				{
				echo "<meta http-equiv='refresh' content='0;URL=giris.php'>";
				return;
				 }else{
	
?>
<? require_once("sistem/ayarlar.php"); ?>
<? require_once("sistem/fonksiyon.php"); ?>

<!DOCTYPE html>
<html lang="tr">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
        <meta name="description" content="">
        <meta name="author" content="">



        <link href="css/style.default.css" rel="stylesheet">
        <link href="css/jquery.tagsinput.css" rel="stylesheet" />
        <link href="css/toggles.css" rel="stylesheet" />
        <link href="css/bootstrap-timepicker.min.css" rel="stylesheet" />
        <link href="css/select2.css" rel="stylesheet" />
        <link href="css/colorpicker.css" rel="stylesheet" />
        <link href="css/dropzone.css" rel="stylesheet" />
		<link href="css/jquery.gritter.css" rel="stylesheet">
				<link href="css/bootstrap-wysihtml5.css" rel="stylesheet" />
		<link href="css/wysiwyg-color.css" rel="stylesheet" />


       <? require_once("blok/ustic.php"); ?>
        
        <section>
            <div class="mainwrapper">
                <!--Sol -->
			   <? require_once("blok/sol.php"); ?>
			   <!-- sol bitiş -->
                
               <div class="mainpanel">
                 
                    
                    <div class="contentpanel">
			
<?php 
				$gorsunsms	= $_SESSION["durum"];
				if($gorsunsms=="1" or $gorsunsms=="2" ){

   $yil =mysql_Real_escape_string($_GET["year"]);
   if($yil=="")
   {
	   
	   $yil = date("Y");
   }
				

				?>
		
						
                                    
                                        <center><h4 class="panel-title" style="margin-top:10px"><b>AYLIK ALIŞ RAPORU</b> </h4></center>
							
															
																
                        <div class="row">
						
						
                       
                            
							<div class="col-md-12">
	<div class="col-md-12">						
	<table id="fileData" class="table table-bordered">
    <thead>
    <tr class="year_roller">
    <th><div class="text-center"> <a href="rapor_aylik_alislar.php?year=<?php echo $yil-1; ?>"><h3>&lt;&lt;</h3></a> </div></th>
    <th colspan="10"><div class="text-center"> <h3><?php echo $yil; ?> </h3></div></td>
    <th><div class="text-center"> <a href="rapor_aylik_alislar.php?year=<?php echo $yil+1; ?>"><h3>&gt;&gt;</h3></a> </div></th>
    </th>
    </tr> 
    </thead> 
	</table>
	</div>

	<?php
	
	
	
	$ocak = mysql_query("SELECT SUM(toplam) as toplam FROM stokfishareketi where tarih between '".$yil."-01-01' and '".$yil."-01-31' and tur='2'  ");
	$row_ocak_ = mysql_fetch_array($ocak); 
	$row_ocak_toplami=$row_ocak_["toplam"];
		if($row_ocak_toplami==""){
				echo'
		<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	
	<div class="media-body">
	<center>
	<h5 >OCAK</h5>
	<h4 class="mt5">0.00 <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			}else{
				
				echo'
	
			  
			  	<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	<div class="panel-btns">
	</div><!-- panel-btns -->
	
	<div class="media-body">
	<center>
	<h5 >OCAK</h5>
	<h4 class="mt5">'.number_format($row_ocak_toplami, 2, ',', '.').' <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			

		}
	?>
	<?php
	
	
	
	$subat = mysql_query("SELECT SUM(toplam) as toplam FROM stokfishareketi where tarih between '".$yil."-02-01' and '".$yil."-02-31' and tur='2'  ");
	$row_subat_ = mysql_fetch_array($subat); 
	$row_ocak_toplami=$row_subat_["toplam"];
		if($row_subat_toplami==""){
				echo'
		<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	
	<div class="media-body">
	<center>
	<h5 >ŞUBAT</h5>
	<h4 class="mt5">0.00 <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			}else{
				
				echo'
		
			  
			  	<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	<div class="media-body">
	<center>
	<h5 >ŞUBAT</h5>
	<h4 class="mt5">'.number_format($row_subat_toplami, 2, ',', '.').' <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			

		}
	?>
		<?php
	
	
	
	$mart = mysql_query("SELECT SUM(toplam) as toplam FROM stokfishareketi where tarih between '".$yil."-03-01' and '".$yil."-03-31' and tur='2'  ");
	$row_mart_ = mysql_fetch_array($mart); 
	$row_mart_toplami=$row_mart_["toplam"];
		if($row_mart_toplami==""){
				echo'
		<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	
	<div class="media-body">
	<center>
	<h5 >MART</h5>
	<h4 class="mt5">0.00 <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			}else{
				
				echo'
		
			  
			  	<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	<div class="media-body">
	<center>
	<h5 >MART</h5>
	<h4 class="mt5">'.number_format($row_mart_toplami, 2, ',', '.').' <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			

		}
	?>
	
	<?php
	
	
	
	$nisan = mysql_query("SELECT SUM(toplam) as toplam FROM stokfishareketi where tarih between '".$yil."-04-01' and '".$yil."-04-31' and tur='2'  ");
	$row_nisan_ = mysql_fetch_array($nisan); 
	$row_nisan_toplami=$row_nisan_["toplam"];
		if($row_nisan_toplami==""){
				echo'
		<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	
	<div class="media-body">
	<center>
	<h5 >NİSAN</h5>
	<h4 class="mt5">0.00 <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			}else{
				
				echo'
		
			  
			  	<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	<div class="media-body">
	<center>
	<h5 >NİSAN</h5>
	<h4 class="mt5">'.number_format($row_nisan_toplami, 2, ',', '.').' <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			

		}
	?>
	<?php
	
	
	
	$mayis = mysql_query("SELECT SUM(toplam) as toplam FROM stokfishareketi where tarih between '".$yil."-05-01' and '".$yil."-05-31' and tur='2'  ");
	$row_mayis_ = mysql_fetch_array($mayis); 
	$row_mayis_toplami=$row_mayis_["toplam"];
		if($row_mayis_toplami==""){
				echo'
		<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	
	<div class="media-body">
	<center>
	<h5 >MAYIS</h5>
	<h4 class="mt5">0.00 <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			}else{
				
				echo'
		
			  
			  	<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	<div class="media-body">
	<center>
	<h5 >MAYIS</h5>
	<h4 class="mt5">'.number_format($row_mayis_toplami, 2, ',', '.').' <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			

		}
	?>
	<?php
	
	
	
	$haziran = mysql_query("SELECT SUM(toplam) as toplam FROM stokfishareketi where tarih between '".$yil."-06-01' and '".$yil."-06-31' and tur='2'  ");
	$row_haziran_ = mysql_fetch_array($haziran); 
	$row_haziran_toplami=$row_haziran_["toplam"];
		if($row_haziran_toplami==""){
				echo'
		<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	
	<div class="media-body">
	<center>
	<h5 >HAZİRAN</h5>
	<h4 class="mt5">0.00 <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			}else{
				
				echo'
		
			  
			  	<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	<div class="media-body">
	<center>
	<h5 >HAZİRAN</h5>
	<h4 class="mt5">'.number_format($row_haziran_toplami, 2, ',', '.').' <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			

		}
	?>
	<?php
	
	
	
	$temmuz = mysql_query("SELECT SUM(toplam) as toplam FROM stokfishareketi where tarih between '".$yil."-07-01' and '".$yil."-07-31' and tur='2'  ");
	$row_temmuz_ = mysql_fetch_array($temmuz); 
	$row_temmuz_toplami=$row_temmuz_["toplam"];
		if($row_temmuz_toplami==""){
				echo'
		<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	
	<div class="media-body">
	<center>
	<h5 >TEMMUZ</h5>
	<h4 class="mt5">0.00 <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			}else{
				
				echo'
		
			  
			  	<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	<div class="media-body">
	<center>
	<h5 >TEMMUZ</h5>
	<h4 class="mt5">'.number_format($row_temmuz_toplami, 2, ',', '.').' <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			

		}
	?>
	
	<?php
	
	
	
	$agustos = mysql_query("SELECT SUM(toplam) as toplam FROM stokfishareketi where tarih between '".$yil."-08-01' and '".$yil."-08-31' and tur='2'  ");
	$row_agustos_ = mysql_fetch_array($agustos); 
	$row_agustos_toplami=$row_agustos_["toplam"];
		if($row_agustos_toplami==""){
				echo'
		<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	
	<div class="media-body">
	<center>
	<h5 >AĞUSTOS</h5>
	<h4 class="mt5">0.00 <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			}else{
				
				echo'
		
			  
			  	<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	<div class="media-body">
	<center>
	<h5 >AĞUSTOS</h5>
	<h4 class="mt5">'.number_format($row_agustos_toplami, 2, ',', '.').' <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			

		}
	?>
	
	<?php
	
	
	
	$eylul = mysql_query("SELECT SUM(toplam) as toplam FROM stokfishareketi where tarih between '".$yil."-09-01' and '".$yil."-09-31' and tur='2'  ");
	$row_eylul_ = mysql_fetch_array($eylul); 
	$row_eylul_toplami=$row_eylul_["toplam"];
		if($row_eylul_toplami==""){
				echo'
		<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	
	<div class="media-body">
	<center>
	<h5 >EYLÜL</h5>
	<h4 class="mt5">0.00 <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			}else{
				
				echo'
		
			  
			  	<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	<div class="media-body">
	<center>
	<h5 >EYLÜL</h5>
	<h4 class="mt5">'.number_format($row_eylul_toplami, 2, ',', '.').' <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			

		}
	?>
	
	<?php
	
	
	
	$ekim = mysql_query("SELECT SUM(toplam) as toplam FROM stokfishareketi where tarih between '".$yil."-10-01' and '".$yil."-10-31' and tur='2'  ");
	$row_ekim_ = mysql_fetch_array($ekim); 
	$row_ekim_toplami=$row_ekim_["toplam"];
		if($row_ekim_toplami==""){
				echo'
		<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	
	<div class="media-body">
	<center>
	<h5 >EKİM</h5>
	<h4 class="mt5">0.00 <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			}else{
				
				echo'
		
			  
			  	<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	<div class="media-body">
	<center>
	<h5 >EKİM</h5>
	<h4 class="mt5">'.number_format($row_ekim_toplami, 2, ',', '.').' <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			

		}
	?>
	
	<?php
	
	
	
	$kasim = mysql_query("SELECT SUM(toplam) as toplam FROM stokfishareketi where tarih between '".$yil."-11-01' and '".$yil."-11-31' and tur='2'  ");
	$row_kasim_ = mysql_fetch_array($kasim); 
	$row_kasim_toplami=$row_kasim_["toplam"];
		if($row_kasim_toplami==""){
				echo'
		<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	
	<div class="media-body">
	<center>
	<h5 >KASIM</h5>
	<h4 class="mt5">0.00 <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			}else{
				
				echo'
		
			  
			  	<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	<div class="media-body">
	<center>
	<h5 >KASIM</h5>
	<h4 class="mt5">'.number_format($row_kasim_toplami, 2, ',', '.').' <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			

		}
	?>
	<?php
	
	
	
	$aralik = mysql_query("SELECT SUM(toplam) as toplam FROM stokfishareketi where tarih between '".$yil."-12-01' and '".$yil."-12-31' and tur='2'  ");
	$row_aralik_ = mysql_fetch_array($aralik); 
	$row_aralik_toplami=$row_aralik_["toplam"];
		if($row_aralik_toplami==""){
				echo'
		<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	
	<div class="media-body">
	<center>
	<h5 >ARALIK</h5>
	<h4 class="mt5">0.00 <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			}else{
				
				echo'
		
			  
			  	<div class="col-md-2">
	<div class="panel panel-dark-head noborder">
	<div class="panel-heading noborder">
	
	<div class="media-body">
	<center>
	<h5 >ARALIK</h5>
	<h4 class="mt5">'.number_format($row_aralik_toplami, 2, ',', '.').' <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			

		}
	?>
	<div class="col-md-12">
	<center>
	<?php
	
	
	
	$geneltoplam = mysql_query("SELECT SUM(toplam) as toplam FROM stokfishareketi where tarih between '".$yil."-01-01' and '".$yil."-12-31' and tur='2'  ");
	$row_geneltoplam_ = mysql_fetch_array($geneltoplam); 
	$row_geneltoplam_toplami=$row_geneltoplam_["toplam"];
		if($row_geneltoplam_toplami==""){
				echo'
		<div class="col-md-12">
	<div class="panel panel-danger-head noborder">
	<div class="panel-heading noborder">
	
	
	<div class="media-body">
	<center>
	<h4 >'.$yil.' YILI TOPLAM ALIŞ TUTARI</h4>
	<h4 class="mt5">0.00 <i class="fa fa-turkish-lira"></i></h4>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			}else{
				
				echo'
	
			  
			  	<div class="col-md-12">
	<div class="panel panel-danger-head noborder">
	<div class="panel-heading noborder">
	<div class="panel-btns">
	</div><!-- panel-btns -->
	
	<div class="media-body">
	<center>
	<h4 >'.$yil.' YILI TOPLAM ALIŞ TUTARI</h4>
	<h3 class="mt5">'.number_format($row_geneltoplam_toplami, 2, ',', '.').' <i class="fa fa-turkish-lira"></i></h3>
	</center>
	</div><!-- media-body -->



	</div><!-- panel-body -->
	</div><!-- panel -->
	</div><!-- col-md-3 -->
				
				
				';
			

		}
	?>
	</center>
	
	</div>
                             
                               
                                
                            </div>
							
                            
					
                        </div>
						 <?php }else{ ?>
						 <h4 class="panel-title"><b>Üzgünüm. Bu sayfayı görme yetkiniz bulunmuyor.</b> 
							<? } ?>
						   
						       </div>
                        
    
              
                    
                </div>
            </div>
        </section>


        
        <script src="js/jquery-1.11.1.min.js"></script>
        <script src="js/jquery-migrate-1.2.1.min.js"></script>
        <script src="js/jquery-ui-1.10.3.min.js"></script>
        <script src="js/bootstrap.min.js"></script>
        <script src="js/modernizr.min.js"></script>
        <script src="js/pace.min.js"></script>
        <script src="js/retina.min.js"></script>
        <script src="js/jquery.cookies.js"></script>
        <script src="js/jquery.tagsinput.min.js"></script>
        <script src="js/select2.min.js"></script>
        <script src="js/jquery.validate.min.js"></script>
		<script src="js/jquery.maskedinput.min.js"></script>
       
        <script src="js/jquery.autogrow-textarea.js"></script>
        <script src="js/jquery.mousewheel.js"></script>
        <script src="js/toggles.min.js"></script>
        <script src="js/bootstrap-timepicker.min.js"></script>
        <script src="js/colorpicker.js"></script>
        <script src="js/dropzone.min.js"></script>
         <script src="js/wysihtml5-0.3.0.min.js"></script>
		  <script src="js/bootstrap-wysihtml5.js"></script>
        <script src="js/jquery.dataTables.min.js"></script>
        <script src="js/dataTables.bootstrap.js"></script>
        <script src="js/dataTables.responsive.js"></script>
		  <script src="js/ckeditor/ckeditor.js"></script>
        <script src="js/ckeditor/adapters/jquery.js"></script>

		
		

      
         <script src="js/custom.js"></script>
		
		
		 <script>
            jQuery(document).ready(function(){
                
              // HTML5 WYSIWYG Editor
              jQuery('#wysiwyg').wysihtml5({color: true,html:true});
              
              // CKEditor
              jQuery('#ckeditor').ckeditor();
              
            });
        </script>
      <script>
		$(function(){

		$("#ara").keyup(function(){//inputta bir tu�a bas�l�rsa
		var kelime=$(this).val();//de�erini al
		$.post("ara.php",{"kelime":kelime},function(al){ //ara.php ye g�nder
		$(".kelimeler").html(al);//gelen verileri .kerlimeler clas�na ait divin i�ine yaz
		});
		});
		});

		function tamamla(al){//tamamla fonsiyonu �a��r�l�nca g�nderilen veriyi al
		$("#ara").val(al);//inputa koy
		$(".kelimeler").text("");//kelimeler clas�na ait divi temizle
		}
		</script>
        
        <script>
            jQuery(document).ready(function(){
              
                // Basic Form
                jQuery("#basicForm").validate({
                    highlight: function(element) {
                        jQuery(element).closest('.form-group').removeClass('has-success').addClass('has-error');
                    },
                    success: function(element) {
                        jQuery(element).closest('.form-group').removeClass('has-error');
                    }
                });
              
                // Error Message In One Container
                jQuery("#basicForm2").validate({
                    errorLabelContainer: jQuery("#basicForm2 div.errorForm")
                });
              
                // With Checkboxes and Radio Buttons
                
                jQuery('#genderError').attr('for','gender');
                jQuery('#intError').attr('for','int[]');
                
                jQuery("#basicForm3").validate({
                    highlight: function(element) {
                        jQuery(element).closest('.form-group').removeClass('has-success').addClass('has-error');
                    },
                    success: function(element) {
                        jQuery(element).closest('.form-group').removeClass('has-error');
                    }
                });
                
                jQuery("#basicForm4").validate({
                    highlight: function(element) {
                        jQuery(element).closest('.form-group').removeClass('has-success').addClass('has-error');
                    },
                    success: function(element) {
                        jQuery(element).closest('.form-group').removeClass('has-error');
                    },
                    ignore: null
                });
				// Input Masks
                jQuery("#date").mask("99/99/9999");
                jQuery("#gsm").mask("(999) 999-9999");
				jQuery("#fax").mask("(999) 999-9999");
				jQuery("#sabittel").mask("(999) 999-9999");
                jQuery("#ssn").mask("999-99-9999");
				jQuery("#vergino").mask("9999999999");
                
                // Validation with select boxes
                jQuery("#flowers, #fruits").select2({
                    minimumResultsForSearch: -1
                });
              
            });
        </script>
		       

      
        <script>
            jQuery(document).ready(function(){
                
                jQuery('#basicTable').DataTable({
                    responsive: true
                });
                
                var shTable = jQuery('#shTable').DataTable({
                    "fnDrawCallback": function(oSettings) {
                        jQuery('#shTable_paginate ul').addClass('pagination-active-dark');
                    },
                    responsive: true
                });
                
                // Show/Hide Columns Dropdown
                jQuery('#shCol').click(function(event){
                    event.stopPropagation();
                });
                
                jQuery('#shCol input').on('click', function() {

                    // Get the column API object
                    var column = shTable.column($(this).val());
 
                    // Toggle the visibility
                    if ($(this).is(':checked'))
                        column.visible(true);
                    else
                        column.visible(false);
                });
                
                var exRowTable = jQuery('#exRowTable').DataTable({
                    responsive: true,
                    "fnDrawCallback": function(oSettings) {
                        jQuery('#exRowTable_paginate ul').addClass('pagination-active-success');
                    },
                    "ajax": "ajax/objects.txt",
                    "columns": [
                        {
                            "class":          'details-control',
                            "orderable":      false,
                            "data":           null,
                            "defaultContent": ''
                        },
                        { "data": "name" },
                        { "data": "position" },
                        { "data": "office" },
                        { "data": "salary" }
                    ],
                    "order": [[1, 'asc']] 
                });
                
                // Add event listener for opening and closing details
                jQuery('#exRowTable tbody').on('click', 'td.details-control', function () {
                    var tr = $(this).closest('tr');
                    var row = exRowTable.row( tr );
             
                    if ( row.child.isShown() ) {
                        // This row is already open - close it
                        row.child.hide();
                        tr.removeClass('shown');
                    }
                    else {
                        // Open this row
                        row.child( format(row.data()) ).show();
                        tr.addClass('shown');
                    }
                });
               
                
                // DataTables Length to Select2
                jQuery('div.dataTables_length select').removeClass('form-control input-sm');
                jQuery('div.dataTables_length select').css({width: '60px'});
                jQuery('div.dataTables_length select').select2({
                    minimumResultsForSearch: -1
                });
    
            });
            
            function format (d) {
                // `d` is the original data object for the row
                return '<table class="table table-bordered nomargin">'+
                    '<tr>'+
                        '<td>Full name:</td>'+
                        '<td>'+d.name+'</td>'+
                    '</tr>'+
                    '<tr>'+
                        '<td>Extension number:</td>'+
                        '<td>'+d.extn+'</td>'+
                    '</tr>'+
                    '<tr>'+
                        '<td>Extra info:</td>'+
                        '<td>And any further details here (images etc)...</td>'+
                    '</tr>'+
                '</table>';
            }
        </script>
		
		

    </body>
</html>
<? } ?>

Directory Contents

Dirs: 21 × Files: 125

Name Size Perms Modified Actions
ajax DIR
- drwxr-xr-x 2025-01-09 06:49:12
Edit Download
barkod DIR
- drwxr-xr-x 2025-01-09 06:49:14
Edit Download
blok DIR
- drwxr-xr-x 2025-01-09 06:49:14
Edit Download
css DIR
- drwxr-xr-x 2025-01-09 06:49:14
Edit Download
db DIR
- drwxr-xr-x 2025-01-09 06:49:14
Edit Download
dist DIR
- drwxr-xr-x 2025-01-09 06:49:18
Edit Download
Excel DIR
- drwxr-xr-x 2025-01-09 06:49:22
Edit Download
font DIR
- drwxr-xr-x 2025-01-09 06:49:22
Edit Download
fonts DIR
- drwxr-xr-x 2025-01-09 06:49:22
Edit Download
giris DIR
- drwxr-xr-x 2025-01-09 06:49:22
Edit Download
holder.js DIR
- drwxr-xr-x 2025-01-09 06:49:22
Edit Download
images DIR
- drwxr-xr-x 2025-01-09 06:49:24
Edit Download
img DIR
- drwxr-xr-x 2025-01-09 06:49:24
Edit Download
js DIR
- drwxr-xr-x 2025-01-09 06:49:24
Edit Download
Pager DIR
- drwxr-xr-x 2025-01-09 06:49:24
Edit Download
scopbin DIR
- drwxr-xr-x 2025-01-09 06:49:24
Edit Download
sf DIR
- drwxr-xr-x 2025-01-09 06:49:24
Edit Download
sistem DIR
- drwxr-xr-x 2025-01-09 06:49:26
Edit Download
Sorgula DIR
- drwxr-xr-x 2025-01-09 06:49:30
Edit Download
- drwxr-xr-x 2025-01-09 06:49:30
Edit Download
yuklenen DIR
- drwxr-xr-x 2025-01-09 06:49:30
Edit Download
1.33 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
9.25 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
3.41 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
4.12 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
985 B lrw-r--r-- 2017-05-21 19:35:00
Edit Download
18.62 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
18.62 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
975 B lrw-r--r-- 2017-05-21 19:35:02
Edit Download
993 B lrw-r--r-- 2017-05-21 19:35:00
Edit Download
9.25 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
17.22 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
9.55 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
10.89 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
88.75 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
30.33 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
508 B lrw-r--r-- 2023-01-20 08:58:08
Edit Download
27.25 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
28.51 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
12.88 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
12.88 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
22.62 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
23.71 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
22.48 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
23.19 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
153 B lrw-r--r-- 2025-01-09 10:13:36
Edit Download
22.76 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
5.08 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
6.06 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
4.96 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
6.03 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
3.51 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
4.04 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
4.46 KB lrw-r--r-- 2024-07-31 10:29:22
Edit Download
20.38 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
24.71 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
1.02 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
9.25 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
16.59 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
14.07 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
2.79 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
2.67 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
18.53 KB lrw-r--r-- 2024-07-31 11:02:08
Edit Download
253 B lrw-r--r-- 2017-05-21 19:35:02
Edit Download
261.05 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
422.49 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
26.42 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
8.21 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
27.95 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
26.70 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
7.11 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
27.98 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
29.34 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
30.18 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
466 B lrw-r--r-- 2017-05-21 19:35:02
Edit Download
9.61 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
6.55 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
7.25 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
6.92 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
81.68 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
23.05 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
15.92 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
18.04 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
18.06 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
17.80 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
1.01 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
19.50 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
19.00 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
53.08 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
10.65 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
10.53 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
8.84 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
29.72 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
17.39 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
33.75 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
17.15 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
39.56 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
33.47 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
11.15 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
18.70 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
7.23 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
25.79 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
25.81 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
27.80 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
28.12 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
832 B lrw-r--r-- 2017-05-21 19:35:02
Edit Download
19.24 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
18.41 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
3.58 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
3.59 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
879 B lrw-r--r-- 2017-05-21 19:35:02
Edit Download
6.16 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
7.90 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
9.53 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
21.54 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
13.70 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
11.84 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
7.05 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
187.39 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
20.05 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
23.75 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
22.43 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
12.89 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
56.47 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
27.42 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
22.12 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
21.65 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
21.35 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
21.34 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
20.87 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
19.71 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
3.01 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
23.47 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
26.82 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
25.67 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
25.08 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
26.52 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
24.86 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
19.71 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
9.57 KB lrw-r--r-- 2017-05-21 19:35:00
Edit Download
239 B lrw-r--r-- 2017-05-21 19:35:02
Edit Download
11.27 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
18.01 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
17.00 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download
7.42 KB lrw-r--r-- 2024-04-11 01:54:26
Edit Download
1.15 KB lrw-r--r-- 2017-05-21 19:35:02
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).
© 2026 REDROOM — Secure File Manager. All rights reserved. Built with ❤️ & Red Dark UI