diff options
Diffstat (limited to 'maquette/details_reunion_admin.php')
-rw-r--r-- | maquette/details_reunion_admin.php | 70 |
1 files changed, 9 insertions, 61 deletions
diff --git a/maquette/details_reunion_admin.php b/maquette/details_reunion_admin.php index 8449080..014a670 100644 --- a/maquette/details_reunion_admin.php +++ b/maquette/details_reunion_admin.php @@ -30,12 +30,12 @@ Vous pouvez modifier votre disponibilité en fonction des créneaux Il est possible à tout instant de se déconnecter en cliquant sur le bouton Déconnexion situé en haut à droite de l'écran.<br /> <br /> Ajouter ou Supprimer un créneau<br /> -en appuyant sur le bouton <a href="#" onclick="loadpop('popcreneau.php?idR=2','popcreneau');popon('popcreneau');"><img src="./images/editCreneau2.gif" alt="Ajouter une personne" title="Ajouter un creneau" width="22" height="21" /></a><br /> +en appuyant sur le bouton <a href="#" onclick="loadid('popcreneau.php?idR=2','popcreneau',true);popon('popcreneau');"><img src="./images/editCreneau2.gif" alt="Ajouter une personne" title="Ajouter un creneau" width="22" height="21" /></a><br /> <br /> Fixer un Créneau, en cliquant dessus et confirmer l'action (aucune modification ne sera possible après)<br /> <br /> Ajouter ou Supprimer un -participant en appuyant sur le bouton <a href="#" onclick="popon('poppersonne');"><img src="images/addP.gif" alt="Ajouter une personne" title="Ajouter une personne" width="19" height="17"/></a><br /> +participant en appuyant sur le bouton <a href="#poppersonne" onclick="loadid('poppersonne.php?idR=2','poppersonne',true);popon('poppersonne');"><img src="images/addP.gif" alt="Ajouter une personne" title="Ajouter une personne" width="19" height="17"/></a><br /> <br /> Ajouter <br /> @@ -80,10 +80,10 @@ Astuce : grâce à AWOR, vous pouvez transferer vos réunions s <tr> <th>Mail</th> <th>Personnes/Creneaux</th> -<th><a href="#" onclick="loadpop('popfixer.php?idC=4','popfixer');popon('popfixer');">12/04/07<br/>8h15 - 10h15</a></th> -<th><a href="#" onclick="loadpop('popfixer.php?idC=5','popfixer');popon('popfixer');">03/05/07<br/>10h15 - 12h15</a></th> -<th><a href="#" onclick="loadpop('popfixer.php?idC=6','popfixer');popon('popfixer');">22/05/07<br/>14h15 - 16h15</a></th> -<th><a href="#" onclick="loadpop('popcreneau.php?idR=2','popcreneau');popon('popcreneau');"><img src="./images/editCreneau2.gif" alt="Editer les creneaux" title="Editer les creneaux" width="22" height="21" /></a></th> +<th><a href="#popfixer" onclick="loadid('popfixer.php?idC=4&idR=2','popfixer',true);popon('popfixer');">12/04/07<br/>8h15 - 10h15</a></th> +<th><a href="#popfixer" onclick="loadid('popfixer.php?idC=5&idR=2','popfixer',true);popon('popfixer');">03/05/07<br/>10h15 - 12h15</a></th> +<th><a href="#popfixer" onclick="loadid('popfixer.php?idC=6&idR=2','popfixer',true);popon('popfixer');">22/05/07<br/>14h15 - 16h15</a></th> +<th><a href="#popcreneau" onclick="loadid('popcreneau.php?idR=2','popcreneau',true);popon('popcreneau');"><img src="./images/editCreneau2.gif" alt="Editer les creneaux" title="Editer les creneaux" width="22" height="21" /></a></th> </tr> </thead> <tr> @@ -120,7 +120,7 @@ Astuce : grâce à AWOR, vous pouvez transferer vos réunions s </tr> <tr> <td><input type="submit" name="Submit32" value="Envoyer" /></td> -<td><a href="#"><img src="images/addP.gif" alt="Ajouter une personne" title="Ajouter une personne" width="19" height="17"/></a></td> +<td><a href="#poppersonne" onclick="loadid('poppersonne.php?idR=2','poppersonne',true);popon('poppersonne');"><img src="images/addP.gif" alt="Ajouter une personne" title="Ajouter une personne" width="19" height="17"/></a></td> <td> </td> <td> </td> <td> </td> @@ -172,59 +172,7 @@ Astuce : grâce à AWOR, vous pouvez transferer vos réunions s <div class="popup_creneau" id="popcreneau"></div> -<div id="poppersonne" class="popup_personne"> -<h2>Participants de la réunion PPP AWOR1</h2> -<div class="popup_contenu"> -<form id="formpersonne" action="details_reunion_admin.php" method="get"> -<table> -<tr> -<td>Contacts disponibles </td> -<td> </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> </td> -<td> </td> -</tr> -<tr> -<td> -<select name="contactDispo" size="10" id="contactDispo"> -<option value="A" ondblclick="addPers(this.form);">Andriana</option> -<option value="J" ondblclick="addPers(this.form);">Jérémie Denoyer</option> -</select> -</td> -<td><input name="AjouterParticipant" type="button" id="AjouterParticipant" value="Ajouter" onclick="addPers(this.form);"/> -<br/> -<br/> -<input name="supprimerParticipant" type="button" id="supprimerParticipant" value="Retirer" onclick="removePers(this.form);"/></td> -<td> -<select name="participants" size="10" id="participants"> -<option>Andriana</option> -<option>Ludovic Pouzenc</option> -</select> -</td> -</tr> -<tr> -<td> </td> -<td> </td> -<td><a href="#popnew" class="pop">Ajouter une personne</a></td> -</tr> -</table> -<br/> -<input type="submit" name="Submit" value="Valider" /><input type="button" value="Fermer" onclick="popoff('poppersonne');" /> -</form> -</div> -</div> +<div id="poppersonne" class="popup_personne"></div> <div id="popcommentaire" class="popup_commentaire"> <h2>Editer votre commentaire</h2> @@ -259,6 +207,6 @@ Courriel : <input name="courriel" type="text" size="30" id="courriel"/> </div> </div> -<div id="masque" class="masque"></div> +<div id="masque"></div> </body> </html> |