Example #1
0
$page = 1;
$debut = 0;
if (isset($_GET['page'])) {
    $page = $_GET['page'];
    $debut = $page - 1;
    $debut *= 50;
}
?>
<!doctype html>
<html lang="fr">

<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width; initial-scale=1;">
	<title><?php 
echo Application::getApplication($bdd)->applicationNom;
?>
 administration</title>
	<!-- La liste des styles propre à l'intranet -->
	<?php 
include '../../../include/style.php';
?>
	<link href="<?php 
echo BASEFRONT;
?>
js/sweet/sweet.css" rel="stylesheet" type="text/css">
</head>

<body>

	<main id="main">