grand luxe : le PDF personnalisé est téléchargeable pour visualisation via un lien dans le form
This commit is contained in:
parent
c464fcae54
commit
a978584a2f
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue