Changeset 52487 in spip-zone
- Timestamp:
- Oct 5, 2011, 11:44:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/tablesorter/plugin.xml
r48160 r52487 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 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.2</version> 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> 8 7 <etat>stable</etat> 9 8 <icon>images/tablesorter-32.png</icon> 10 9 <description> 11 Ce plugin permet de trier les tableaux portant la class CSS "spip" en cliquant simplement sur l'ent& ecirc;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>.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]. 12 11 </description> 12 <lien>http://www.spip-contrib.net/Tablesorter-pour-SPIP</lien> 13 13 <prefix>tablesorter</prefix> 14 14 <pipeline> … … 24 24 <inclure>tablesorter_pipelines.php</inclure> 25 25 </pipeline> 26 <necessite id="SPIP" version="[1.9.0;2.1.99]" /> 26 27 <categorie>navigation</categorie> 27 28 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.