From f55d097d97c3c81382c441f612b0ce2881e63334 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc <ludovic@pouzenc.fr> Date: Sat, 30 Jun 2018 11:19:32 +0200 Subject: Renommage pour diff entre maquette_old et maquette --- maquette_old/listes.php | 66 ------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 maquette_old/listes.php (limited to 'maquette_old/listes.php') diff --git a/maquette_old/listes.php b/maquette_old/listes.php deleted file mode 100644 index 415cde4..0000000 --- a/maquette_old/listes.php +++ /dev/null @@ -1,66 +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>Listes de contacts</title> -<link href="newstyle.css" rel="stylesheet" type="text/css" /> -</head> -<body> -<div id="titre"><h2>AWOR</h2></div> - -<div id="main_menu"> -<ul id="menu"> -<li><a href="index.html">Réunions</a></li> -<li><a href="listes.php">Groupes</a></li> -<li><a href="profil.php">Mon profil</a></li> -<li><a href="ical.php">iCal</a></li> -<li id="deconnection"><a href="deco.php">Déconnexion</a></li> -</ul> -</div> - -<div id="sous_menu"> -<p class="arbre">> <a href="index.html">Accueil</a> > <a href="listes.php">Groupes</a> > Listes des groupes</p> -</div> - -<div id="aide"><h2>Aide</h2> -Cette page vous permet de gérer les différentes listes de contacts. -</div> - -<div id="contenu"> -<a href="#" onclick="window.open('ajouterListe.php','wclose','toolbar=no,status=yes,left=20,top=30')">Créer une liste</a><br /> -<br/> -<table cellspacing="0"> - <thead> - <tr> - <th> </th> - <th>Type</th> - <th>Libellé</th> - </tr> - </thead> - <tr> - <td><img src="./images/del.gif" alt="Non disponible" width="15" height="15" /></td> - <td>Privée</td> - <td><a href="gestListes.php">Mes contacts préférés</a> </td> - </tr> - <tr> - <td><img src="./images/del.gif" alt="Non disponible" width="15" height="15" /></td> - <td>Privée</td> - <td><a href="gestListes.php">Professeurs de TP de réseau</a></td> - </tr> - <tr> - <td> </td> - <td>Public</td> - <td><a href="gestListes.php">Conseil d'administration</a></td> - </tr> - <tr> - <td> </td> - <td>Public</td> - <td><a href="gestListes.php">Tous</a></td> - </tr> -</table> -<br /> -<a href="#" onclick="window.open('ajouterListe.php','wclose','toolbar=no,status=yes,left=20,top=30')">Créer une liste</a><br /><br /> -</div> - -</body> -</html> -- cgit v1.2.3