Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.volley92.asso.fr
/
htdocs
/
admin174
/
_bin
/
contenu
/
/srv/data/web/vhosts/www.volley92.asso.fr/htdocs/admin174/_bin/contenu/header.php
<?php session_start(); ?> <!DOCTYPE html> <html> <head> <?php include ('../../../contenu/variables.php'); ?> <meta charset="utf-8" /> <title><?php echo $nom_entreprise; ?> - Admin</title> <meta name="description" content="" /> <link rel="icon" href="../../../img/favicon.ico" type="image/x-icon" /> <meta name="Author" content="BHInternet.fr" /> <link rel="stylesheet" media="screen" href="../../bootstrap.css" /> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript" src="../../../ressources/bootstrap/js/bootstrap.js"></script> <script type="text/javascript" src="../../../ressources/tinymce/tinymce.min.js"></script> <script type="text/javascript"> tinymce.init({ selector: "textarea", language : 'fr_FR', height: <?php echo (in_array($page,array("produits.php","produit-list.php")))?200:400; ?>, theme : 'modern', content_css : "../../../ressources/global.css", // resolved to http://domain.mine/mycontent.css theme: "modern", relative_urls : false, remove_script_host : false, plugins: [ "advlist autolink lists link image charmap print preview hr anchor pagebreak", "searchreplace wordcount visualblocks visualchars code fullscreen", "insertdatetime media nonbreaking save table contextmenu directionality", "emoticons template paste textcolor" ], toolbar1: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image", toolbar2: "print preview media | forecolor backcolor emoticons", image_advtab: true, templates: [ {title: 'Test template 1', content: 'Test 1'}, {title: 'Test template 2', content: 'Test 2'} ] }); </script> </head> <body> <?php $path_parts = pathinfo($_SERVER['PHP_SELF']); $page = $path_parts['basename']; require_once("../../../connexionBD.php"); ?> <header> <div class="container"> <div class="row"> <div class="col-lg-5 col-sm-12 col-xs-12"> <h3>Espace d'administration - <?php echo $nom_entreprise;?></h3> </div> <div style="margin-top:20px" class="col-lg-5 col-lg-offset-2 col-sm-12 col-xs-12 text-right"> <a href='../../../' target="_blank">Retour sur le site</a> / <a href='../../deconnexion.php' target="_blank"><span class="glyphicon glyphicon-off"></span> Déconnexion</a> </div> </div> <nav class="navbar navbar-inverse" role="navigation"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav"> <li class="<?php if($page=="accueil.php")echo " active"; ?>"><a href="accueil.php">Accueil</a></li> <li class="<?php if($page=="produits.php")echo " active"; ?>"><a href="produits.php">Produits</a></li> <li class="<?php if($page=="entreprise.php")echo " active"; ?>"><a href="entreprise.php">Qui sommes-nous ?</a></li> <li class="<?php if($page=="catalogue.php")echo " active"; ?>"><a href="catalogue.php">Catalogues</a></li> <li class="<?php if($page=="cgv.php")echo " active"; ?>"><a href="cgv.php">CGV</a></li> <li class="<?php if($page=="fichiers.php")echo " active"; ?>"><a href="fichiers.php"><i>fichiers</i></a></li> </ul> </div> </nav> </div> </header> <section> <div class="container"><!--page-->