This repository has been archived on 2023-12-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ae75/www/backup/template/references-load-images.html
2020-11-02 15:46:52 +01:00

45 lines
785 B
HTML

<!---->
<TEST_ex1 variable="#ENV{id}" test="nonvide">
#SET{projet,#ENV{id}}
</TEST_ex1>
<//TEST_ex1>
<THELIA_IMAGE type="IMAGE" dossier="#GET{projet}" largeur="900">
<TEST_ex1 variable="#TOTAL" test="egal" valeur="1">
<div style="height:100%; min-height:400px;">
</TEST_ex1>
<TEST_ex2 variable="#COMPT" test="egal" valeur="1">
<div id="slider-ref" style="height:100%; min-height:400px;">
</TEST_ex2>
<//TEST_ex2>
<//TEST_ex1>
</THELIA_IMAGE>
<THELIA_IMAGE type="IMAGE" dossier="#GET{projet}" largeur="900">
<div class="bg-vid" style="background-image: url(#IMAGE)"></div>
</THELIA_IMAGE>
</div>