summaryrefslogtreecommitdiff
path: root/maquette/index2.html
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-06-30 11:22:30 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-06-30 11:22:30 +0200
commit50b0ff7533657a8edb7a0d9645699559c50ea712 (patch)
tree54fb5d7b6efc44d26aef24a6fa055e97b65f74b6 /maquette/index2.html
parentf55d097d97c3c81382c441f612b0ce2881e63334 (diff)
download2007-AWOR-50b0ff7533657a8edb7a0d9645699559c50ea712.tar.gz
2007-AWOR-50b0ff7533657a8edb7a0d9645699559c50ea712.tar.bz2
2007-AWOR-50b0ff7533657a8edb7a0d9645699559c50ea712.zip
Strip retours chariot Windows pour diff propre
Diffstat (limited to 'maquette/index2.html')
-rw-r--r--maquette/index2.html184
1 files changed, 92 insertions, 92 deletions
diff --git a/maquette/index2.html b/maquette/index2.html
index 0395614..37a41a8 100644
--- a/maquette/index2.html
+++ b/maquette/index2.html
@@ -1,92 +1,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>
+<!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>