Last change
on this file since 119725 was
119725,
checked in by maieul@…, 14 months ago
|
vue sur la saisie fichiers : s'il y avait une erreur, l'indiquer plutot que d'essayer de lier à un fichier inexistant
|
File size:
597 bytes
|
Line | |
---|
1 | <B_resultats> |
---|
2 | <p class="afficher[ afficher_(#ENV{nom})][ saisie_(#ENV{type_saisie})]"> |
---|
3 | <BOUCLE_resultats(DATA){source tableau, #ENV{valeur}} {"<br class='spip' />"}> |
---|
4 | [(#EXTENSION|in_array{#LISTE{jpg,png,gif}}|?{ |
---|
5 | [(#VIGNETTE|balise_img|image_reduire{150})], |
---|
6 | [(#VIGNETTE|image_reduire{48})] |
---|
7 | })] |
---|
8 | <br class="spip" /> |
---|
9 | [(#ERREUR|?{ |
---|
10 | <span class='erreur'><:cvtupload:erreur{erreur=#ERREUR}:></span>, |
---|
11 | [<a href='(#URL|attribut_html)' [ (#HTML5|oui)download="download"]>]#NOM [\([(#EXTENSION|strtoupper)] - (#TAILLE|taille_en_octets)\)][(#URL|oui)</a>] |
---|
12 | })] |
---|
13 | </BOUCLE_resultats> |
---|
14 | </p> |
---|
15 | </B_resultats> |
---|
Note: See
TracBrowser
for help on using the repository browser.