Changeset 105353 in spip-zone
- Timestamp:
- Jul 17, 2017, 10:25:31 AM (4 years ago)
- Location:
- _plugins_/ctan/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/ctan/trunk/modeles/ctan-pkg-auteur-recherche.html
r95950 r105353 6 6 #SET{inactif,''} 7 7 <BOUCLE_test_actif(DATA){source simplexml, http://www.ctan.org/xml/pkg/#VALEUR{attributes/key}}{datapath root/children/authorref} > 8 [(#VALEUR{attributes/id}|=={ auth:#ENV{class}}|oui)8 [(#VALEUR{attributes/id}|=={#ENV{class}}|oui) 9 9 [(#VALEUR{attributes/active}|=={false}|oui) 10 10 #SET{inactif,oui} -
_plugins_/ctan/trunk/modeles/ctan-pkg-auteur.html
r103713 r105353 6 6 #SET{inactif,''} 7 7 <BOUCLE_test_actif(DATA){source simplexml, http://www.ctan.org/xml/pkg/#VALEUR{attributes/key}}{datapath root/children/authorref} > 8 [(#VALEUR{attributes/id}|=={ auth:#ENV{class}}|oui)8 [(#VALEUR{attributes/id}|=={#ENV{class}}|oui) 9 9 [(#VALEUR{attributes/active}|=={false}|oui) 10 10 #SET{inactif,oui} -
_plugins_/ctan/trunk/paquet.xml
r103720 r105353 2 2 prefix="ctan" 3 3 categorie="divers" 4 version="1.1. 2"4 version="1.1.3" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.2.*]"
Note: See TracChangeset
for help on using the changeset viewer.