AnonSec Team
Server IP : 10.128.40.6  /  Your IP : 216.73.216.233
Web Server : Apache
System : Linux webd006.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : logmcpe ( 111175)
PHP Version : 7.3.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0705) :  /home/logmcpe/www/mcg/pages/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/logmcpe/www/mcg/pages/indexlivraison.php
<?php

 // $a = 2 ;

 // $b = 6 ;

// $somme = $a + $b ;
// echo " m la somme est ==> $somme <br/>" ;

include 'includes/config_tmcpro.php' ;
include 'includes/stable_functions_tmcpro.php' ;





?><html>

			<head>

			<?php include('header.php'); ?>


			</head>

<body class="hold-transition sidebar-mini">



<!-- Site wrapper -->
<div class="wrapper">

				<!-- TOP MENU -->
							  <nav class="main-header navbar navbar-expand navbar-white navbar-light">
							 <!-- Menu extensible -->
								<ul class="navbar-nav">
								 				  <li class="nav-item">
													<a class="nav-link" data-widget="pushmenu" href="#"><i class="fas fa-bars"></i></a>
												  </li>
											<!-- liens TOP MENU GAUCHE-->
													<li>

													</li>

													<li>
													&nbsp
													</li>
														<li>
													&nbsp
													</li>

								   </ul>

							 <!-- liens TOP MENU DROITE -->


								<ul class="navbar-nav ml-auto">
								  <li class="nav-item">
            <a href="login.php?dec=1" class="nav-link">

              <i class="nav-icon fas fa-power-off"></i>


            </a>
          </li><!-- Placer ici l'élément à positionner à droite du TOP MENU -->
								</ul>

							  </nav>


<!-- BARRE DE NAVIGATION -->

<aside class="main-sidebar sidebar-dark-primary elevation-4">

	<!-- Brand Logo -->
	<a href="index3.html" class="brand-link">
		<img src="dist/img/logomcpro.png" alt="AdminLTE Logo" class="brand-image img-circle elevation-3"
				 style="opacity: .8">
		<span class="brand-text font-weight-light">MC PRO</span>
	</a>

	<!-- Sidebar -->
	<div class="sidebar">
		<!-- Sidebar user panel (optional) -->
		<div class="user-panel mt-3 pb-3 mb-3 d-flex">
			<div class="image">
				<img src="dist/img/user2-160x160.jpg" class="img-circle elevation-2" alt="User Image">
			</div>
			<div class="info">
				<a href="#" class="d-block">Steeven ROBLOT</a>
			</div>
		</div>

	<?php include('menu.php') ?>

		<!-- Sidebar Menu -->

	</div>
	<!-- /.sidebar -->
</aside>






 <!-- DEMARRAGE DE LA PAGE PRINCIPALE -->
  <div class="content-wrapper">
    <!-- Content Header (Page header) -->
		<div class="content-header">
			<div class="container-fluid">
				<div class="row mb-2">
					<div class="col-sm-6">
						<h1 class="m-0">Livraisons</h1>
					</div><!-- /.col -->
					<div class="col-sm-6">
						<ol class="breadcrumb float-sm-right">
							<li class="breadcrumb-item"><a href="index.php">Accueil</a></li>
							<li class="breadcrumb-item active">Livraisons</li>
						</ol>
					</div><!-- /.col -->
				</div><!-- /.row -->
			</div><!-- /.container-fluid -->
		</div>




												  <div class="container-fluid">

														<div class="row">
															<div class="col-lg-4 col-6">
																<!-- small box -->
																<div class="small-box bg-info">
																	<div class="inner">
																		<h3>EN ATTENTE</h3>

																		<p>Clients en attente de livraison</p>
																	</div>
																	<div class="icon">
																		<i class="ion ion-android-alert"></i>
																	</div>
																	<a href="demliv2.php" class="small-box-footer">Voir <i class="fas fa-arrow-circle-right"></i></a>
																</div>
															</div>
															<!-- ./col -->

															<!-- ./col -->
															<div class="col-lg-4 col-6">
																<!-- small box -->
																<div class="small-box bg-warning">
																	<div class="inner">
																		<h3>CLIENTS LIVRES</h3>

																		<p>Liste des livraisons effectuées</p>
																	</div>
																	<div class="icon">
																		<i class="ion ion-model-s"></i>
																	</div>
																	<a href="check_out2.php" class="small-box-footer">Voir <i class="fas fa-arrow-circle-right"></i></a>
																</div>
															</div>
															<!-- ./col -->
															<div class="col-lg-4 col-6">
																<!-- small box -->
																<div class="small-box bg-success">
																	<div class="inner">
																		<h3>CARTE DES LIVRAISONS</h3>

																		<p>Affichage des clients à livrer sur une carte</p>
																	</div>
																	<div class="icon">
																		<i class="ion ion-map"></i>
																	</div>
																	<a href="maps_livraison2.php" class="small-box-footer">Voir <i class="fas fa-arrow-circle-right"></i></a>
																</div>
															</div>
															<!-- ./col -->
														</div>





												  </div>
												</div>
												<!-- /.content-header -->








	</div>


<?php include('footerr.php'); ?>
<script type="text/javascript">
$(document).ready(function(){
    $('#myModal').on('show.bs.modal', function (e) {
        var rowid = $(e.relatedTarget).data('id');
        $.ajax({
            type : 'post',
            url : 'ajaxAjoutMatR.php', //Here you will fetch records
            data :  'rowid='+ rowid, //Pass $id
            success : function(data){
            $('#fetch').html(data);//Show fetched data from database
            }
        });
     });
});


</script>

</body>
</html>

AnonSec - 2021