Last change
on this file since 48160 was
48160,
checked in by yffic@…, 10 years ago
|
Cohérence description/code : le plugin traite par défaut toutes les tables de classe spip
|
File size:
1.0 KB
|
Rev | Line | |
---|
[29122] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <plugin> |
---|
[29124] | 3 | <nom>Tablesorter pour SPIP</nom> |
---|
[29543] | 4 | <auteur>Chistian Bach http://lovepeacenukes.com/<br /> |
---|
[42310] | 5 | Portage sous SPIP par cym, b_b, Eric Lupinacci et BoOz. |
---|
[29543] | 6 | </auteur> |
---|
[48089] | 7 | <version>1.2</version> |
---|
[48045] | 8 | <etat>stable</etat> |
---|
| 9 | <icon>images/tablesorter-32.png</icon> |
---|
[29122] | 10 | <description> |
---|
[48160] | 11 | Ce plugin permet de trier les tableaux portant la class CSS "spip" en cliquant simplement sur l'entête d'une colonne (le tableau HTML doit donc posséder les tags thead et tbody).<br />Voir en ligne toutes les options de tri, sur le site de <a href="http://tablesorter.com/">http://tablesorter.com</a>. |
---|
[29122] | 12 | </description> |
---|
| 13 | <prefix>tablesorter</prefix> |
---|
| 14 | <pipeline> |
---|
[48045] | 15 | <nom>insert_head_css</nom> |
---|
| 16 | <inclure>tablesorter_pipelines.php</inclure> |
---|
| 17 | </pipeline> |
---|
| 18 | <pipeline> |
---|
[29122] | 19 | <nom>insert_head</nom> |
---|
[29474] | 20 | <inclure>tablesorter_pipelines.php</inclure> |
---|
[29122] | 21 | </pipeline> |
---|
[29611] | 22 | <pipeline> |
---|
| 23 | <nom>header_prive</nom> |
---|
| 24 | <inclure>tablesorter_pipelines.php</inclure> |
---|
| 25 | </pipeline> |
---|
[40275] | 26 | <categorie>navigation</categorie> |
---|
[29122] | 27 | </plugin> |
---|
Note: See
TracBrowser
for help on using the repository browser.