1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
| <html>
<head>
<title>Administration de la base de données</title>
</head>
<body leftmargin=20 topmargin=20 marginheight="0" marginwidth="0" bgcolor="#E2E2E2">
<tr valign="top">
<td><center><h1>ADMINISTRATION DU SITE</h1></center></td>
</tr>
<fieldset>
<legend><H2>Gestion de l'affichage des news</h2></legend>
<form action="gestion_news.php3"><input type="submit" name="Submit" value="Créer une news" class="input"></form>
<form action=""><input type="submit" name="Submit" value="Modifier une news" class="input"></form>
<form action=""><input type="submit" name="Submit" value="Supprimer une news" class="input"></form>
</fieldset>
<br>
<fieldset>
<legend><H2>Gestion du personnel</h2></legend>
<center><input type="submit" name="Submit" value="Membres permanents " class="input">
<input type="submit" name="Submit" value="Doctorants" class="input"></center>
</fieldset>
</body>
</html> |