Skip to content
Extraits de code Groupes Projets
Valider 056de866 rédigé par esj's avatar esj
Parcourir les fichiers

encore qq scories xhtml non strictes (ne restent plus que qq cas qui ont...

encore qq scories xhtml non strictes (ne restent plus que qq cas qui ont besoin d'un remaniement plus profond de toutes façons).
parent 70e0306e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -111,7 +111,7 @@ if (spip_num_rows($result) > 0) { ...@@ -111,7 +111,7 @@ if (spip_num_rows($result) > 0) {
echo bandeau_titre_boite2('<b>' . _T('info_principaux_correspondants') . '</b>', "redacteurs-24.gif", 'toile_gris_sombre', 'ligne_blanche'); echo bandeau_titre_boite2('<b>' . _T('info_principaux_correspondants') . '</b>', "redacteurs-24.gif", 'toile_gris_sombre', 'ligne_blanche');
echo "<table width='100%' cellpadding='0' cellspacing='0'>"; echo "<table width='100%' cellpadding='0' cellspacing='0'>";
echo "<tr><td valign='top' width='50%'>"; echo "<tr><td valign='top' style='width: 50%'>";
$count = 0; $count = 0;
while($row = spip_fetch_array($result)) { while($row = spip_fetch_array($result)) {
$count ++; $count ++;
...@@ -121,7 +121,7 @@ if (spip_num_rows($result) > 0) { ...@@ -121,7 +121,7 @@ if (spip_num_rows($result) > 0) {
echo "<div class='tr_liste'\nonmouseover=\"changeclass(this,'tr_liste_over');\"\nonmouseout=\"changeclass(this,'tr_liste');\"\nstyle='padding: 2px; padding-left: 10px; border-bottom: 1px solid #cccccc;'><div class='verdana1'><img src='" . _DIR_IMG_PACK . "redac-12.gif'\nstyle='border: 0px' alt=' ' /> <a href='" . generer_url_ecrire("auteur_infos","id_auteur=$id_auteur"), "'>", echo "<div class='tr_liste'\nonmouseover=\"changeclass(this,'tr_liste_over');\"\nonmouseout=\"changeclass(this,'tr_liste');\"\nstyle='padding: 2px; padding-left: 10px; border-bottom: 1px solid #cccccc;'><div class='verdana1'><img src='" . _DIR_IMG_PACK . "redac-12.gif'\nstyle='border: 0px' alt=' ' /> <a href='" . generer_url_ecrire("auteur_infos","id_auteur=$id_auteur"), "'>",
$nom, $nom,
"</a> ($total)</div></div>"; "</a> ($total)</div></div>";
if ($count == ceil(spip_num_rows($result)/2)) echo "</td><td valign='top' width='50%' class='toile_gris_leger'>"; if ($count == ceil(spip_num_rows($result)/2)) echo "</td><td valign='top' style='width: 50%' class='toile_gris_leger'>";
} }
echo "</td></tr></table>"; echo "</td></tr></table>";
echo "</div>"; echo "</div>";
......
...@@ -383,7 +383,7 @@ function naviguer_doc ($id, $type = "article", $script, $flag_editable) { ...@@ -383,7 +383,7 @@ function naviguer_doc ($id, $type = "article", $script, $flag_editable) {
// a cause des position:relative incompris de MSIE // a cause des position:relative incompris de MSIE
if ($GLOBALS['browser_name']!="MSIE") { if ($GLOBALS['browser_name']!="MSIE") {
$res = "\n<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n<tr><td>&nbsp;</td><td width='50%' style='text-align: $spip_lang_left;'>\n$res</td></tr></table>"; $res = "\n<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n<tr><td>&nbsp;</td><td style='text-align: $spip_lang_left;width: 50%;'>\n$res</td></tr></table>";
} }
$res .= "<script src='"._DIR_JAVASCRIPT."async_upload.js' type='text/javascript'></script>\n"; $res .= "<script src='"._DIR_JAVASCRIPT."async_upload.js' type='text/javascript'></script>\n";
......
...@@ -161,7 +161,7 @@ function afficher_transferer_upload($texte_upload, $dir) ...@@ -161,7 +161,7 @@ function afficher_transferer_upload($texte_upload, $dir)
"\n<select name='chemin' size='1' class='fondl'>" . "\n<select name='chemin' size='1' class='fondl'>" .
$texte_upload . $texte_upload .
"\n</select>" . "\n</select>" .
"\n<div style=text-align: ". "\n<div style='text-align: ".
$GLOBALS['spip_lang_right'] . $GLOBALS['spip_lang_right'] .
"'><input name='sousaction3' type='submit' value='" . "'><input name='sousaction3' type='submit' value='" .
_T('bouton_choisir'). _T('bouton_choisir').
......
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