Changeset 61134 in spip-zone
- Timestamp:
- May 8, 2012, 8:27:07 PM (9 years ago)
- Location:
- _plugins_/spip-lettres
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/spip-lettres/branches/spip-lettres-4/lettre_preview.html
r60476 r61134 7 7 Prévisu d'une lettre non encore envoyée 8 8 ]<BOUCLE_preview(LETTRES){id_lettre}> 9 [(#HTTP_HEADER{[Content-Type:(#ENV{format}|=={texte}|?{'text/plain','text/html'}); charset :#CHARSET]})]9 [(#HTTP_HEADER{[Content-Type:(#ENV{format}|=={texte}|?{'text/plain','text/html'}); charset=#CHARSET]})] 10 10 [(#AUTORISER{previsualiser,lettre,#ID_LETTRE}|oui) 11 11 <INCLURE{fond=#ENV{format}|=={texte}|?{#CONFIG{spip_lettres_fond_lettre_texte},#CONFIG{spip_lettres_fond_lettre_html}}}{env}{lang=#LANG}> -
_plugins_/spip-lettres/trunk/lettre_preview.html
r45236 r61134 7 7 Prévisu d'une lettre non encore envoyée 8 8 ] 9 [(#HTTP_HEADER{[Content-Type:(#ENV{format}|=={texte}|?{'text/plain','text/html'}); charset :#CHARSET]})]9 [(#HTTP_HEADER{[Content-Type:(#ENV{format}|=={texte}|?{'text/plain','text/html'}); charset=#CHARSET]})] 10 10 [(#AUTORISER{previsualiser,lettre,#ID_LETTRE}|oui) 11 11 <INCLURE{fond=#ENV{format}|=={texte}|?{#CONFIG{spip_lettres_fond_lettre_texte},#CONFIG{spip_lettres_fond_lettre_html}}}{env}>
Note: See TracChangeset
for help on using the changeset viewer.