Resalut,
Entre temps j'ai un peu progréssé j'ai réussi à afficher les sous_rubriques
soeurs, mais la sous_rubrique courante et affichée également
comment l'exclure ?
comment écrire le critère {id_rubrique != id_rubrique_courant} ?
Merci d'avance
Philippe
voici la portion de code :
<TABLE>
<TR>
<TD width=10><img src="NAVPICS/rien.gif" width=10>
</TD>
<TD width=240>
<B_sous_rubriques>
<FONT FACE="arial,helvetica,sans-serif" SIZE=3>
<BOUCLE_sous_rubriques(RUBRIQUES){id_parent}{par titre}>
<BR><FONT FACE="arial,helvetica,sans-serif" SIZE=1>
<B>[<A HREF="#URL_RUBRIQUE"><FONT
COLOR="#000000">(#TITRE|majuscules)</FONT></A>]</B>
<BOUCLE_art_rub(ARTICLES){id_rubrique}{par date}>
<BR><IMG SRC="puce.gif" BORDER=0> <A HREF="#URL_ARTICLE">#TITRE</A>
</BOUCLE_art_rub>
</FONT>
</BOUCLE_sous_rubriques>
</FONT><BR>
</B_sous_rubriques>
<BOUCLE_parent(HIERARCHIE){id_rubrique}{par titre}>
<BR><FONT FACE="arial,helvetica,sans-serif" SIZE=1>
<B>[<A HREF="#URL_RUBRIQUE"><FONT
COLOR="#000000">(#TITRE|majuscules)</FONT></A>]</B>
</FONT>
</BOUCLE_parent>
<br><UL>
<BOUCLE_soeurs(RUBRIQUES){meme_parent}{id_rubrique != id_rubrique}{par
titre}>
<BR><FONT FACE="arial,helvetica,sans-serif" SIZE=1>
<B>[<A HREF="#URL_RUBRIQUE"><FONT
COLOR="#000000">(#TITRE|majuscules)</FONT></A>]</B>
<BOUCLE_art_rub_soeurs(ARTICLES){id_rubrique}{par date}>
<BR><IMG SRC="puce.gif" BORDER=0> <A HREF="#URL_ARTICLE">#TITRE</A>
</BOUCLE_art_rub_soeurs>
</FONT>
</BOUCLE_soeurs>
</UL>
<//B_sous_rubriques>
</TD>
</TR>
</TABLE>