summaryrefslogtreecommitdiff
path: root/maquette_old/index2.html
diff options
context:
space:
mode:
Diffstat (limited to 'maquette_old/index2.html')
-rw-r--r--maquette_old/index2.html92
1 files changed, 0 insertions, 92 deletions
diff --git a/maquette_old/index2.html b/maquette_old/index2.html
deleted file mode 100644
index 0395614..0000000
--- a/maquette_old/index2.html
+++ /dev/null
@@ -1,92 +0,0 @@
-<!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>