fix fichier manquants
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{% if btn == 'more' and section == 'pack' %}
|
||||
|
||||
<div class="__btn __learn-more {{color}}">
|
||||
En savoir plus
|
||||
<div class="triangle {{color}}"></div>
|
||||
</div>
|
||||
|
||||
{% elseif btn == 'envie' %}
|
||||
|
||||
<div class="__btn __learn-more __grey">
|
||||
{{module.header.btn_txt_envie}}
|
||||
{% include 'components/buttons/icone_arrow.html.twig' %}
|
||||
</div>
|
||||
|
||||
{% elseif btn == 'devis' %}
|
||||
<a class="__btn __devis {{color}}" target="_blank" href="/organisez-vos-evenements/demande-de-devis">
|
||||
Faire une demande de devis
|
||||
</a>
|
||||
{% elseif btn == 'dl' %}
|
||||
{% set image_parts = pathinfo(item.btn_url) %}
|
||||
{% set image_basename_imgB = image_parts.basename %}
|
||||
{% set image_page_imgB = image_parts.dirname == '.' ? module : module.find(image_parts.dirname) %}
|
||||
|
||||
<a class="__btn __dl {{color}}" href="{{ image_page_imgB.media[image_basename_imgB].url() }}" download>
|
||||
{{item.btn_txt}}
|
||||
</a>
|
||||
|
||||
{% elseif btn == 'link_ext' %}
|
||||
<div class="__btn __learn-more __grey">
|
||||
En savoir plus
|
||||
{% include 'components/buttons/icone_arrow.html.twig' %}
|
||||
</div>
|
||||
{% endif %}
|
@@ -0,0 +1,38 @@
|
||||
<span>
|
||||
|
||||
<svg height="6.0939641" width="10">
|
||||
<inkscape:clipboard
|
||||
max="12.54392,7.542428"
|
||||
min="2.54392,1.4484637"
|
||||
style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.45009641;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000;stop-opacity:1" />
|
||||
<g
|
||||
id="g825"
|
||||
transform="matrix(0.38979491,-0.22504822,0.22504822,0.38979491,-58.95949,-23.049672)"
|
||||
style="fill:#ffffff;stroke:#ffffff">
|
||||
<path
|
||||
inkscape:transform-center-y="-1.5488751e-06"
|
||||
inkscape:transform-center-x="-1.2765429"
|
||||
d="m 106.39593,121.13789 -3.82964,2.21104 -3.829629,2.21104 v -4.42208 -4.42208 l 3.829629,2.21104 z"
|
||||
inkscape:randomized="0"
|
||||
inkscape:rounded="0"
|
||||
inkscape:flatsided="false"
|
||||
sodipodi:arg2="1.0471976"
|
||||
sodipodi:arg1="0"
|
||||
sodipodi:r2="2.5530884"
|
||||
sodipodi:r1="5.1061769"
|
||||
sodipodi:cy="121.13789"
|
||||
sodipodi:cx="101.28975"
|
||||
sodipodi:sides="3"
|
||||
id="path819"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
sodipodi:type="star" />
|
||||
<rect
|
||||
y="120.63676"
|
||||
x="82.185379"
|
||||
height="1.0022607"
|
||||
width="16.036171"
|
||||
id="rect821"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</svg>
|
||||
</span>
|
@@ -0,0 +1,8 @@
|
||||
<div class="close">
|
||||
<svg height="14.998837" width="15" >
|
||||
<g transform="matrix(2.8345935,0,0,2.8345935,-66.055662,-122.48714)">
|
||||
<path d="m 23.509451,43.41759 4.879659,4.879249" style="fill:none;stroke:#79797b;stroke-width:0.412105;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path style="fill:none;stroke:#79797b;stroke-width:0.412105;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 23.509451,48.296839 28.38911,43.41759" />
|
||||
</g>
|
||||
</svg>
|
||||
</div>
|
Reference in New Issue
Block a user