Last change
on this file since 47888 was
47888,
checked in by cedric@…, 10 years ago
|
correction de structure html, et ajout d'une chaine de langue
|
File size:
1.7 KB
|
Line | |
---|
1 | #BOITE_OUVRIR{'',info} |
---|
2 | <:forum:info_gauche_suivi_forum_2:> #AIDER{suiviforum} |
---|
3 | #BOITE_FERMER |
---|
4 | |
---|
5 | [(#AUTORISER{modererlot,forum}|oui) |
---|
6 | [(#BOITE_OUVRIR{<:forum:titre_selection_action:>,raccourcis})] |
---|
7 | #SET{nb,'<b>N</b>'} |
---|
8 | <div id="actiongroup"> |
---|
9 | <p class="status"> |
---|
10 | <span class="zero"><:forum:aucun_message_forum:></span> |
---|
11 | <span class="one none"><:forum:info_1_message_forum:></span> |
---|
12 | <span class="many none"><:forum:info_nb_messages_forum{nb=#GET{nb}}:></span> |
---|
13 | </p> |
---|
14 | <p> |
---|
15 | <p> |
---|
16 | Sélectionner les messages:<br /> |
---|
17 | <a href="#" class="shortcut selectall" onclick="actiongroup.selectAll();return false;"><:forum:messages_tous:></a> | |
---|
18 | <a href="#" class="shortcut unselectall" onclick="actiongroup.unselectAll();return false;"><:forum:messages_aucun:></a> | |
---|
19 | <a href="#" class="shortcut selectprop" onclick="actiongroup.selectAll($('li.statut_prop'));return false;"><:forum:messages_prop:></a> |
---|
20 | </p> |
---|
21 | <p> |
---|
22 | <a href="#" class="shortcut empty" onclick="actiongroup.emptySelection();return false;">Vider la selection</a> |
---|
23 | </p> |
---|
24 | </p> |
---|
25 | <div> |
---|
26 | <button class='action' data-href='#URL_ACTION_AUTEUR{instituer_lot_forum,publie}'><:forum:icone_valider_messages:></button><br /> |
---|
27 | <button class='action' data-href='#URL_ACTION_AUTEUR{instituer_lot_forum,spam}'><:forum:icone_bruler_messages:></button> |
---|
28 | <button class='action' data-href='#URL_ACTION_AUTEUR{instituer_lot_forum,off}'><:forum:icone_supprimer_messages:></button> |
---|
29 | </div> |
---|
30 | </div> |
---|
31 | <div class="success none">OK</div> |
---|
32 | #BOITE_FERMER |
---|
33 | ] |
---|
34 | |
---|
35 | <script type="text/javascript">/*<![CDATA[*/ |
---|
36 | [(#INCLURE{prive/javascript/actiongroup.js}|minifier{js})] |
---|
37 | function reinit(){actiongroup.activate(jQuery("ul.liste-items.forums >.item.forum",this));} |
---|
38 | jQuery(reinit); |
---|
39 | onAjaxLoad(reinit); |
---|
40 | /*]]>*/</script> |
---|
Note: See
TracBrowser
for help on using the repository browser.