mise en forme
This commit is contained in:
parent
e3d6fefe5e
commit
54a8b16115
@ -34,7 +34,7 @@ if ($action == 'create')
|
|||||||
|
|
||||||
print '<form action="index.php3?socidp='.$socidp.'" method="post">';
|
print '<form action="index.php3?socidp='.$socidp.'" method="post">';
|
||||||
?>
|
?>
|
||||||
<table border=1 cellpadding="1" cellspacing="0">
|
<table border="1" cellpadding="4" cellspacing="0">
|
||||||
<input type="hidden" name="action" value="create">
|
<input type="hidden" name="action" value="create">
|
||||||
<tr><td>Société</td><td>
|
<tr><td>Société</td><td>
|
||||||
<?PHP
|
<?PHP
|
||||||
@ -72,14 +72,12 @@ if ($action == 'create')
|
|||||||
|
|
||||||
if ($action == 'edit')
|
if ($action == 'edit')
|
||||||
{
|
{
|
||||||
|
|
||||||
print '<table border="1" cellpadding="4" cellspacing="0">';
|
print '<table border="1" cellpadding="4" cellspacing="0">';
|
||||||
print '<tr><td>Société</td><td>'.$projet->societe->nom.'</td></tr>';
|
print '<tr><td>Société</td><td>'.$projet->societe->nom.'</td></tr>';
|
||||||
|
|
||||||
print '<tr><td>Ref</td><td>'.$projet->ref.'</td></tr>';
|
print '<tr><td>Ref</td><td>'.$projet->ref.'</td></tr>';
|
||||||
print '<tr><td>Titre</td><td>'.$projet->title.'</td></tr>';
|
print '<tr><td>Titre</td><td>'.$projet->title.'</td></tr>';
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user