Changeset 60958 in spip-zone for _plugins_/popup/spipopup_spip3/modeles/popup_img.html
- Timestamp:
- May 5, 2012, 11:58:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/popup/spipopup_spip3/modeles/popup_img.html
r46503 r60958 1 1 [(#REM) 2 3 2 modele pour les documents SPIP 3 indiquer : 4 4 5 <popup_img 6 |doc=le numero du document (necessaire) 7 |lien=objet SPIP pour le lien (necessaire) 8 |skel=squelette (option) 9 |width=XX (option) 10 |height=XX (option) 11 |titre=mon titre (option) 12 > 5 <popup_img 6 |doc=le numero du document (necessaire) 7 |lien=objet SPIP pour le lien (necessaire) 8 |skel=squelette (option) 9 |width=XX (option) 10 |height=XX (option) 11 |titre=mon titre (option) 12 |options=liste d'options (option - type 'variable:valeur,...') 13 > 13 14 14 15 ] 15 16 <BOUCLE_popup_img (DOCUMENTS types_documents) {id_document=#ENV{doc}} {tout}> 16 17 [(#ENV{lien}|=={''}|non)[(#ENV{doc}|=={''}|non) 17 <a href="#POPUP{#ENV{lien},#ENV{skel,''},#ENV{width,''},#ENV{height,''},#ENV{titre,''} }">18 <a href="#POPUP{#ENV{lien},#ENV{skel,''},#ENV{width,''},#ENV{height,''},#ENV{titre,''},#ENV{options,''}}"> 18 19 <img src='#URL_DOCUMENT'[ width="(#LARGEUR)"][ height="(#HAUTEUR)"][ 19 20 title="(#TITRE|attribut_html)"]
Note: See TracChangeset
for help on using the changeset viewer.