summaryrefslogtreecommitdiff
path: root/maquette_old/index.html
blob: 46736e9925c44170e769c440c8abbc58159a5a78 (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!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 : liste des r&eacute;unions</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&eacute;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&eacute;connexion</a></li>
</ul>
</div>

<div id="sous_menu"><p class="arbre">&gt; <a href="index.html">Accueil</a> &gt; <a href="index.html">R&eacute;unions</a> &gt; Liste des r&eacute;unions</p></div>

<div id="aide">
<h2>Aide</h2>
Cette page vous permet de visualiser les r&eacute;unions qui vous concernent.<br />
Les &eacute;l&eacute;ments requi&egrave;rant votre attention sont en rouge.<br />
Cliquer sur l'icone &agrave; droite pour afficher les d&eacute;tails d'une r&eacute;union.<br />
Il est possible &agrave; tout instant de se d&eacute;connecter en cliquant sur le bouton D&eacute;connexion situ&eacute; en haut &agrave; droite de l'&eacute;cran.
<br />
Astuce : gr&acirc;ce &agrave; AWOR, vous pouvez transferer vos r&eacute;unions sur votre agenda personnel.
</div>

<div id="contenu">
Bonjour Julien Sere, nous sommes le 2/12/06.
<br/><br/>
<a href="organiser.php">Organiser une r&eacute;union</a>
<br/><br/>
<table class="listeReunions">
<tr>
<th>Objet</th>
<th>Organisateur</th>
<th>Date</th>
<th>Etat</th>
<th>D&eacute;tails</th>
</tr>
<tr>
<td><a href="details_reunion.php">D&eacute;tails stage NEWI </a></td>
<td>M. Verdier </td>
<td>Date non fix&eacute;e</td>
<td>En pr&eacute;paration </td>
<td><a href="details_reunion.php"><img src="images/details.png" alt="D&eacute;tails" width="20" height="20" /></a></td>
</tr>
<tr>
<td><a href="details_reunion_admin.php">PPP AWOR1 </a></td>
<td class="organisateur">Julien Sere </td>
<td>25/12/06 &agrave; 18:00 </td>
<td>En pr&eacute;paration </td>
<td><a href="details_reunion_admin.php"><img src="images/details.png" alt="D&eacute;tails" width="20" height="20" /></a></td>
</tr>
</table>
<br/>
<a href="organiser.php">Organiser une r&eacute;union</a>
</div>

</body>

</html>