2019-09-23 19:33:58 +02:00
< ! -- THIS EMAIL WAS BUILT AND TESTED WITH LITMUS http :/ / litmus . com -- >
< ! -- IT WAS RELEASED UNDER THE MIT LICENSE https :/ / opensource . org / licenses / MIT -- >
< ! -- QUESTIONS ? TWEET US @ LITMUSAPP -- >
< ! DOCTYPE html >
< html lang = " <%= @locale %> " >
< head >
< title > < % = @subject % > < / title >
< meta http - equiv = " Content-Type " content = " text/html; charset=utf-8 " / >
< meta name = " viewport " content = " width=device-width, initial-scale=1 " >
< meta http - equiv = " X-UA-Compatible " content = " IE=edge " / >
< style type = " text/css " >
/ * CLIENT - SPECIFIC STYLES * /
body , table , td , a { - webkit - text - size - adjust : 100 % ; - ms - text - size - adjust : 100 % ; }
table , td { mso - table - lspace : 0 pt ; mso - table - rspace : 0 pt ; }
img { - ms - interpolation - mode : bicubic ; }
/ * RESET STYLES * /
img { border : 0 ; height : auto ; line - height : 100 % ; outline : none ; text - decoration : none ; }
table { border - collapse : collapse ! important ; }
body { height : 100 % ! important ; margin : 0 ! important ; padding : 0 ! important ; width : 100 % ! important ; }
/ * iOS BLUE LINKS * /
a [ x - apple - data - detectors ] {
color : inherit ! important ;
text - decoration : none ! important ;
font - size : inherit ! important ;
font - family : inherit ! important ;
font - weight : inherit ! important ;
line - height : inherit ! important ;
}
/ * MOBILE STYLES * /
@media screen and ( max - width : 600 px ) {
h1 {
font - size : 32 px ! important ;
line - height : 32 px ! important ;
}
}
/ * ANDROID CENTER FIX * /
div [ style * = " margin: 16px 0; " ] { margin : 0 ! important ; }
< / style >
< / head >
< body style = " background-color: # f4f4f4; margin: 0 !important; padding: 0 !important; " >
< ! -- HIDDEN PREHEADER TEXT -- >
< ! -- < div style = " display: none; font-size: 1px; color: # fefefe; line-height: 1px; font-family: 'Lato', Helvetica, Arial, sans-serif; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; " >
Looks like you tried signing in a few too many times . Let ' s see if we can get you back into your account.
< / div > -- >
< table border = " 0 " cellpadding = " 0 " cellspacing = " 0 " width = " 100% " >
< ! -- LOGO -- >
< tr >
< td bgcolor = " # 424056 " align = " center " >
< ! -- [ if ( gte mso 9 ) | ( IE ) ] >
< table align = " center " border = " 0 " cellspacing = " 0 " cellpadding = " 0 " width = " 600 " >
< tr >
< td align = " center " valign = " top " width = " 600 " >
< ! [ endif ] -- >
< table border = " 0 " cellpadding = " 0 " cellspacing = " 0 " width = " 100% " style = " max-width: 600px; " >
< tr >
< td align = " center " valign = " top " style = " padding: 40px 10px 40px 10px; " >
< a href = " <%= MobilizonWeb.Endpoint.url() %> " target = " _blank " >
2019-10-10 14:27:06 +02:00
< img alt = " <%= Mobilizon.Config.instance_name() %> " src = " <%= " #{MobilizonWeb.Endpoint.url()}/img/mobilizon_logo.png" %>" width="366" height="108" style="display: block; width: 366px; max-width: 366px; min-width: 366px; font-family: 'Lato', Helvetica, Arial, sans-serif; color: #ffffff; font-size: 18px;" border="0">
2019-09-23 19:33:58 +02:00
< / a >
< / td >
< / tr >
< / table >
< ! -- [ if ( gte mso 9 ) | ( IE ) ] >
< / td >
< / tr >
< / table >
< ! [ endif ] -- >
< / td >
< / tr >
2018-10-11 17:37:39 +02:00
< % = render @view_module , @view_template , assigns % >
2019-10-11 10:43:14 +02:00
< ! -- BETA WARNING -- >
< tr >
< td bgcolor = " # f4f4f4 " align = " center " style = " padding: 30px 10px 0px 10px; " >
< ! -- [ if ( gte mso 9 ) | ( IE ) ] >
< table align = " center " border = " 0 " cellspacing = " 0 " cellpadding = " 0 " width = " 600 " >
< tr >
< td align = " center " valign = " top " width = " 600 " >
< ! [ endif ] -- >
< table border = " 0 " cellpadding = " 0 " cellspacing = " 0 " width = " 100% " style = " max-width: 600px; " >
< ! -- HEADLINE -- >
< tr >
< td bgcolor = " # ff7061 " align = " center " style = " padding: 30px 30px 30px 30px; border-radius: 4px 4px 4px 4px; color: # 666666; font-family: 'Lato', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 25px; " >
< h2 style = " font-size: 25px; font-weight: 400; color: # 111111; margin: 0; " >
< % = gettext " Warning " % >
< / h2 >
< p style = " margin: 0; color: # 111111 " > < % = gettext " This is a demonstration site to test the beta version of Mobilizon. " % > < / p >
< p style = " margin: 0; color: # 111111; " > < % = gettext ( " %{b_start}Please do not use it in any real way%{b_end}: everything you create here (accounts, events, identities, etc.) will be automatically deleted every 48 hours. " , b_start : " <b> " , b_end : " </b> " ) |> raw ( ) % > < / p >
< p style = " margin: 0; color: # 111111; " >
< % = gettext ( " Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}. " , b_start : " <b> " , b_end : " </b> " ) |> raw ( ) % >
< % = gettext ( " In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}. " , a_start : " <a target='_blank' style='color: # 424056;' href='https://framablog.org/?p=18299'> " , a_end : " </a> " ) |> raw ( ) % >
< / p >
< / td >
< / tr >
< / table >
< ! -- [ if ( gte mso 9 ) | ( IE ) ] >
< / td >
< / tr >
< / table >
< ! [ endif ] -- >
< / td >
< / tr >
2019-09-23 19:33:58 +02:00
< ! -- SUPPORT CALLOUT -- >
< tr >
< td bgcolor = " # f4f4f4 " align = " center " style = " padding: 30px 10px 0px 10px; " >
< ! -- [ if ( gte mso 9 ) | ( IE ) ] >
< table align = " center " border = " 0 " cellspacing = " 0 " cellpadding = " 0 " width = " 600 " >
< tr >
< td align = " center " valign = " top " width = " 600 " >
< ! [ endif ] -- >
< table border = " 0 " cellpadding = " 0 " cellspacing = " 0 " width = " 100% " style = " max-width: 600px; " >
< ! -- HEADLINE -- >
< tr >
< td bgcolor = " # C6C2ED " align = " center " style = " padding: 30px 30px 30px 30px; border-radius: 4px 4px 4px 4px; color: # 666666; font-family: 'Lato', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 25px; " >
< h2 style = " font-size: 20px; font-weight: 400; color: # 111111; margin: 0; " >
< % = gettext " Need some help? Something not working properly? " % >
< / h2 >
2019-10-14 19:33:07 +02:00
< p style = " margin: 0; " > < a href = " https://framacolibri.org/c/mobilizon/test-mobilizon " target = " _blank " style = " color: # 424056; " >
2019-09-23 19:33:58 +02:00
< % = gettext " Ask the community on Framacolibri " % >
< / a > < / p >
< / td >
< / tr >
< / table >
< ! -- [ if ( gte mso 9 ) | ( IE ) ] >
< / td >
< / tr >
< / table >
< ! [ endif ] -- >
< / td >
< / tr >
< ! -- FOOTER -- >
< tr >
< td bgcolor = " # f4f4f4 " align = " center " style = " padding: 0px 10px 0px 10px; " >
< ! -- [ if ( gte mso 9 ) | ( IE ) ] >
< table align = " center " border = " 0 " cellspacing = " 0 " cellpadding = " 0 " width = " 600 " >
< tr >
< td align = " center " valign = " top " width = " 600 " >
< ! [ endif ] -- >
< table border = " 0 " cellpadding = " 0 " cellspacing = " 0 " width = " 100% " style = " max-width: 600px; " >
< ! -- UNSUBSCRIBE -- >
< ! -- < tr >
< td bgcolor = " # f4f4f4 " align = " left " style = " padding: 30px 30px 30px 30px; color: # 666666; font-family: 'Lato', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 18px; " >
< p style = " margin: 0; " > If these emails get annoying , please feel free to < a href = " http://litmus.com " target = " _blank " style = " color: # 111111; font-weight: 700; " > unsubscribe < / a > . < / p >
< / td >
< / tr > -- >
< ! -- ADDRESS -- >
< tr >
< td bgcolor = " # f4f4f4 " align = " center " style = " padding: 0px 30px 30px 30px; color: # 666666; font-family: 'Lato', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 18px; " >
< p style = " margin: 0; " >
< % = gettext " %{instance} is a Mobilizon server. " , instance : @instance [ :name ] % >
< a href = " https://joinmobilizon.org " > < % = gettext " Learn more about Mobilizon. " % > < / a >
< / p >
< / td >
< / tr >
< / table >
< ! -- [ if ( gte mso 9 ) | ( IE ) ] >
< / td >
< / tr >
< / table >
< ! [ endif ] -- >
< / td >
< / tr >
< / table >
2018-10-11 17:37:39 +02:00
2019-09-23 19:33:58 +02:00
< / body >
2018-10-11 17:37:39 +02:00
< / html >