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

modif graphique admin restreint

parent 5003e320
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -44,6 +44,7 @@ IMG/test.png -text ...@@ -44,6 +44,7 @@ IMG/test.png -text
NAVPICS/petit-logo-spip.gif -text NAVPICS/petit-logo-spip.gif -text
NAVPICS/point.gif -text NAVPICS/point.gif -text
NAVPICS/rien.gif -text NAVPICS/rien.gif -text
ecrire/img_pack/admin-12.gif -text
ecrire/img_pack/administration-24.gif -text ecrire/img_pack/administration-24.gif -text
ecrire/img_pack/administration-48.gif -text ecrire/img_pack/administration-48.gif -text
ecrire/img_pack/aide-48.gif -text ecrire/img_pack/aide-48.gif -text
......
...@@ -33,12 +33,11 @@ function enfant($leparent){ ...@@ -33,12 +33,11 @@ function enfant($leparent){
debut_cadre_enfonce(); debut_cadre_enfonce();
echo "<a href='naviguer.php3?coll=$id_rubrique'>"; echo "<a href='naviguer.php3?coll=$id_rubrique'>";
if (acces_restreint_rubrique($id_rubrique)) echo "<IMG SRC='img_pack/secteur-24.gif' WIDTH=24 HEIGHT=24 BORDER=0 align='middle'>";
echo "<IMG SRC='img_pack/triangle-anim.gif' WIDTH=16 HEIGHT=14 BORDER=0>";
else
echo "<IMG SRC='img_pack/secteur-24.gif' WIDTH=24 HEIGHT=24 BORDER=0 align='middle'>";
echo "</a>"; echo "</a>";
if (acces_restreint_rubrique($id_rubrique))
echo " <img src='img_pack/admin-12.gif' alt='' width='12' height='12' title='Vous pouvez administrer cette rubrique et ses sous-rubriques' border='0' align='middle'>";
echo " <FONT FACE='Verdana,Arial,Helvetica,sans-serif' SIZE=3>"; echo " <FONT FACE='Verdana,Arial,Helvetica,sans-serif' SIZE=3>";
echo "<B>$titre</B></FONT>\n"; echo "<B>$titre</B></FONT>\n";
echo aide ("breves"); echo aide ("breves");
...@@ -54,8 +53,8 @@ function enfant($leparent){ ...@@ -54,8 +53,8 @@ function enfant($leparent){
echo "<div align='right'>"; echo "<div align='right'>";
icone("&Eacute;crire une nouvelle br&egrave;ve", "breves_edit.php3?new=oui&id_rubrique=$id_rubrique", "breve-24.gif", "creer.gif"); icone("&Eacute;crire une nouvelle br&egrave;ve", "breves_edit.php3?new=oui&id_rubrique=$id_rubrique", "breve-24.gif", "creer.gif");
echo "</div>"; echo "</div>";
fin_cadre_enfonce(); fin_cadre_enfonce();
} }
} }
......
ecrire/img_pack/admin-12.gif

143 octets

...@@ -372,7 +372,7 @@ function afficher_articles($titre_table, $requete, $afficher_visites = false, $a ...@@ -372,7 +372,7 @@ function afficher_articles($titre_table, $requete, $afficher_visites = false, $a
$id_auteur = $row['id_auteur']; $id_auteur = $row['id_auteur'];
$nom_auteur = typo($row['nom']); $nom_auteur = typo($row['nom']);
$auteur_messagerie = $row['messagerie']; $auteur_messagerie = $row['messagerie'];
$les_auteurs .= ", $nom_auteur"; $les_auteurs .= ", $nom_auteur";
if ($id_auteur != $connect_id_auteur AND $auteur_messagerie != "non" AND $activer_messagerie != "non") { if ($id_auteur != $connect_id_auteur AND $auteur_messagerie != "non" AND $activer_messagerie != "non") {
$les_auteurs .= "&nbsp;".bouton_imessage($id_auteur, $row); $les_auteurs .= "&nbsp;".bouton_imessage($id_auteur, $row);
...@@ -387,17 +387,19 @@ function afficher_articles($titre_table, $requete, $afficher_visites = false, $a ...@@ -387,17 +387,19 @@ function afficher_articles($titre_table, $requete, $afficher_visites = false, $a
else if ($statut == 'prop') $puce = 'orange'; else if ($statut == 'prop') $puce = 'orange';
else if ($statut == 'refuse') $puce = 'rouge'; else if ($statut == 'refuse') $puce = 'rouge';
else if ($statut == 'poubelle') $puce = 'poubelle'; else if ($statut == 'poubelle') $puce = 'poubelle';
if (acces_restreint_rubrique($id_rubrique)) /*if (acces_restreint_rubrique($id_rubrique))
$puce = "puce-$puce-anim.gif"; $puce = "puce-$puce-anim.gif";
else else*/
$puce = "puce-$puce.gif"; $puce = "puce-$puce.gif";
$s .= "<img src=\"img_pack/$puce\" alt='' width=\"13\" height=\"14\" border=\"0\"></a>&nbsp;&nbsp;"; $s .= "<img src=\"img_pack/$puce\" alt='' width=\"13\" height=\"14\" border=\"0\"></a>&nbsp;&nbsp;";
if (acces_restreint_rubrique($id_rubrique))
$s .= "<img src='img_pack/admin-12.gif' alt='' width='12' height='12' title='Vous pouvez administrer cet article'>&nbsp;";
$s .= "<a href=\"articles.php3?id_article=$id_article\"$descriptif>".typo($titre)."</a>"; $s .= "<a href=\"articles.php3?id_article=$id_article\"$descriptif>".typo($titre)."</a>";
if ($petition) $s .= " <Font size=1 color='red'>P&Eacute;TITION</font>"; if ($petition) $s .= " <Font size=1 color='red'>P&Eacute;TITION</font>";
$vals[] = $s; $vals[] = $s;
if ($afficher_auteurs) $vals[] = $les_auteurs; if ($afficher_auteurs) $vals[] = $les_auteurs;
$s = affdate($date); $s = affdate($date);
...@@ -420,7 +422,7 @@ function afficher_articles($titre_table, $requete, $afficher_visites = false, $a ...@@ -420,7 +422,7 @@ function afficher_articles($titre_table, $requete, $afficher_visites = false, $a
$styles = array('arial2', 'arial1'); $styles = array('arial2', 'arial1');
} }
afficher_liste($largeurs, $table, $styles); afficher_liste($largeurs, $table, $styles);
echo "</table></td></tr></table>"; echo "</table></td></tr></table>";
if ($afficher_cadre) fin_cadre_relief(); if ($afficher_cadre) fin_cadre_relief();
...@@ -1485,7 +1487,7 @@ function debut_page($titre = "", $rubrique = "asuivre", $sous_rubrique = "asuivr ...@@ -1485,7 +1487,7 @@ function debut_page($titre = "", $rubrique = "asuivre", $sous_rubrique = "asuivr
// grand ecran // grand ecran
echo "<td align='center'>"; echo "<td align='center'>";
$lien = $clean_link; $lien = $clean_link;
if ($spip_ecran == "large") { if ($spip_ecran == "large") {
$lien->addVar('set_ecran', 'etroit'); $lien->addVar('set_ecran', 'etroit');
echo "<a href='". $lien->getUrl() ."'><img src='img_pack/set-ecran.gif' title='Petit &eacute;cran' alt='Petit &eacute;cran' width='23' height='19' border='0'></a>"; echo "<a href='". $lien->getUrl() ."'><img src='img_pack/set-ecran.gif' title='Petit &eacute;cran' alt='Petit &eacute;cran' width='23' height='19' border='0'></a>";
......
...@@ -47,7 +47,7 @@ else { ...@@ -47,7 +47,7 @@ else {
// //
// Variables globales : a virer pour une gestion intelligente de la langue // Variables globales : a virer pour une gestion intelligente de la langue
// //
tester_variable('lang', $GLOBALS['i18nlang']); tester_variable('lang', 'fr');
// //
// Trouver une locale qui marche // Trouver une locale qui marche
......
...@@ -30,11 +30,9 @@ function enfant($collection){ ...@@ -30,11 +30,9 @@ function enfant($collection){
if (strlen($les_sous_enfants) > 0){ if (strlen($les_sous_enfants) > 0){
$les_enfants.= $bouton_layer; $les_enfants.= $bouton_layer;
} }
if (acces_restreint_rubrique($id_rubrique)){ if (acces_restreint_rubrique($id_rubrique))
$les_enfants.= "<B><A HREF='naviguer.php3?coll=$id_rubrique'><font color='red'>".typo($titre)."</font></A></B>"; $les_enfants.= "<img src='img_pack/admin-12.gif' alt='' width='12' height='12' title='Vous pouvez administrer cette rubrique et ses sous-rubriques'> ";
}else{ $les_enfants.= "<B><A HREF='naviguer.php3?coll=$id_rubrique'><font color='$couleur_foncee'>".typo($titre)."</font></A></B>";
$les_enfants.= "<B><A HREF='naviguer.php3?coll=$id_rubrique'><font color='$couleur_foncee'>".typo($titre)."</font></A></B>";
}
if (strlen($descriptif)>1) if (strlen($descriptif)>1)
$les_enfants.="<BR><FONT SIZE=1>$descriptif</FONT>"; $les_enfants.="<BR><FONT SIZE=1>$descriptif</FONT>";
......
...@@ -20,7 +20,7 @@ function enfant($collection){ ...@@ -20,7 +20,7 @@ function enfant($collection){
$id_parent=$row['id_parent']; $id_parent=$row['id_parent'];
$titre=$row['titre']; $titre=$row['titre'];
$descriptif=propre($row['descriptif']); $descriptif=propre($row['descriptif']);
$bouton_layer = bouton_block_invisible("enfants$id_rubrique"); $bouton_layer = bouton_block_invisible("enfants$id_rubrique");
$les_sous_enfants = sous_enfant($id_rubrique); $les_sous_enfants = sous_enfant($id_rubrique);
...@@ -32,11 +32,10 @@ function enfant($collection){ ...@@ -32,11 +32,10 @@ function enfant($collection){
if (strlen($les_sous_enfants) > 0){ if (strlen($les_sous_enfants) > 0){
$les_enfants.= $bouton_layer; $les_enfants.= $bouton_layer;
} }
if (acces_restreint_rubrique($id_rubrique)){ if (acces_restreint_rubrique($id_rubrique))
$les_enfants.= "<B><A HREF='naviguer.php3?coll=$id_rubrique'><font color='red'>".typo($titre)."</font></A></B>"; $les_enfants.= "<img src='img_pack/admin-12.gif' alt='' width='12' height='12' title='Vous pouvez administrer cette rubrique et ses sous-rubriques'> ";
}else{
$les_enfants.= "<B><A HREF='naviguer.php3?coll=$id_rubrique'><font color='$couleur_foncee'>".typo($titre)."</font></A></B>"; $les_enfants.= "<B><A HREF='naviguer.php3?coll=$id_rubrique'><font color='$couleur_foncee'>".typo($titre)."</font></A></B>";
}
if (strlen($descriptif)>1) if (strlen($descriptif)>1)
$les_enfants.="<BR><FONT SIZE=1>$descriptif</FONT>"; $les_enfants.="<BR><FONT SIZE=1>$descriptif</FONT>";
......
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