diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:23:45 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:23:45 +0200 |
commit | 3c8d3719af0f77f8a01881b022e548d3a7d4604e (patch) | |
tree | 475c5ac9085dc4e62bc8095f906f211a0052c8de /maquette/Templates/modele1.dwt | |
parent | 50b0ff7533657a8edb7a0d9645699559c50ea712 (diff) | |
download | 2007-AWOR-3c8d3719af0f77f8a01881b022e548d3a7d4604e.tar.gz 2007-AWOR-3c8d3719af0f77f8a01881b022e548d3a7d4604e.tar.bz2 2007-AWOR-3c8d3719af0f77f8a01881b022e548d3a7d4604e.zip |
Deuxième maquette 2007-02-06+19:18:54 - 2007-02-08+16:46:19
Diffstat (limited to 'maquette/Templates/modele1.dwt')
-rw-r--r-- | maquette/Templates/modele1.dwt | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/maquette/Templates/modele1.dwt b/maquette/Templates/modele1.dwt deleted file mode 100644 index 691461f..0000000 --- a/maquette/Templates/modele1.dwt +++ /dev/null @@ -1,55 +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" /> -<!-- TemplateBeginEditable name="doctitle" --> -<title>Awor : liste des ré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> </td> -</tr> -<tr> -<td class="menu"> -<a href="menu1.php">Ré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éconnexion</a></p></td> -</tr> -<tr> -<td> -<p class="arbre">> <a href="index.html">Accueil</a> > <a href="listeReunion.php">Réunions</a> > 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> |