Mise en forme de la table html

This commit is contained in:
Rodolphe Quiedeville 2003-05-17 16:04:39 +00:00
parent 95fc3420b6
commit 0f79c3e260

View File

@ -81,8 +81,8 @@ if ($db->query($sql))
}
}
print '<table width="100%" border="1">';
print '<tr class="liste_titre"><td></td>';
print '<table width="100%" border="1" cellspacing="0" cellpadding="4">';
print '<tr class="liste_titre"><td>Mois</td>';
$year_current = strftime("%Y",time());