diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:19:32 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:19:32 +0200 |
commit | f55d097d97c3c81382c441f612b0ce2881e63334 (patch) | |
tree | ec6167735ab6184eaf05e99d262c6acdc28e22bf /maquette_old/modele.html | |
parent | a25edc8edf23e652dbd529b8c42199ae559905a1 (diff) | |
download | 2007-AWOR-f55d097d97c3c81382c441f612b0ce2881e63334.tar.gz 2007-AWOR-f55d097d97c3c81382c441f612b0ce2881e63334.tar.bz2 2007-AWOR-f55d097d97c3c81382c441f612b0ce2881e63334.zip |
Renommage pour diff entre maquette_old et maquette
Diffstat (limited to 'maquette_old/modele.html')
-rw-r--r-- | maquette_old/modele.html | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/maquette_old/modele.html b/maquette_old/modele.html deleted file mode 100644 index c087d59..0000000 --- a/maquette_old/modele.html +++ /dev/null @@ -1,53 +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é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 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>
-<p>
-</p></td>
-<td class="aide">
-<div class="titre_aide">Aide</div>
-<div class="corps_aide">Cnel. </div>
-</td>
-</tr>
-</table>
-</body>
-
-</html>
|