Last change
on this file since 52487 was
52487,
checked in by yffic@…, 9 years ago
|
Slogan, entités numériques, version en x.y.z, lien vers la doc
Borne sup en 2.1.99, doc à mettre à jour
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <plugin> |
---|
3 | <nom>Tablesorter</nom> |
---|
4 | <slogan>Avec tableSorter, le tri sera top !</slogan> |
---|
5 | <auteur>[Chistian Bach->http://lovepeacenukes.com/], portage sous SPIP par cym, b_b, Eric Lupinacci et BoOz</auteur> |
---|
6 | <version>1.2.0</version> |
---|
7 | <etat>stable</etat> |
---|
8 | <icon>images/tablesorter-32.png</icon> |
---|
9 | <description> |
---|
10 | 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). Voir en ligne toutes les options de tri, sur le site de [->http://tablesorter.com]. |
---|
11 | </description> |
---|
12 | <lien>http://www.spip-contrib.net/Tablesorter-pour-SPIP</lien> |
---|
13 | <prefix>tablesorter</prefix> |
---|
14 | <pipeline> |
---|
15 | <nom>insert_head_css</nom> |
---|
16 | <inclure>tablesorter_pipelines.php</inclure> |
---|
17 | </pipeline> |
---|
18 | <pipeline> |
---|
19 | <nom>insert_head</nom> |
---|
20 | <inclure>tablesorter_pipelines.php</inclure> |
---|
21 | </pipeline> |
---|
22 | <pipeline> |
---|
23 | <nom>header_prive</nom> |
---|
24 | <inclure>tablesorter_pipelines.php</inclure> |
---|
25 | </pipeline> |
---|
26 | <necessite id="SPIP" version="[1.9.0;2.1.99]" /> |
---|
27 | <categorie>navigation</categorie> |
---|
28 | </plugin> |
---|
Note: See
TracBrowser
for help on using the repository browser.