5 |
david |
1 |
<?php
|
|
|
2 |
include_once 'authentification.php' ;
|
|
|
3 |
if (!isset($debut_article)) {
|
|
|
4 |
$debut_article=0;
|
|
|
5 |
}
|
|
|
6 |
$nb_affiche=15;
|
|
|
7 |
?>
|
|
|
8 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
9 |
<html lang="#LANG">
|
|
|
10 |
<BOUCLE_principale(RUBRIQUES){id_rubrique}{doublons}>
|
|
|
11 |
<head>
|
|
|
12 |
<title>[(#TITRE|supprimer_numero)]</title>
|
|
|
13 |
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET">
|
|
|
14 |
<INCLURE(incl_link_entete.php)>
|
|
|
15 |
</head>
|
|
|
16 |
|
|
|
17 |
<body >
|
|
|
18 |
<div id="reducteur">
|
|
|
19 |
<INCLURE(incl_bandeau.php)>
|
|
|
20 |
|
|
|
21 |
<!-- Parcours de navigation --><div id="droite">
|
|
|
22 |
<div id="pos_recherche"> Vous êtes ici : <a href="sommaire.php3"> Accueil </a> >
|
|
|
23 |
<BOUCLE_hier(HIERARCHIE) {id_rubrique}>
|
|
|
24 |
<a href="#URL_RUBRIQUE">[(#TITRE|couper{30}|supprimer_numero)]</a> >
|
|
|
25 |
</BOUCLE_hier>[(#TITRE|supprimer_numero|couper{30})]
|
|
|
26 |
</div>
|
|
|
27 |
<INCLURE(incl_mot_recherche.php)>
|
|
|
28 |
<!-- Corps de la page -->
|
|
|
29 |
|
|
|
30 |
<div id="contenu">
|
|
|
31 |
|
|
|
32 |
<!-- Rubriques -->
|
|
|
33 |
<BOUCLE_corps_rubriques(RUBRIQUES){id_rubrique}>
|
|
|
34 |
|
|
|
35 |
<!-- Articles de la rubrique -->
|
|
|
36 |
<BOUCLE_articles_rubrique(ARTICLES){id_secteur}{par date} {inverse}{debut_article,15}>
|
|
|
37 |
<div class="menu_titre">
|
|
|
38 |
<div class="intituler_rubrique"><a href="#URL_ARTICLE">#TITRE</a></div>
|
|
|
39 |
<div>
|
|
|
40 |
<span class="date">[(#DATE|nom_jour)] [(#DATE|affdate)] <B_auteurs_un><:par_auteur:> <BOUCLE_auteurs_un(AUTEURS) {id_article} {", "}>#NOM</span></BOUCLE_auteurs_un>
|
|
|
41 |
<BOUCLE_rub_art(RUBRIQUES){id_rubrique}{0,1}>
|
|
|
42 |
[ - <span class="lien_rub">(#TITRE|supprimer_numero)</span>]
|
|
|
43 |
</BOUCLE_rub_art>
|
|
|
44 |
</div>
|
|
|
45 |
</div>
|
|
|
46 |
</BOUCLE_articles_rubrique>
|
|
|
47 |
<!-- article: number ? -->
|
|
|
48 |
<?php $nb_art_total=0; ?>
|
|
|
49 |
<BOUCLE_art_count(ARTICLES){id_secteur}>
|
|
|
50 |
<?php $nb_art_total++ ?>
|
|
|
51 |
</BOUCLE_art_count>
|
|
|
52 |
<?php
|
|
|
53 |
if ($nb_art_total > $nb_affiche) {
|
|
|
54 |
echo "<div id=\"postarticle\">Pages : ";
|
|
|
55 |
if ($debut_article >= $nb_affiche) {
|
|
|
56 |
echo "<a href=\"rubrique.php3?id_rubrique=#ID_RUBRIQUE&debut_article=".($debut_article-$nb_affiche)."\">Page précédente</a> ";
|
|
|
57 |
}
|
|
|
58 |
for ($article = 0, $page = 1; $article < $nb_art_total; $article += $nb_affiche, $page++) {
|
|
|
59 |
if ($debut_article != $article) {
|
|
|
60 |
echo "<a href=\"rubrique.php3?id_rubrique=#ID_RUBRIQUE&debut_article=$article\">$page</a> " ;
|
|
|
61 |
} else {
|
|
|
62 |
echo $page." " ;
|
|
|
63 |
}
|
|
|
64 |
}
|
|
|
65 |
if ($debut_article + $nb_affiche <$nb_art_total) {
|
|
|
66 |
?>
|
|
|
67 |
<a href="rubrique.php3?id_rubrique=#ID_RUBRIQUE&debut_article=<?php echo $debut_article + $nb_affiche; ?>">Page suivante</a>
|
|
|
68 |
<?php } ?>
|
|
|
69 |
<br />Nombre total d'articles de la rubrique : <?php echo $nb_art_total; ?>
|
|
|
70 |
<?php
|
|
|
71 |
echo "</div>";
|
|
|
72 |
}
|
|
|
73 |
?>
|
|
|
74 |
|
|
|
75 |
|
|
|
76 |
</BOUCLE_corps_rubriques>
|
|
|
77 |
</div>
|
|
|
78 |
<INCLURE(incl_footer.php)>
|
|
|
79 |
</div>
|
|
|
80 |
<!-- Menu de navigation rubriques -->
|
|
|
81 |
|
|
|
82 |
<div id="nav_gauche">
|
|
|
83 |
<INCLURE(incl_logo_tela.php)>
|
|
|
84 |
<INCLURE(incl_changer_monde.php)>
|
|
|
85 |
<?php $rub = "#ID_SECTEUR" ;?>
|
|
|
86 |
<INCLURE(incl_menu_gauche.php)>
|
|
|
87 |
<INCLURE(incl_identification_ellipse.php)>
|
|
|
88 |
|
|
|
89 |
</div>
|
|
|
90 |
<INCLURE(incl_footer_print.php)>
|
|
|
91 |
</div>
|
|
|
92 |
</BOUCLE_principale>
|
|
|
93 |
|
|
|
94 |
</body>
|
|
|
95 |
</html>
|