From 6109a083aa17bab9a0eb346b537efef717db0cfa Mon Sep 17 00:00:00 2001 From: Antoine Pitrou <pitrou@free.fr> Date: Tue, 12 Nov 2002 23:50:39 +0000 Subject: [PATCH] =?UTF-8?q?suppression=20includes=20inutilis=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hierarchie-dist.html | 65 -------------------------------------------- hierarchie.php3 | 8 ------ pied-dist.html | 19 ------------- pied.php3 | 8 ------ 4 files changed, 100 deletions(-) delete mode 100644 hierarchie-dist.html delete mode 100644 hierarchie.php3 delete mode 100644 pied-dist.html delete mode 100644 pied.php3 diff --git a/hierarchie-dist.html b/hierarchie-dist.html deleted file mode 100644 index 6486d10c4b..0000000000 --- a/hierarchie-dist.html +++ /dev/null @@ -1,65 +0,0 @@ -<TABLE WIDTH=100% CELLPADDING=5 CELLSPACING=0 BORDER=0 BGCOLOR="#000000"> -<BOUCLE_rubrique(RUBRIQUES){id_rubrique}> - - <TR BGCOLOR="#000000" WIDTH=100%> - <TD ALIGN="center"> - <A HREF="#URL_SITE_SPIP/"><B><FONT COLOR="#E86519" FACE="arial,helvetica,sans-serif" SIZE=2>#NOM_SITE_SPIP</FONT></B></A> - </TD> - <BOUCLE_hier1(HIERARCHIE){0,1}{doublons}> - <TD ALIGN="center" BGCOLOR="#FFFFFF"> - <A HREF="#URL_RUBRIQUE"><B><FONT FACE="arial,helvetica,sans-serif" SIZE=2>#TITRE</FONT></B></A> - </TD> - - <BOUCLE_rub_hier(RUBRIQUES){meme_parent}{exclus}{par hasard}{0,4}> - <TD ALIGN="center"> - <A HREF="#URL_RUBRIQUE"><B><FONT FACE="arial,helvetica,sans-serif" SIZE=2 COLOR='#FFFFFF'>#TITRE</FONT></B></A> - </TD> - </BOUCLE_rub_hier> - </BOUCLE_hier1> - <TD ALIGN="center" BGCOLOR="#FFFFFF"> - - </TD> - <TD COLSPAN=4> </TD> - <//B_hier1> - - </TR> -<BOUCLE_hier2(HIERARCHIE){1,100}{doublons}> - <TR BGCOLOR="#000000"> - <TD ALIGN="center"> - - </TD> - <TD ALIGN="center" BGCOLOR="#FFFFFF"> - <A HREF="#URL_RUBRIQUE"><B><FONT FACE="arial,helvetica,sans-serif" SIZE=2>#TITRE</FONT></B></A> - </TD> - - <BOUCLE_rub_hier2(RUBRIQUES){meme_parent}{exclus}{par hasard}{0,4}> - <TD ALIGN="center"> - <A HREF="#URL_RUBRIQUE"><B><FONT FACE="arial,helvetica,sans-serif" SIZE=2 COLOR="#FFFFFF">#TITRE</FONT></B></A> - </TD> - - </BOUCLE_rub_hier2> - - </TR> -</BOUCLE_hier2> - - <TR BGCOLOR="#FFFFFF"> - <TD ALIGN="center"> - <BOUCLE_rub_hier3(RUBRIQUES){meme_parent}{exclus}{doublons}{par hasard}{0,1}> - <A HREF="#URL_RUBRIQUE"><B><FONT FACE="arial,helvetica,sans-serif" SIZE=2 COLOR="#000000">#TITRE</FONT></B></A> - </BOUCLE_rub_hier3> <//B_rub_hier3> - </TD> - <TD ALIGN="center"> - <A HREF="#URL_RUBRIQUE"><B><FONT FACE="arial,helvetica,sans-serif" SIZE=2>#TITRE</FONT></B></A> - </TD> - - <BOUCLE_rub_hier4(RUBRIQUES){meme_parent}{exclus}{doublons}{par hasard}{0,4}> - <TD ALIGN="center"> - <A HREF="#URL_RUBRIQUE"><B><FONT FACE="arial,helvetica,sans-serif" SIZE=2 COLOR="#000000">#TITRE</FONT></B></A> - </TD> - </BOUCLE_rub_hier4> - <TD COLSPAN=4> </TD> - - </TR> -</BOUCLE_rubrique> - -</TABLE> diff --git a/hierarchie.php3 b/hierarchie.php3 deleted file mode 100644 index 741f3e8756..0000000000 --- a/hierarchie.php3 +++ /dev/null @@ -1,8 +0,0 @@ -<?php - -$fond = "hierarchie"; -$delais = 2 * 3600; - -include ("inc-public.php3"); - -?> diff --git a/pied-dist.html b/pied-dist.html deleted file mode 100644 index 5552767fda..0000000000 --- a/pied-dist.html +++ /dev/null @@ -1,19 +0,0 @@ -<TABLE WIDTH=100% CELLPADDING=0 CELLSPACING=0 BORDER=0> -<TR WIDTH=100%> -<TD WIDTH=100% BACKGROUND="NAVPICS/point.gif"><img src="NAVPICS/rien.gif" alt="" width="8" height="8" border="0"></TD> -</TR></TABLE> -<TABLE WIDTH=95% CELLPADDING=0 CELLSPACING=0 BORDER=0> -<TR> -<TD ALIGN="right"> -<A HREF="http://www.uzine.net/spip"><img src="NAVPICS/petit-logo-spip.gif" alt="LOGO SPIP" width="88" height="31" border="0" align="left"></A> - <FONT FACE="arial,helvetica,sans-serif" SIZE=1> - [<A HREF="#URL_SITE_SPIP/">(#NOM_SITE_SPIP|majuscules)</A>] - | <A HREF="resume.php3">EN RÉSUMÉ</A> - | <A HREF="plan.php3">PLAN DU SITE</A> - | <A HREF="ecrire/">ADMIN</A> - </FONT> - -</TD> -</TR> -</TABLE> -<BR><BR> diff --git a/pied.php3 b/pied.php3 deleted file mode 100644 index 4dde4b39d1..0000000000 --- a/pied.php3 +++ /dev/null @@ -1,8 +0,0 @@ -<?php - -$fond = "pied"; -$delais = 24 * 3600; - -include ("inc-public.php3"); - -?> -- GitLab