[PLUGINS] +set de base
[lhc/web/www.git] / www / plugins / facteur / emails / inc-button.html
1 [(#REM)
2 Bulletproof button code for email html
3 from http://emailbtn.net/
4
5 Arguments :
6 url
7 label
8 color (#ffffff par defaut)
9 bgcolor (#556270 par defaut)
10 bordercolor (#1e3650 par defaut)
11 borderradius (4px par defaut)
12 width (200px par defaut)
13 height (40px par defaut)
14 bgurl (rien par defaut)
15 ]
16 <span style="display: inline-block;"><!--[if mso]>
17 <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="#ENV*{url}" style="height:#ENV{height,40px};v-text-anchor:middle;width:#ENV{width,200px};"[(#ENV{borderradius,4px}|intval|oui)arcsize="[(#ENV{borderradius,4px}|intval|mult{100}|div{#ENV{height,40px}|intval}|intval)%]"] strokecolor="#ENV{bordercolor,#1e3650}" [(#ENV{bgurl,''}|?{'fill="t"',[fillcolor="(#ENV{bgcolor,#556270})"]})]>
18 [<v:fill type="tile" src="(#ENV{bgurl,''})" color="#ENV{bgcolor,#556270}" />
19 ]<w:anchorlock/>
20 <center style="color:#ENV{color,#ffffff};font-family:sans-serif;font-size:13px;font-weight:bold;">#ENV*{label}</center>
21 </v:roundrect>
22 <![endif]--><![if !mso]><a href="#ENV*{url}"
23 style="background-color:#ENV{bgcolor,#556270};[background-image:url\((#ENV{bgurl,''})\);]border:1px solid #ENV{bordercolor,#1e3650};[border-radius:(#ENV{borderradius,4px});]color:#ENV{color,#ffffff};display:inline-block;font-family:sans-serif;font-size:13px;font-weight:bold;line-height:#ENV{height,40px};text-align:center;text-decoration:none;width:#ENV{width,200px};-webkit-text-size-adjust:none;">#ENV*{label}</a><![endif]></span>