summaryrefslogtreecommitdiff
path: root/maquette_old/Templates/modele1.dwt
blob: 691461f84fd0b12f2b9361005359540e79770254 (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
<!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" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Awor : liste des r&eacute;unions</title>
<!-- TemplateEndEditable -->
<link href="style1.css" rel="stylesheet" type="text/css" />
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
</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 class="main">
<tr>
<td><h2>AWOR</h2></td>
<td>&nbsp;</td>
</tr>
<tr>
<td class="menu">
<a href="menu1.php">R&eacute;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&eacute;connexion</a></p></td>
</tr>
<tr>
<td>
<p class="arbre">&gt; <a href="index.html">Accueil</a> &gt; <a href="listeReunion.php">R�unions</a> &gt; Liste des r�unions</p>
<!-- TemplateBeginEditable name="RegionPrincipale" -->ici<!-- TemplateEndEditable --></td>
<td class="aide">
<div class="titre_aide">Aide</div>
<div class="corps_aide"><!-- TemplateBeginEditable name="RegionAide" -->RegionAide<!-- TemplateEndEditable --></div>
</td>
</tr>
</table>
</body>

</html>