Version 2007-11-04

This commit is contained in:
nemunaire 2007-11-04 12:00:00 +01:00
commit ebc73c5744
377 changed files with 5163 additions and 2495 deletions

View file

@ -12,7 +12,7 @@ require_once('ressource.php');
?>
</head>
<body>
<?php echo"<center>
<?php echo'<center>
<table>
<tr>
<td colspan=3>Votre planète
@ -27,22 +27,22 @@ require_once('ressource.php');
</td>
</tr>
<tr>
<td>".$galaxy.":".$ss.":".$pos."
<td>'.$galaxy.':'.$ss.':'.$pos.'
</td>
<td>".$nomplanete."
</td>"; if ($nb >= 2) { echo "
<td> <form action=\"abandon_confirm.php\" method=\"post\" ><input type=\"submit\" value=\"abandonner\" class=bouton ></form>
</td>"; } else { echo "<td></td>"; }
echo "</tr><form action=\"nom.php\" method=\"post\">
<td>'.$nomplanete.'
</td>'; if ($nb >= 2) echo'
<td> <form action="abandon_confirm.php" method="post" ><input type="submit" value="Abandonner" class=bouton ></form>
</td>'; else echo '<td></td>';
echo '</tr><form action="nom.php" method="post">
<tr>
<td>Rennomer
</td>
<td><input type=\"text\" name=\"nouveaunom\" size=\"20\" class=zone_texte >
<td><input type="text" name="nouveaunom" size="20" class=zone_texte >
</td>
<td><input type=\"submit\" value=\"renommer\" class=bouton >
<td><input type="submit" value="Renommer" class=bouton >
</td>
</tr></form>
</table>
</center>"; ?>
</center>'; ?>
</body>
</html>