7 |
david |
1 |
<?php
|
|
|
2 |
include_once 'authentification.php' ;
|
|
|
3 |
?>
|
|
|
4 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
5 |
|
|
|
6 |
<html lang="#LANG">
|
|
|
7 |
|
|
|
8 |
<head>
|
|
|
9 |
<title>Les fils d'information</title>
|
|
|
10 |
<INCLURE(incl_link_entete.php)>
|
|
|
11 |
</head>
|
|
|
12 |
|
|
|
13 |
<body>
|
|
|
14 |
<div id="reducteur">
|
|
|
15 |
<INCLURE(incl_bandeau.php)>
|
|
|
16 |
<!-- Parcours de navigation -->
|
|
|
17 |
<div id="droite">
|
|
|
18 |
<div id="pos_recherche">Vous êtes ici : <a href="sommaire.php3">Accueil </a> > Les fils d'information</div>
|
|
|
19 |
<INCLURE(incl_mot_recherche.php)>
|
|
|
20 |
<div id="contenu">
|
|
|
21 |
<BOUCLE_syndic(SITES){tout}{syndication=oui}{par num nom_site}>
|
|
|
22 |
<B_art_synd>
|
|
|
23 |
<div class="rss">
|
|
|
24 |
<h1 class="titre_rss">[<a href="#URL_SITE" target="_blank">(#NOM_SITE|supprimer_numero)</a>]</h1>
|
|
|
25 |
<BOUCLE_art_synd(SYNDIC_ARTICLES){id_syndic}{0,5}{par date}{inverse}>
|
|
|
26 |
<div class="item">
|
|
|
27 |
[<a href="#URL_ARTICLE" target="_blank" class="intituler_rubrique">(#TITRE)</a>][<span class="date"> - (#DATE|affdate)</span>]
|
|
|
28 |
</div>
|
|
|
29 |
</BOUCLE_art_synd>
|
|
|
30 |
</div>
|
|
|
31 |
</B_art_synd>
|
|
|
32 |
</BOUCLE_syndic>
|
|
|
33 |
<p style="clear:both"></p>
|
|
|
34 |
</div>
|
|
|
35 |
<INCLURE(incl_footer.php)>
|
|
|
36 |
</div>
|
|
|
37 |
|
|
|
38 |
<!-- Menu de navigation rubriques -->
|
|
|
39 |
|
|
|
40 |
<div id="nav_gauche">
|
|
|
41 |
<INCLURE(incl_logo_tela.php)>
|
|
|
42 |
<INCLURE(incl_changer_monde.php)>
|
|
|
43 |
<?php
|
|
|
44 |
$selection = "fils";
|
|
|
45 |
?>
|
|
|
46 |
<INCLURE(incl_menu_gauche.php)>
|
|
|
47 |
<INCLURE(incl_identification_ellipse.php)>
|
|
|
48 |
</div>
|
|
|
49 |
|
|
|
50 |
<INCLURE(incl_footer_print.php)>
|
|
|
51 |
</div>
|
|
|
52 |
|
|
|
53 |
</body>
|
|
|
54 |
</html>
|