ryxeo-glpi-git / htdocs / epack / header.php @ af8e09aa
Historique | Voir | Annoter | Télécharger (4,24 ko)
1 |
<?php
|
---|---|
2 |
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">"; |
3 |
echo "<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"fr\" lang=\"fr\">"; |
4 |
echo "<head><title>AbulEdu.net - ePacks</title>\n"; |
5 |
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8 \" />\n"; |
6 |
echo "<meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\" />\n"; |
7 |
//ryxeo
|
8 |
echo "<link rel='stylesheet' href='".$CFG_GLPI["root_doc"]."/css/navbar.css' type='text/css' />\n"; |
9 |
echo "<link rel='stylesheet' type='text/css' href='".$CFG_GLPI["root_doc"]."/css/abuledunet-vert.css' media='screen' title='Style par défaut de AbulÉdu.Net' />\n"; |
10 |
echo '<link rel="shortcut icon" type="images/x-icon" href="'.$CFG_GLPI["root_doc"].'/pics/favicon.ico" />'; |
11 |
|
12 |
// Appel CSS
|
13 |
echo '<link rel="stylesheet" href="'.$CFG_GLPI["root_doc"].'/css/styles.css" type="text/css" media="screen" />'; |
14 |
// surcharge CSS hack for IE
|
15 |
echo "<!--[if lte IE 6]>" ; |
16 |
echo "<link rel='stylesheet' href='".$CFG_GLPI["root_doc"]."/css/styles_ie.css' type='text/css' media='screen' >\n"; |
17 |
echo "<![endif]-->"; |
18 |
echo "<script type=\"text/javascript\"><!--document.getElementById('var_login_name').focus();--></script>"; |
19 |
|
20 |
echo "</head>"; |
21 |
|
22 |
// Body with configured stuff
|
23 |
//ryxeo
|
24 |
echo "<body>"; |
25 |
|
26 |
echo " <div id=\"page\"> |
27 |
<div id=\"top\">
|
28 |
<a href=\"/index\"
|
29 |
title=\"Retouner directement à la page d'accueil\"
|
30 |
id=\"link_home\"><h1>AbulÉdu.net</h1></a>
|
31 |
</div>
|
32 |
<div id=\"navbar\">
|
33 |
<ul>
|
34 |
<li><a href=\"http://www.abuledu.org\" id=\"navbar_www\" title=\"Le projet AbulÉdu\" class=\"ttip\">AbulÉdu</a></li>
|
35 |
<li><a href=\"http://www.abuledu.org/leterrier/\" id=\"navbar_leterrier\" title=\"Les logiciels libres pédagogiques fait par des enseignants dans le cadre du projet AbulÉdu\" class=\"ttip\">LeTerrier</a></li>
|
36 |
<li><a href=\"http://libre.pedagosite.net/\" id=\"navbar_pedagosite\" title=\"Consultez les ressources pédagogiques réalisées par des enseignants et participez en envoyant vos contributions sur libre.pedagosite.net\" class=\"ttip\">Pédagosite</a></li>
|
37 |
<li><a href=\"http://docs.abuledu.org/\" id=\"navbar_doc\" title=\"Toute la documentation d'AbulÉdu est disponible sur ce site internet\" class=\"ttip\">Documentation</a></li>
|
38 |
|
39 |
<li><a href=\"http://forum.abuledu.org/\" id=\"navbar_forum\" title=\"Les forums\" class=\"ttip\">Forums</a></li>
|
40 |
<li><a href=\"http://planete.abuledu.org/\" id=\"navbar_actu\" title=\"Suivez toute l'actualité du projet AbulÉdu sur la planète\" class=\"ttip\">Planète</a></li>
|
41 |
<li><a href=\"http://www.abuledu.com/\" id=\"navbar_aepro\" title=\"AbulEdu.PRO vous propose un certain nombre de services professionnels.\" class=\"ttip\">Services PRO</a></li>
|
42 |
<li id=\"active\"><a href=\"http://www.abuledu.net/\" id=\"navbar_anet\" title=\"AbulEdu.NET vous permet de gérer vos demandes d'interventions ou de superviser votre parc de serveurs. Ce service n'est disponible qu'aux abonnés au service AbulEdu.NET\" class=\"ttip\">AbulEdu.NET</a></li>
|
43 |
<li><a href=\"http://servecole.abuledu.info/admin.php\" id=\"navbar_webadmin\" title=\"Administration de votre serveur AbulÉdu. Attention, Cet outil n'est accessible que si vous êtes à l'interieur d'un réseau AbulÉdu !\" class=\"ttip\">WebAdmin</a></li>
|
44 |
</ul>
|
45 |
<p> </p>
|
46 |
</div>
|
47 |
|
48 |
<div id=\"navigation\">
|
49 |
<div id=\"navWiki\">
|
50 |
<h2>Liens rapides</h2>
|
51 |
<ul>
|
52 |
<li><a href=\"http://www.abuledu.net/epack/new/\">Enregistrement d'un epack</a></li>
|
53 |
<li><a href=\"http://www.abuledu.net/epack/commande/\">Accès grossistes</a></li>
|
54 |
<li><a href=\"https://secure.ryxeo.com/glpi/index2.php\">Accès partenaires</a></li>
|
55 |
<li><a href=\"/forget.php\">Demander un mot de passe</a></li>\n";
|
56 |
|
57 |
if(isset($_SESSION)) { |
58 |
echo " <li><a href=\"" . $_SERVER['PHP_SELF'] . "?reset=true\">Fermer la session</a></li>\n"; |
59 |
} |
60 |
|
61 |
echo " </ul> |
62 |
</div>
|
63 |
<div id=\"nav_connexion\">
|
64 |
<h2>Connexion</h2>
|
65 |
<div id=\"user_top_bar\">
|
66 |
<div id=\"box_unlogged\" class=\"identification_box\">
|
67 |
<li><a href=\"http://www.abuledu.net/aide.pdf\">Aide AbulEdu.NET 2009</a></li>
|
68 |
</div>
|
69 |
</div>
|
70 |
</div>
|
71 |
</div>
|
72 |
<div id=\"main\">\n";
|
73 |
?>
|