diff --git a/hierarchie-dist.html b/hierarchie-dist.html deleted file mode 100644 index 6486d10c4b6810428edaaec3a6aa48fa92fdbea0..0000000000000000000000000000000000000000 --- 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 741f3e87560cfaef62b13c9b20a195eddeebabff..0000000000000000000000000000000000000000 --- 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 5552767fda5b3d3153a4bfc82f48fc438677c159..0000000000000000000000000000000000000000 --- 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 4dde4b39d13d5dbcb27d39b6308119739672eb80..0000000000000000000000000000000000000000 --- a/pied.php3 +++ /dev/null @@ -1,8 +0,0 @@ -<?php - -$fond = "pied"; -$delais = 24 * 3600; - -include ("inc-public.php3"); - -?>