2016-02-01 22:09:35 +00:00
<! DOCTYPE html >
< html >
< head >
< title > Gestion du parc </ title >
<!-- Informations de la page -->
< meta name = 'Content-Type' content = 'text/html; charset=utf-8' >
< meta charset = 'utf-8' >
< meta name = 'author' content = 'Adrien MARQUÈS alias {xdrm};' >
< meta name = 'desctiption' content = " Système de gestion des véhicules pour STEF. " >
<!-- Dépendences CSS -->
2016-02-03 22:22:18 +00:00
< link type = 'text/css' rel = 'stylesheet' href = '/f/css/reset/css' /> <!-- Reset du css natif des browsers -->
< link type = 'text/css' rel = 'stylesheet' href = '/f/css/font/css' /> <!-- Positionnement global des pages -->
< link type = 'text/css' rel = 'stylesheet' href = '/f/css/layout/css' /> <!-- Positionnement global des pages -->
< link type = 'text/css' rel = 'stylesheet' href = '/f/css/header/css' /> <!-- Gestion du header -->
< link type = 'text/css' rel = 'stylesheet' href = '/f/css/menu-side/css' /> <!-- Gestion du menu -->
< link type = 'text/css' rel = 'stylesheet' href = '/f/css/submenu-side/css' /> <!-- Gestion du sous - menu -->
< link type = 'text/css' rel = 'stylesheet' href = '/f/css/container/css' /> <!-- Gestion du container -->
< link type = 'text/css' rel = 'stylesheet' href = '/f/css/global/css' /> <!-- Style global -->
2016-02-01 22:09:35 +00:00
<!-- Dépendences Javascript -->
2016-02-03 22:22:18 +00:00
< script type = 'text/javascript' src = '/f/js/reset/js/lib' ></ script > <!-- Corrections Javascript natif ( ajouts ) -->
2016-02-02 10:09:48 +00:00
<!-- < script type = 'text/javascript' src = '/js/lib/API.js' ></ script > Gestion des dialogues client / serveur -->
2016-02-03 22:22:18 +00:00
< script type = 'text/javascript' src = '/f/js/page-manager/js/lib' ></ script > <!-- Gestion réseau / chargement / liens / URL -->
2016-02-02 10:09:48 +00:00
<!-- < script type = 'text/javascript' src = '/js/lib/shortcut-manager.js' ></ script > Gestion des raccourcis clavier -->
2016-02-01 22:09:35 +00:00
</ head >
< body >
<!-- CORPS DE LA PAGE -->
< div id = 'WRAPPER' >
<!-- HEADER DE LA PAGE -->
< div id = 'HEADER' >
< div class = 'icon' ></ div >
</ div >
<!-- MENU DE LA PAGE -->
< nav id = 'MENU-SIDE' >
2016-02-03 22:22:18 +00:00
< span data - link = 'profile' data - desc = 'Profil' class = 'mb' >< ? php echo file_get_contents ( 'http://' . $_SERVER [ 'HTTP_HOST' ] . '/f/svg/menu-dashboard/st/menu-side' ); ?> </span>
2016-02-03 11:32:53 +00:00
< span data - link = 'dashboard' data - desc = 'Tableau de bord' class = 'apart' >< ? php echo file_get_contents ( 'http://' . $_SERVER [ 'HTTP_HOST' ] . '/f/svg/menu-dashboard/st/menu-side' ); ?> </span>
< span data - link = 'machines' data - desc = 'Véhicules' >< ? php echo file_get_contents ( 'http://' . $_SERVER [ 'HTTP_HOST' ] . '/f/svg/menu-machines/st/menu-side/' ); ?> </span>
< span data - link = 'users' data - desc = 'Utilisateurs' >< ? php echo file_get_contents ( 'http://' . $_SERVER [ 'HTTP_HOST' ] . '/f/svg/users2/st/menu-side/' ); ?> </span>
< span data - link = 'analytics' data - desc = 'Statistiques et suivi' >< ? php echo file_get_contents ( 'http://' . $_SERVER [ 'HTTP_HOST' ] . '/f/svg/menu-sync/st/menu-side/' ); ?> </span>
< span data - link = 'settings' data - desc = 'Paramètres' class = 'mt' >< ? php echo file_get_contents ( 'http://' . $_SERVER [ 'HTTP_HOST' ] . '/f/svg/menu-settings/st/menu-side/' ); ?> </span>
2016-02-01 22:09:35 +00:00
</ nav >
<!-- CONTENEUR DE LA PAGE -->
< div id = 'CONTAINER' ></ div >
</ div >
<!-- Dépendences Javascript après chargement des éléments -->
2016-02-03 22:22:18 +00:00
< script type = 'text/javascript' src = '/f/js/action-script/js' ></ script >
2016-02-01 22:09:35 +00:00
</ body >
</ html >