Modif style
This commit is contained in:
parent
1353fc8e75
commit
4f2c19703d
@ -119,19 +119,19 @@ if ($result)
|
|||||||
{
|
{
|
||||||
print chr($ij);
|
print chr($ij);
|
||||||
}
|
}
|
||||||
print "</A> | ";
|
print "</a> | ";
|
||||||
}
|
}
|
||||||
print "</div>";
|
print "</div>";
|
||||||
|
|
||||||
$i = 0;
|
$i = 0;
|
||||||
|
|
||||||
print '<TABLE class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
print '<table class="liste">';
|
||||||
print '<TR class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print "<TD valign=\"center\">";
|
print "<th valign=\"center\">";
|
||||||
print_liste_field_titre("Société","clients.php","s.nom","&page=$page&begin=$begin");
|
print_liste_field_titre("Société","clients.php","s.nom","&page=$page&begin=$begin");
|
||||||
print "</td><td>";
|
print "</th><th>";
|
||||||
print_liste_field_titre("Ville","clients.php","s.ville","&page=$page&begin=$begin");
|
print_liste_field_titre("Ville","clients.php","s.ville","&page=$page&begin=$begin");
|
||||||
print "</td>";
|
print "</th>";
|
||||||
print "</TR>\n";
|
print "</TR>\n";
|
||||||
$var=True;
|
$var=True;
|
||||||
|
|
||||||
@ -141,7 +141,7 @@ if ($result)
|
|||||||
|
|
||||||
$var=!$var;
|
$var=!$var;
|
||||||
|
|
||||||
print "<TR $bc[$var]>";
|
print "<tr $bc[$var]>";
|
||||||
print '<td><a href="fiche.php?socid='.$obj->idp.'">';
|
print '<td><a href="fiche.php?socid='.$obj->idp.'">';
|
||||||
print img_file();
|
print img_file();
|
||||||
print "</a> <a href=\"fiche.php?socid=$obj->idp\">$obj->nom</A></td>\n";
|
print "</a> <a href=\"fiche.php?socid=$obj->idp\">$obj->nom</A></td>\n";
|
||||||
@ -149,7 +149,7 @@ if ($result)
|
|||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
print "</TABLE>";
|
print "</table>";
|
||||||
$db->free();
|
$db->free();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user