Last change
on this file since 48045 was
48045,
checked in by yffic@…, 10 years ago
|
- Mise a jour du js tablesorter
- une icone
- ajout du pipeline insert_head_css
- changement de version et passage en stable
|
File size:
1.0 KB
|
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, Eric Lupinacci et BoOz. |
---|
6 | </auteur> |
---|
7 | <version>1.1</version> |
---|
8 | <etat>stable</etat> |
---|
9 | <icon>images/tablesorter-32.png</icon> |
---|
10 | <description> |
---|
11 | Le plugin jQuery original permet de trier les tableaux portant la class CSS "tablesorter" 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>. |
---|
12 | </description> |
---|
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 | <categorie>navigation</categorie> |
---|
27 | </plugin> |
---|
Note: See
TracBrowser
for help on using the repository browser.