<!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>AWOR : Détails d'une réunion</title> <link href="newstyle.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="titre"><h2>AWOR</h2></div> <div id="main_menu"> <ul id="menu"> <li><a href="index.html">Réunions</a></li> <li><a href="listes.php">Groupes</a></li> <li><a href="profil.php">Mon profil</a></li> <li><a href="ical.php">iCal</a></li> <li id="deconnection"><a href="deco.php">Déconnexion</a></li> </ul> </div> <div id="sous_menu"><p class="arbre">> <a href="index.html">Accueil</a> > <a href="listeReunion.php">Réunions</a> > Détails d'une réunion </p></div> <div id="aide"><h2>Aide</h2> Cette page vous permet de visualiser les détails d'une réunion. <br /> Vous pouvez modifier votre disponibilité en fonction des créneaux prévu par le createur de la réunion.<br /> Il est possible à tout instant de se déconnecter en cliquant sur le bouton Déconnexion situé en haut à droite de l'écran.<br /> Astuce : grâce à AWOR, vous pouvez transferer vos réunions sur votre agenda personnel. </div> <div id="contenu"> <table cellspacing="0" class="detail_reunion"> <thead> <tr> <th>Détails de la réunion </th> <th> </th> </tr> </thead> <tr> <td><strong>Objet : </strong></td> <td>Détails stages NEWI</td> </tr> <tr> <td><strong>Organisateur : </strong></td> <td>Mme Verdier</td> </tr> <tr> <td><strong>Lieu : </strong></td> <td>Salle 209 </td> </tr> <tr> <td><strong>Ordre du jour : </strong></td> <td>Le logement, le séjour, les contacts</td> </tr> <tr> <td><strong>Remarque :</strong></td> <td>aucune</td> </tr> </table> <br/> <table cellspacing="0" class="details"> <thead> <tr> <th>Personnes/Creneaux</th> <th>12/04/07<br/> 8h15 - 10h15</th> <th>03/05/07<br/> 10h15 - 12h15</th> <th>22/05/07<br/> 14h15 - 16h15</th> </tr> </thead> <tr> <td>Julien</td> <td><img src="./images/button_ok.png" alt="Disponible" width="25" height="25" /> <img src="./images/button_del.png" alt="Non disponible" width="25" height="25" /></td> <td><img src="./images/ok.gif" alt="Disponible" width="16" height="16" /> <img src="./images/button_del.png" alt="Non disponible" width="25" height="25" /></td> <td><img src="./images/button_ok.png" alt="Disponible" width="25" height="25" /> <img src="./images/del.gif" alt="Non disponible" width="15" height="15" /></td> </tr> <tr> <td>Ludo</td> <td><img src="./images/ok.gif" alt="Disponible" width="16" height="16" /></td> <td><img src="./images/del.gif" alt="Non disponible" width="15" height="15" /></td> <td><img src="./images/ok.gif" alt="Disponible" width="16" height="16" /></td> </tr> <tr> <td>Jérémie</td> <td><img src="./images/ok.gif" alt="Disponible" width="16" height="16" /></td> <td><img src="./images/question.gif" alt="Inconnu" width="15" height="15" /></td> <td><img src="./images/ok.gif" alt="Disponible" width="16" height="16" /></td> </tr> <tr> <td>Andriana</td> <td><img src="./images/del.gif" alt="Non disponible" width="15" height="15" /></td> <td><img src="./images/ok.gif" alt="Disponible" width="16" height="16" /></td> <td><img src="./images/ok.gif" alt="Disponible" width="16" height="16" /></td> </tr> <tr> <td>Personnes présentes </td> <td>2</td> <td>2</td> <td>3</td> </tr> <tr> <td>Personnes absentes </td> <td>1</td> <td>1</td> <td>1</td> </tr> </table> <br /> <table cellspacing="0" class="commentaires"> <thead> <tr> <th>Commentaires <a href="" onclick="window.open('ajouterCommentaire.php','wclose','toolbar=no,status=yes,left=20,top=30')">(Editer votre commentaire)</a></th> </tr> </thead> <tr> <td>Ludo : J'ai monté le DC sur lequel sera basé le SNI</td> </tr> <tr> <td>Jérémie : J'ai fais une première ebauche du DC</td> </tr> </table> <br/> <table cellspacing="0" class="fichiers"> <thead> <tr> <th>Fichiers attachés <a href="" onclick="window.open('gestCreneau.php','wclose','toolbar=no,status=yes,left=20,top=30')">(Ajouter un fichier)</a></th> </tr> </thead> <tr> <td><a href="compte-rendu.txt">NEWI.ppp</a></td> </tr> <tr> <td><a href="photos-ru.jpg">formulaire.jpg</a></td> </tr> </table> </div> </body> </html>