[PLUGINS] +set de base
[lhc/web/www.git] / www / plugins / notifications2 / nouveautes.html
1 <B_test_contenu><title>[[(#NOM_SITE_SPIP|textebrut)]] <:nouveautes:></title>
2
3
4 <body>
5 <div class="header">
6 <p><:bonjour:></p>
7 <p><:texte_lettre_information:> "[(#NOM_SITE_SPIP|textebrut)]" (#URL_SITE_SPIP).</p>
8 <p><:texte_lettre_information_2:> [(#ENV{jours_neuf})] <:jours:>.</p>
9 </div>
10
11 <BOUCLE_test_contenu(AUTEURS){0,1}{tous}><B_nv1>
12
13 <h1><:nouveaux_articles:></h1>
14 <hr />
15 <BOUCLE_nv1(ARTICLES){age_relatif<=0}{par date}{inverse}{0,30}>
16 <div style="padding-bottom:2em">
17 <INCLURE{fond=notifications/inc-article,id_article} />
18 <p><a href="[(#URL_ARTICLE|url_absolue)]">[(#URL_ARTICLE|url_absolue)]</a></p>
19 </div>
20 </BOUCLE_nv1><B_nv2>
21
22 <h1><:nouvelles_breves:></h1>
23 <hr />
24 <BOUCLE_nv2(BREVES){age_relatif<=0}{par date}{inverse}{0,30}>
25 <div style="padding-bottom:2em">
26 <INCLURE{fond=notifications/inc-breve,id_breve} />
27 <p><a href="[(#URL_BREVE|url_absolue)]">[(#URL_BREVE|url_absolue)]</a></p>
28 </div>
29 </BOUCLE_nv2></BOUCLE_test_contenu>
30 </body>
31 </B_test_contenu>
32 #FILTRE{facteur_email_wrap_to_html}