Skip to content
Extraits de code Groupes Projets
Valider 3d51338f rédigé par Antoine Pitrou's avatar Antoine Pitrou
Parcourir les fichiers

interface simplifiée

parent 5386dc13
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -1530,6 +1530,7 @@ function debut_page($titre = "", $rubrique = "asuivre", $sous_rubrique = "asuivr ...@@ -1530,6 +1530,7 @@ function debut_page($titre = "", $rubrique = "asuivre", $sous_rubrique = "asuivr
echo "\n<table cellpadding='0' bgcolor='$couleur_foncee' style='border-bottom: solid 1px white; border-top: solid 1px #666666;' width='100%'><tr width='100%'><td width='100%'>"; echo "\n<table cellpadding='0' bgcolor='$couleur_foncee' style='border-bottom: solid 1px white; border-top: solid 1px #666666;' width='100%'><tr width='100%'><td width='100%'>";
echo "<table align='center' cellpadding='0' background='' width='$largeur'><tr width='$largeur'><td>"; echo "<table align='center' cellpadding='0' background='' width='$largeur'><tr width='$largeur'><td>";
if ($options == 'avancees') {
global $id_rubrique; global $id_rubrique;
if ($id_rubrique > 0) echo "<a href='brouteur.php3?id_rubrique=$id_rubrique' title='"._T('icone_site_entier')."'><img src='img_pack/naviguer-site.gif' alt='nav' width='26' height='20' border='0'></a>"; if ($id_rubrique > 0) echo "<a href='brouteur.php3?id_rubrique=$id_rubrique' title='"._T('icone_site_entier')."'><img src='img_pack/naviguer-site.gif' alt='nav' width='26' height='20' border='0'></a>";
else echo "<a href='brouteur.php3' title='"._T('icone_site_entier')."'><img src='img_pack/naviguer-site.gif' alt='nav' width='26' height='20' border='0'></a>"; else echo "<a href='brouteur.php3' title='"._T('icone_site_entier')."'><img src='img_pack/naviguer-site.gif' alt='nav' width='26' height='20' border='0'></a>";
...@@ -1548,7 +1549,9 @@ function debut_page($titre = "", $rubrique = "asuivre", $sous_rubrique = "asuivr ...@@ -1548,7 +1549,9 @@ function debut_page($titre = "", $rubrique = "asuivre", $sous_rubrique = "asuivr
echo "</b></font> &nbsp; "; echo "</b></font> &nbsp; ";
} }
if ($activer_messagerie == "oui" AND $connect_activer_messagerie != "non") echo "<a href='calendrier.php3' title='"._T('icone_agenda')."'><img src='img_pack/cal-mois.gif' alt='jour' width='26' height='20' border='0'></a>"; if ($activer_messagerie == "oui" AND $connect_activer_messagerie != "non") echo "<a href='calendrier.php3' title='"._T('icone_agenda')."'><img src='img_pack/cal-mois.gif' alt='jour' width='26' height='20' border='0'></a>";
}
echo "</td>"; echo "</td>";
echo "<td> </td>"; echo "<td> </td>";
echo "<td>"; echo "<td>";
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter