summaryrefslogtreecommitdiff
path: root/maquette/gestParticipants.php
diff options
context:
space:
mode:
Diffstat (limited to 'maquette/gestParticipants.php')
-rw-r--r--maquette/gestParticipants.php62
1 files changed, 62 insertions, 0 deletions
diff --git a/maquette/gestParticipants.php b/maquette/gestParticipants.php
new file mode 100644
index 0000000..fb198e0
--- /dev/null
+++ b/maquette/gestParticipants.php
@@ -0,0 +1,62 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Gestions des participants</title>
+<link href="newstyle.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+<table class="formulaire">
+<tr>
+<th colspan="3">Participants</th>
+</tr>
+<tr>
+<td>Contacts disponibles </td>
+<td>&nbsp;</td>
+<td>Participants </td>
+</tr>
+<tr>
+<td>
+<select name="listeDispo" id="listeDispo">
+<option>Tous</option>
+<option>Liste prof</option>
+<option>PPP</option>
+<option>Specialiste language C</option>
+<option>Pro-linux</option>
+<option>Pro-windows</option>
+</select>
+</td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
+</tr>
+<tr>
+<td>
+<select name="contactDispo" size="10" id="contactDispo">
+<option>Andriana</option>
+<option>J&eacute;r&eacute;mie Denoyer</option>
+</select>
+</td>
+<td><input name="AjouterParticipant" type="button" id="AjouterParticipant" value="Ajouter" />
+<br/>
+<br/>
+<input name="supprimerParticipant" type="button" id="supprimerParticipant" value="Retirer" /></td>
+<td>
+<select name="participants" size="10" id="participants">
+<option>Andriana</option>
+<option>Ludovic Pouzenc</option>
+</select>
+</td>
+</tr>
+<tr>
+<td><input name="newContact" type="button" id="newContact" value="Ajouter un nouveau contact"/></td>
+<td>&nbsp;</td>
+<td>&nbsp;</td>
+</tr>
+<tr>
+<td>&nbsp;</td>
+<td><input type="submit" name="Submit" value="Valider" /></td>
+<td>&nbsp;</td>
+</tr>
+</table>
+</body>
+</html>