Last change
on this file since 106226 was
106226,
checked in by marcimat@…, 3 years ago
|
Onglets des messages avec des tris plus explicites.
|
File size:
1.1 KB
|
Line | |
---|
1 | [(#REM) |
---|
2 | |
---|
3 | On présente différents onglets d’affichage des messages, par date, par note, ... |
---|
4 | |
---|
5 | ] |
---|
6 | [(#SET{self,#SELF|parametre_url{debut_forums,''}})] |
---|
7 | <div class="alignement_avec_liste"> |
---|
8 | <div class="onglets"> |
---|
9 | <div class="onglets__groupe"> |
---|
10 | <a href="[(#GET{self}|parametre_url{ordre,''})]" class="ajax[ (#ENV{ordre}|non)on]" title="<:galactic_forum:reponses_par_notes|attribut_html:>" rel="nofollow"> |
---|
11 | <:galactic_forum:par_note:> |
---|
12 | </a> |
---|
13 | <a href="[(#GET{self}|parametre_url{ordre,date})]" class="ajax[ (#ENV{ordre}|=={date}|oui)on]" title="Du plus récent au plus ancien" rel="nofollow"> |
---|
14 | <:galactic_forum:par_date:> |
---|
15 | </a> |
---|
16 | <a href="[(#GET{self}|parametre_url{ordre,naturel})]" class="ajax[ (#ENV{ordre}|=={naturel}|oui)on]" title="Du plus ancien au plus récent" rel="nofollow"> |
---|
17 | <:galactic_forum:par_date_naturelle:> |
---|
18 | </a> |
---|
19 | </div> |
---|
20 | </div> |
---|
21 | </div> |
---|
22 | |
---|
23 | #SET{par,nombre_votes_diff} |
---|
24 | #SET{inverse,1} |
---|
25 | [(#ENV{ordre}|=={date}|oui)#SET{par,date_heure}] |
---|
26 | [(#ENV{ordre}|=={naturel}|oui)#SET{par,date_heure}#SET{inverse,0}] |
---|
27 | |
---|
28 | <INCLURE{fond=inclure/liste-reponses, |
---|
29 | par=#GET{par}, |
---|
30 | inverse=#GET{inverse}, |
---|
31 | id_parent=#ID_FORUM, |
---|
32 | ajax, env} /> |
---|
Note: See
TracBrowser
for help on using the repository browser.