Mise à jour style
This commit is contained in:
parent
dc925b4627
commit
dbca917299
@ -167,11 +167,10 @@ if ( $db->query($sql) )
|
||||
{
|
||||
$num = $db->num_rows();
|
||||
$i = 0;
|
||||
|
||||
print "<TABLE border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"4\">";
|
||||
print "<TR class=\"liste_titre\">";
|
||||
print "<TD colspan=\"2\">Bookmark</td>";
|
||||
print "</TR>\n";
|
||||
if ($num)
|
||||
{
|
||||
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
||||
print "<tr class=\"liste_titre\"><TD colspan=\"2\">Bookmark</td></TR>\n";
|
||||
$var = True;
|
||||
while ($i < $num)
|
||||
{
|
||||
@ -186,6 +185,7 @@ if ( $db->query($sql) )
|
||||
}
|
||||
print '</table>';
|
||||
}
|
||||
}
|
||||
/*
|
||||
*
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user