Last change
on this file since 29431 was
29431,
checked in by cyril@…, 12 years ago
|
changements mineurs dans le plugin.xml
|
File size:
770 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <plugin> |
---|
3 | <nom>Tablesorter pour SPIP</nom> |
---|
4 | <auteur>Chistian Bach http://lovepeacenukes.com/ |
---|
5 | Portage sous SPIP 2.0 par Cyril Marion http://www.cym.fr</auteur> |
---|
6 | <version>0.0</version> |
---|
7 | <etat>dev</etat> |
---|
8 | <description> |
---|
9 | Pour l'instant, permet de trier les tableaux portant la class CSS "tablesorter" en cliquant simplement sur l'entête d'une colonne; par la suite, ajoutera une class "tablesorter" automatiquement à tous les tableaux ayant déjà la class table.spip. |
---|
10 | |
---|
11 | Voir en ligne toutes les options de tris, sur le site de tablesorter. |
---|
12 | </description> |
---|
13 | |
---|
14 | <prefix>tablesorter</prefix> |
---|
15 | |
---|
16 | <pipeline> |
---|
17 | <nom>insert_head</nom> |
---|
18 | <inclure>inc-head.php</inclure> |
---|
19 | </pipeline> |
---|
20 | |
---|
21 | </plugin> |
---|
Note: See
TracBrowser
for help on using the repository browser.