diff options
Diffstat (limited to 'maquette/test.php')
-rw-r--r-- | maquette/test.php | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/maquette/test.php b/maquette/test.php new file mode 100644 index 0000000..bb60bf5 --- /dev/null +++ b/maquette/test.php @@ -0,0 +1,156 @@ +<!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>Détails d'une réunion</title>
+<link href="style1.css" rel="stylesheet" type="text/css" />
+</head>
+
+<body>
+<table class="main">
+<tr>
+<td><h2>AWOR</h2></td>
+<td> </td>
+</tr>
+<tr>
+<td class="menu"><a href="menu1.php">Réunions</a> <a href="listes.php">Listes</a> <a href="ical.php">iCal</a></td>
+<td class="menu"><p class="deconnexion"><a href="deco.php">Déconnexion</a></p></td>
+</tr>
+<tr>
+<td>
+<p class="arbre">> <a href="index.html">Accueil</a> > <a href="index.html">Réunions</a> > Détails d'une réunion</p>
+<br/>
+<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>PPP AWOR1 </td>
+</tr>
+<tr>
+<td><strong>Organisateur : </strong></td>
+<td>Julien SERE </td>
+</tr>
+<tr>
+<td><strong>Lieu : </strong></td>
+<td>Salle 209 </td>
+</tr>
+<tr>
+<td><strong>Ordre du jour : </strong></td>
+<td>Le SNI </td>
+</tr>
+<tr>
+<td><strong>Remarque :</strong></td>
+<td>aucune</td>
+</tr>
+</table>
+<br/>
+<table cellspacing="0" class="details">
+<thead>
+<tr>
+<th>Mail</th>
+<th>Personnes/Creneaux</th>
+<th>12/05/90<br/>8h15 - 10h15<br/><input type="checkbox" name="checkbox" value="checkbox" /></th>
+<th>12/05/90<br/>8h15 - 10h15<br/><input type="checkbox" name="checkbox" value="checkbox" /></th>
+<th>12/05/90<br/>8h15 - 10h15<br/><input type="checkbox" name="checkbox" value="checkbox" /></th>
+<th><img src="./images/add.gif" alt="Ajouter une personne" title="Ajouter un creneau" onclick="window.open('gestCreneau.php','wclose','toolbar=no,status=yes,left=20,top=30')" width="22" height="21" /></th>
+</tr>
+</thead>
+<tr>
+<td><input type="checkbox" name="checkbox4" value="checkbox" /></td>
+<td class="organisateur">Julien</td>
+<td><img src="./images/ok.gif" alt="Disponible" width="16" height="16" /> <img src="images/question.gif" alt="Inconnu" width="15" height="15" /> <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" /> <img src="images/question.gif" alt="Inconnu" width="15" height="15" /> <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" /> <img src="images/question.gif" alt="Inconnu" width="15" height="15" /> <img src="./images/del.gif" alt="Non disponible" width="15" height="15" /></td>
+<td> </td>
+</tr>
+<tr>
+<td><input type="checkbox" name="checkbox2" value="checkbox" /></td>
+<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>
+<td> </td>
+</tr>
+<tr>
+<td><input type="checkbox" name="checkbox3" value="checkbox" /></td>
+<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/del.gif" alt="Non disponible" width="15" height="15" /></td>
+<td> </td>
+</tr>
+
+<tr>
+<td><input type="checkbox" name="checkbox58" value="checkbox" /></td>
+<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>
+<td> </td>
+</tr>
+<tr>
+ <td> </td>
+ <td><img src="/maquette/images/addP.gif" alt="Ajouter une personne" title="Ajouter une personne" width="19" height="17" border="0" onclick="window.open('gestParticipants.php','wclose','toolbar=no,status=yes,left=20,top=30')"/></td>
+<td> </td>
+<td> </td>
+<td> </td>
+<td> </td>
+</tr>
+<tr>
+<td> </td>
+<td>Personnes présentes </td>
+<td>2</td>
+<td>1</td>
+<td>2</td>
+<td> </td>
+</tr>
+<tr>
+<td> </td>
+<td>Personnes absentes </td>
+<td>1</td>
+<td>1</td>
+<td>1</td>
+<td> </td>
+</tr>
+</table>
+<br />
+<table cellspacing="0" class="commentaires">
+<tr>
+<th>Commentaires</th>
+</tr>
+<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="ajouterFichier.php">(Ajouter un fichier)</a></th>
+</tr></thead>
+<tr><td><a href="compte-rendu.txt">compte-rendu.txt</a></td></tr>
+<tr><td><a href="photos-ru.jpg">photos-ru.jpg</a></td></tr>
+<tfoot><tr>
+<td><a href="ajouterFichier.php"></a> </td>
+</tr></tfoot>
+</table>
+<br />
+</td>
+<td class="aide"><div class="titre_aide">Aide</div>
+<div class="corps_aide">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 />
+Ajouter un créneau en appuyant sur le bouton <img src="./images/add.gif" alt="Ajouter une personne" title="Ajouter un creneau" onclick="window.open('gestCreneau.php','wclose','toolbar=no,status=yes,left=20,top=30')" width="22" height="21" /> ou supprimer en un grâce à l'icône <img src="images/button_del.png" alt="Supprimer le créneau" width="25" height="25" />.<br />
+Astuce : grâce à AWOR, vous pouvez transferer vos réunions sur votre agenda personnel. </div></td>
+</tr>
+</table>
+</body>
+</html>
|