Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <plugin> |
---|
3 | <nom>Tablesorter pour SPIP</nom> |
---|
4 | <auteur>Chistian Bach http://lovepeacenukes.com/<br /> |
---|
5 | Portage sous SPIP par cym, b_b, SarkASmeL et BoOz. |
---|
6 | </auteur> |
---|
7 | <version>1.0 beta</version> |
---|
8 | <etat>test</etat> |
---|
9 | <description> |
---|
10 | Le plugin jQuery original permet de trier les tableaux portant la class CSS "tablesorter" en cliquant simplement sur l'entête d'une colonne.<br /> |
---|
11 | <br /> |
---|
12 | Actuellement, la version SPIP nécessite d'ajouter la class "tablesorter" aux tableaux des squelettes; par la suite, ajoutera automatiquement la class "tablesorter" à tous les tableaux ayant déjà la class table.spip.<br /> |
---|
13 | <br /> |
---|
14 | Voir en ligne toutes les options de tris, sur le site de <a href="http://tablesorter.com/docs/">http://tablesorter.com</a>.<br /> |
---|
15 | <br /> |
---|
16 | Pour info : ce portage sous SPIP a failli s'appeler <strong>Triceratops</strong>. |
---|
17 | </description> |
---|
18 | <prefix>tablesorter</prefix> |
---|
19 | <pipeline> |
---|
20 | <nom>insert_head</nom> |
---|
21 | <inclure>tablesorter_pipelines.php</inclure> |
---|
22 | </pipeline> |
---|
23 | <pipeline> |
---|
24 | <nom>header_prive</nom> |
---|
25 | <inclure>tablesorter_pipelines.php</inclure> |
---|
26 | </pipeline> |
---|
27 | <categorie>navigation</categorie> |
---|
28 | </plugin> |
---|
Note: See
TracBrowser
for help on using the repository browser.