summaryrefslogtreecommitdiff
path: root/maquette_old/index2.html
blob: 03956143d16899dc25fb103a82f1bc065c859503 (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!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="style1.css" rel="stylesheet" type="text/css" />
</head>
<body>
<script language="javascript" type="text/javascript">
var newWin = null;
function closeWin(){
if (newWin != null){
if(!newWin.closed)
newWin.close();
}
}
function popUp(strURL,strType,strHeight,strWidth) {
closeWin();
var strOptions="";
if (strType=="console") strOptions="resizable,height="+strHeight+",width="+strWidth;
if (strType=="fixed") strOptions="status,height="+strHeight+",width="+strWidth;
if (strType=="elastic") strOptions="toolbar,menubar,scrollbars,resizable,location,
height="+strHeight+",width="+strWidth;
newWin = window.open(strURL, 'newWin', strOptions);
newWin.focus();
} 
</script>
<table width="99%" class="principal">
<tr>
<td><h2>AWOR</h2></td>
</tr>
<tr>
<td>
<ul class="menu">
<li class="menu"><a href="menu1.php">Organiser une r&eacute;union</a></li>
<li class="menu"><a href="menu1.php">Gerer mes listes</a></li>
<li class="menu"><a href="modifmail.php" onclick="popUp(this.href,'Modification du mail',300,100);return false;">Modifier mon adresse mail</a></li>
<li class="menu"><a href="menu1.php">T&eacute;l&eacute;charger le ficher iCal </a></li>
</ul>
</td>
</tr>
<tr>
<td>Bonjour Julien Sere, nous sommes le 2/12/06.<br />
Les &eacute;lements requierant votre attention sont en <span class="important">rouge</span>
<table width="85%">
<tr>
<th>(ID R&eacute;union)</th>
<th>Objet</th>
<th>Date</th>
<th>Etat</th>
<th>D&eacute;tails</th>
</tr>
<tr>
<td>r1</td>
<td>Jury S1 </td>
<td>26/11/06 &agrave; 9:30 </td>
<td class="termine">Termin&eacute;</td>
<td><a href="details_reunion.php"><img src="images/details.png" alt="D&eacute;tails" width="20" height="20" border="0" /></a></td>
</tr>
<tr>
<td>r2</td>
<td>Decision NEWI </td>
<td>?</td>
<td>En pr&eacute;paration </td>
<td><img src="images/details.png" alt="D&eacute;tails" width="20" height="20" /></td>
</tr>
<tr>
<td>r3</td>
<td>PPP AWOR1 </td>
<td>25/12/06 &agrave; 18:00 </td>
<td>Date arret&eacute;e </td>
<td><img src="images/details.png" alt="D&eacute;tails" width="20" height="20" /></td>
</tr>
<tr>
<td>r4</td>
<td>Probl&egrave;me RU </td>
<td>?</td>
<td>En pr&eacute;paration </td>
<td><img src="images/details.png" alt="D&eacute;tails" width="20" height="20" /></td>
</tr>
</table>
Remarque : 
<ul>
<li>il serait peut etre interessant de mettre l'organisateur dans le tableau, ca me semble assez important...</li>
<li>La colonne ID me semble inutile</li>
</ul>
</td>
</tr>
</table>
</body>

</html>