Mise aux normes html

This commit is contained in:
Rodolphe Quiedeville 2003-10-27 12:58:11 +00:00
parent 313f9440b8
commit c2d6d190b7

View File

@ -147,7 +147,7 @@ if ($action == 'create')
$smonth = 1; $smonth = 1;
$syear = date("Y", time()); $syear = date("Y", time());
print '<table border="1" cellspadding="3" cellspacing="0" width="100%">'; print '<table border="1" cellpadding="3" cellspacing="0" width="100%">';
print "<tr><td>Société</td><td><b>".$objsoc->nom."</td></tr>"; print "<tr><td>Société</td><td><b>".$objsoc->nom."</td></tr>";
@ -262,7 +262,7 @@ if ($action == 'edit')
print "<form action=\"$PHP_SELF?id=$id\" method=\"post\">"; print "<form action=\"$PHP_SELF?id=$id\" method=\"post\">";
print '<table border="1" cellspadding="3" cellspacing="0" width="100%">'; print '<table border="1" cellpadding="3" cellspacing="0" width="100%">';
print "<tr><td>Date</td><td>"; print "<tr><td>Date</td><td>";
/* /*
* set $reday, $remonth, $reyear * set $reday, $remonth, $reyear
@ -328,7 +328,7 @@ if ($id)
{ {
$fichinter->fetch_client(); $fichinter->fetch_client();
print '<table border="1" cellspadding="3" cellspacing="0" width="100%">'; print '<table border="1" cellpadding="3" cellspacing="0" width="100%">';
print '<tr><td>Société</td><td><a href="../comm/fiche.php?socid='.$fichinter->client->id.'">'.$fichinter->client->nom.'</a></td></tr>'; print '<tr><td>Société</td><td><a href="../comm/fiche.php?socid='.$fichinter->client->id.'">'.$fichinter->client->nom.'</a></td></tr>';
print '<tr><td width="20%">Date</td><td>'.strftime("%A %d %B %Y",$fichinter->date).'</td></tr>'; print '<tr><td width="20%">Date</td><td>'.strftime("%A %d %B %Y",$fichinter->date).'</td></tr>';
print '<tr><td>Numéro</td><td>'.$fichinter->ref.'</td></tr>'; print '<tr><td>Numéro</td><td>'.$fichinter->ref.'</td></tr>';
@ -345,7 +345,7 @@ if ($id)
/* /*
* *
*/ */
print '<br><table border="1" cellspadding="3" cellspacing="0" width="100%"><tr>'; print '<br><table border="1" cellpadding="3" cellspacing="0" width="100%"><tr>';
if ($user->societe_id == 0) if ($user->societe_id == 0)
{ {