File: /home/ekspardev/www/tubisad/rapor/panel/home.php
<? include'header.php';?>
<div class="col-md-6 col-lg-3" style="width:99%;height:50px;">
<div class="card">
<div class="card-body p-4 text-center" style="width:100%; ">
<span class="avatar avatar-xl mb-3 rounded" style="background-color:transparent; width:100px;height:100px;"><img src="https://ekspar.dev/tubisad-images/atma-bagisla.png" ></span>
<h3 class="m-0 mb-1"><a href="#"><?=$name?> <?=$surname?> (<?=$user_id?>)</a></h3>
</div>
</div>
<div class="row row-deck row-cards" style="margin:30px 0;">
<?
$adet = "select count(*) as adet from demands_talepler where wasteType =1";
$adet = $func->query($adet);
$adet=$adet->fetch();
$kg = "select sum(wasteWeight) as total from demands_talepler where wasteType =1";
$kg = $func->query($kg);
$kg=$kg->fetch();
?>
<div class="col-sm-6 col-lg-6">
<div class="card">
<div class="card-body">
<div class="d-flex align-items-center">
<div class="subheader">Yeniden Kullanım</div>
<div class="ms-auto lh-1">
<div class="dropdown">
<?=$adet->adet?> Adet Başvuru
</div>
</div>
</div>
<div class="h1 mb-3"> <?=$kg->total?> Kg </div>
<div class="d-flex mb-2">
<div class="ms-auto">
<span class="text-green d-inline-flex align-items-center lh-1">
<?=$kg->total?> <!-- Download SVG icon from http://tabler-icons.io/i/trending-up -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon ms-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M3 17l6 -6l4 4l8 -8"></path><path d="M14 7l7 0l0 7"></path></svg>
</span>
</div>
</div>
<div class="progress progress-sm">
<div class="progress-bar bg-primary" style="width: 75%" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" aria-label="75% Complete">
<span class="visually-hidden">75% Complete</span>
</div>
</div>
</div>
</div>
</div>
<?
$adet = "select count(*) as adet from demands_talepler where wasteType =2";
$adet = $func->query($adet);
$adet=$adet->fetch();
$kg = "select sum(wasteWeight) as total from demands_talepler where wasteType =2";
$kg = $func->query($kg);
$kg=$kg->fetch();
?>
<div class="col-sm-6 col-lg-6">
<div class="card">
<div class="card-body">
<div class="d-flex align-items-center">
<div class="subheader">Yeniden Kullanım</div>
<div class="ms-auto lh-1">
<div class="dropdown">
<?=$adet->adet?> Adet Başvuru
</div>
</div>
</div>
<div class="h1 mb-3"> <?=$kg->total?> Kg </div>
<div class="d-flex mb-2">
<div class="ms-auto">
<span class="text-green d-inline-flex align-items-center lh-1">
<?=$kg->total?> <!-- Download SVG icon from http://tabler-icons.io/i/trending-up -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon ms-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M3 17l6 -6l4 4l8 -8"></path><path d="M14 7l7 0l0 7"></path></svg>
</span>
</div>
</div>
<div class="progress progress-sm">
<div class="progress-bar bg-primary" style="width: 75%" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" aria-label="75% Complete">
<span class="visually-hidden">75% Complete</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="margin:50px 0;height:250px">
<div class="col-md-6 col-lg-4" >
<a href="#" class="card card-link card-link-pop" style="height:250px">
<div class="card-body" style="text-align:center;margin-top:50px"><img src="https://www.ekspar.com.tr/2022/images/ekspar_logo.svg" style="width:50%"></div>
</a>
</div>
<div class="col-md-6 col-lg-4" >
<a href="#" class="card card-link card-link-pop" style="height:250px">
<div class="card-body" style="text-align:center;margin-top:20px"><img src="https://ekspar.dev/tubisad-images/tegv.png" style="width:50%" ></div>
</a>
</div>
<div class="col-md-6 col-lg-4" >
<a href="#" class="card card-link card-link-pop" style="height:250px">
<div class="card-body" style="text-align:center;margin:50px 0;background: #1d273b"><img src="https://ekspar.dev/tubisad-images/tubisad.png" style="width:50%"></div>
</a>
</div>
</div>
</div>
<? include'footer.php';?>