Example #1
0
<?php

include "../../ili-functions/functions.php";
Authorization('2');
$ets = CompanyGetInfo();
?>
<!DOCTYPE html>
<?php 
echo $author;
?>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="fr">
<!--<![endif]-->
<!-- BEGIN HEAD -->
<head>
<meta charset="utf-8" />
<title><?php 
echo $sytem_title;
?>
</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<?php 
echo $META_description;
echo $META_author;
?>
<link rel="shortcut icon" href="ili-upload/favicon.png">
<link href="../../ili-style/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="../../ili-style/assets/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" />
<link href="../../ili-style/assets/bootstrap/css/bootstrap-fileupload.css" rel="stylesheet" />
					<li><strong>Total Débit(';
    CheckGetTotalOperationOut($date1, $date2);
    echo ') : </strong> ';
    CheckGetTotalAmmountOut($date1, $date2);
    echo ' TND</li>
					<li><strong>Somme(';
    CheckGetTotalOperation($date1, $date2, $operation);
    echo ') : </strong> ';
    CheckGetTotalAmmount($date1, $date2, $operation);
    echo ' TND</li>
				</ul>
			</div>
		</div>
		';
}
$cmp = CompanyGetInfo();
?>
<!DOCTYPE html>
<?php 
echo $author;
?>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="fr">
<!--<![endif]-->
<!-- BEGIN HEAD -->
<head>
<meta charset="utf-8" />
<title><?php 
echo $sytem_title;