Last change
on this file since 49020 was
49020,
checked in by philippeguerindon@…, 10 years ago
|
Retour en arrière pour mise entre crochet des mots epingle et annonce
|
-
Property svn:eol-style set to
native
|
File size:
1.3 KB
|
Line | |
---|
1 | [(#REM) |
---|
2 | <!-- Affichage des sujets non epingles d'un forum |
---|
3 | Recoit en argument : |
---|
4 | - id_article: id de l'article concerne |
---|
5 | --> |
---|
6 | ] |
---|
7 | #SET{regexp, ^\[(annonce|epingle)\]} |
---|
8 | <B_forum_sujets> |
---|
9 | #ANCRE_PAGINATION |
---|
10 | [(#CONFIG{sarkaspip_forum/position_pagination_1, 3}|match{^(1|3)$}|?{' '}) |
---|
11 | [<div class="pagination">(#PAGINATION{#CONFIG{sarkaspip_forum/modele_pagination_1}})</div>] |
---|
12 | ] |
---|
13 | <div class="groupe"> |
---|
14 | <h2 class="titre"><:sarkaspip:titre_discussions_forum:></h2> |
---|
15 | <div class="bord"> |
---|
16 | <table summary="<:sarkaspip:resume_epingles_forum:>"> |
---|
17 | <thead> |
---|
18 | <tr> |
---|
19 | <th colspan="2"><:sarkaspip:colonne_sujet:></th> |
---|
20 | <th class="centre"><:sarkaspip:colonne_nombre_reponses:></th> |
---|
21 | <th><:sarkaspip:colonne_dernier_message:></th> |
---|
22 | </tr> |
---|
23 | </thead> |
---|
24 | <tbody> |
---|
25 | <BOUCLE_forum_sujets(FORUMS){id_article}{plat}{id_parent=0}{!par date_thread}{titre!==#GET{regexp}}{pagination #CONFIG{sarkaspip_forum/pas_pagination_1, 5}}> |
---|
26 | <INCLURE{fond=noisettes/forum/inc_forum_sujet_ligne} |
---|
27 | {id_article} |
---|
28 | {id_forum} |
---|
29 | {id_thread} |
---|
30 | {titre} |
---|
31 | {sujet=discussion}> |
---|
32 | </BOUCLE_forum_sujets> |
---|
33 | </tbody> |
---|
34 | </table> |
---|
35 | </div> |
---|
36 | </div> |
---|
37 | [(#CONFIG{sarkaspip_forum/position_pagination_1, 3}|match{^(2|3)$}|?{' '}) |
---|
38 | [<div class="pagination">(#PAGINATION{#CONFIG{sarkaspip_forum/modele_pagination_1}})</div>] |
---|
39 | ] |
---|
40 | </B_forum_sujets> |
---|
Note: See
TracBrowser
for help on using the repository browser.