grand luxe : le PDF personnalisé est téléchargeable pour visualisation via un lien dans le form

This commit is contained in:
cy_altern 2021-01-14 22:29:08 +01:00
parent c464fcae54
commit a978584a2f

View file

@ -84,7 +84,12 @@
<BOUCLE_pdf(DATA){source tableau, #ENV{TFichierpdfs}}>
<div class="choix">
<input type="checkbox" class="checkbox" name="#GET{name}[]" value="#VALEUR" id="#GET{name}_#COMPTEUR_BOUCLE" checked="checked" >
<label for="#GET{name}_#COMPTEUR_BOUCLE">#VALEUR</label>
[(#SET{url_pdf,[(#URL_PAGE{spipdf}|parametre_url{spipdf,#VALEUR})]})]
<BOUCLE_options(DATA){source tableau, #ENV{options}}>
[(#SET{url_pdf,[(#GET{url_pdf}|parametre_url{#CLE,#VALEUR})]})]
</BOUCLE_options>
<label for="#GET{name}_#COMPTEUR_BOUCLE">#VALEUR : <a href="#GET{url_pdf}">voir le PDF</a></label>
[(#REM) |parametre_url{arg,#ENV{options/arg}})]
</div>
</BOUCLE_pdf>
</div>