240 |
jpm |
1 |
<?php include_once 'authentification.php';?>
|
|
|
2 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
3 |
<html lang="#LANG">
|
|
|
4 |
<head>
|
|
|
5 |
<title>[(#TITRE)]</title>
|
|
|
6 |
<INCLURE(incl_link_entete.php)>
|
|
|
7 |
</head>
|
|
|
8 |
<body >
|
|
|
9 |
<div id="reducteur">
|
|
|
10 |
<INCLURE(incl_bandeau.php)>
|
|
|
11 |
<!-- Parcours de navigation -->
|
|
|
12 |
<div id="pos_recherche">
|
|
|
13 |
Vous êtes ici : <a href="sommaire.php3">Accueil </a> >>
|
|
|
14 |
<BOUCLE_hier(HIERARCHIE) {id_rubrique} {" >> "}>
|
|
|
15 |
<a href="#URL_RUBRIQUE">[(#TITRE|supprimer_numero|couper{30})]</a>
|
|
|
16 |
</BOUCLE_hier>
|
|
|
17 |
</div>
|
|
|
18 |
<INCLURE(incl_mot_recherche.php)>
|
|
|
19 |
<div id="droite_rubrique">
|
|
|
20 |
<!-- Corps de la page -->
|
|
|
21 |
<div id="contenu">
|
|
|
22 |
<div id="info_dte_rubrique">
|
|
|
23 |
<B_art_synd>
|
|
|
24 |
<div class="rss">
|
|
|
25 |
<BOUCLE_art_synd(SYNDIC_ARTICLES){tout}{1,30}{par date}{inverse}>
|
|
|
26 |
<h1 class="rss_titre_site">#NOM_SITE : [<span class="date"> - (#DATE|affdate)</span>]</h1>
|
|
|
27 |
<h2 class="rss_titre_article">[<a href="#URL_ARTICLE" class="lien_ext">(#TITRE)</a>]</h2>
|
|
|
28 |
</BOUCLE_art_synd>
|
|
|
29 |
</div>
|
|
|
30 |
</B_art_synd>
|
|
|
31 |
</div>
|
|
|
32 |
<div id="contenu_rubrique">
|
|
|
33 |
<B_art_synd_txt>
|
|
|
34 |
<h1 class="totre_rss">[<a href="#URL_SITE" class="lien_ext">(#NOM_SITE|supprimer_numero)</a>]</h1>
|
|
|
35 |
<BOUCLE_art_synd_txt(SYNDIC_ARTICLES){tout}{1,30}{par date}{inverse}>
|
|
|
36 |
<div class="item">
|
|
|
37 |
<strong>#NOM_SITE</strong> :
|
|
|
38 |
<br />[<a href="#URL_ARTICLE" class="lien_ext">(#TITRE)</a>][<span class="date"> - (#DATE|affdate)</span>]
|
|
|
39 |
#DESCRIPTIF
|
|
|
40 |
</div>
|
|
|
41 |
</BOUCLE_art_synd_txt>
|
|
|
42 |
</B_art_synd_txt>
|
|
|
43 |
</div>
|
|
|
44 |
</div>
|
|
|
45 |
</div>
|
|
|
46 |
<INCLURE(incl_footer.php)>
|
|
|
47 |
</div>
|
|
|
48 |
<!-- Menu de navigation rubriques -->
|
|
|
49 |
<div id="nav_gauche">
|
|
|
50 |
<INCLURE(incl_logo_tela.php)>
|
|
|
51 |
<INCLURE(incl_changer_monde.php)>
|
|
|
52 |
<?php
|
|
|
53 |
$rub = "#ID_SECTEUR" ;
|
|
|
54 |
$arti = "#ID_ARTICLE";
|
|
|
55 |
?>
|
|
|
56 |
<BOUCLE_motcle(MOTS){id_article}{type=Thématiques}{0,1}>
|
|
|
57 |
<?php $mot_cle = "#ID_MOT" ;?>
|
|
|
58 |
</BOUCLE_motcle>
|
|
|
59 |
<INCLURE(incl_menu_gauche.php)>
|
|
|
60 |
<INCLURE(incl_identification_ellipse.php)>
|
|
|
61 |
</div>
|
|
|
62 |
<INCLURE(incl_footer_print.php)>
|
|
|
63 |
</body>
|
|
|
64 |
</html>
|