Changeset 90336 in spip-zone
- Timestamp:
- Jun 18, 2015, 8:21:27 AM (6 years ago)
- Location:
- _core_/plugins/mots
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/mots/paquet.xml
r89903 r90336 2 2 prefix="mots" 3 3 categorie="edition" 4 version="2.7. 0"4 version="2.7.1" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]" -
_core_/plugins/mots/prive/objets/liste/mots_lies.html
r80194 r90336 17 17 <tr class='first_row'> 18 18 <th class='picto' scope='col'></th> 19 <th class='titre' scope='col' >[(#TRI{titre,<:info_titre:>,ajax})]</th>19 <th class='titre' scope='col' colspan="2">[(#TRI{titre,<:info_titre:>,ajax})]</th> 20 20 <th class='type' scope='col'>[(#TRI{type,<:mots:info_dans_groupe:>,ajax})]</th> 21 21 <th class='action' scope='col'> </th> … … 26 26 <tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})][(#ID_MOT|=={#ENV{id_lien_ajoute}}|oui)append]"> 27 27 <td class='picto'>[(#VAL|puce_statut{mot,#ID_MOT,#ID_GROUPE})]</td> 28 <td class='titre principale' >[(#LOGO_MOT|image_reduire{20,20})]<a href="[(#ID_MOT|generer_url_entite{mot})]"29 title="<:info_numero_abbreviation|attribut_html:> #ID_MOT">[(#RANG). ]#TITRE</a></td>28 <td class='titre principale'[(#LOGO_MOT|non)colspan="2"]><a href="[(#ID_MOT|generer_url_entite{mot})]" title="<:info_numero_abbreviation|attribut_html:> #ID_MOT">[(#RANG). ]#TITRE</a></td> 29 [<td class="logo">(#LOGO_MOT|image_reduire{40,40})</td>] 30 30 <td class='type secondaire'>#TYPE</td> 31 31 <td class='action'><button type="submit" class="button link delete" name="supprimer_lien[mot-#ID_MOT-#OBJET-#ID_OBJET]" value="X"><:mots:info_retirer_mot:> [(#CHEMIN_IMAGE{supprimer-12.png}|balise_img{'X'})]</button></td>
Note: See TracChangeset
for help on using the changeset viewer.