-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathfax-sent.tmpl
50 lines (42 loc) · 1.82 KB
/
fax-sent.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/static/css/flags.css">
<link rel="stylesheet" type="text/css" href="/static/css/pimail.css">
<style>
.hidden {
display: none;
}
</style>
</head>
<title>Fax your MEP</title>
</head>
<body>
<div id=global>
<h1>Write MEPs! Demand the enforcement of a true and unconditional Net neutrality!</h1>
<div id=mep_infos>
<section id=mep_name>To:<br>{{name}} <img src="/static/groups/group_icon_{{group_short}}.png" style="vertical-align:middle;"> </section>
<section id=mep_pic><img src="{{image}}" style="height:120px;"></section>
<section id=mep_group>{{group}}</section>
<section id=mep_country><img src="/static/blank.gif" class="flag flag-{{country_short}}" alt="{{country}}"> {{country}}</section>
{% if facebook %}
<a href="{{facebook}}"><img src="/static/images/fb.jpg"></img></a>
{% endif %}
{% if twitter %}
<a href="https://twitter.com/{{twitter}}"><img src="/static/images/tw.png"></img></a>
{% endif %}
</div>
<div id=actionbox>
Your fax is on it's way!
<section><a href="." class="button green">Send another Fax!</a></section>
<br/>
{% if twitter %}
<section><a target="_blank" href="https://twitter.com/intent/tweet?text=I%20just%20sent%20a%20Fax%20to%20%40{{twitter}}%20via%20https%3A%2F%2Fwww.savetheinternet.eu.%20Tell%20your%20parliamentarian%20to%20defend%20the%20open%20Internet!%20%23netneutrality" class="button green">Tweet about your Fax!</a></section>
{% else %}
<section><a target="_blank" href="https://twitter.com/intent/tweet?text=Protect%20the%20open%20Internet%20from%20big%20cable%20companies.%20Join%20the%20fight%20for%20net%20neutrality%20in%20Europe%20on%20https%3A%2F%2Fwww.savetheinternet.eu%2F" class="button green">Tweet about your Fax!</a></section>
{% endif %}
</form>
</div>
</div>
</body>
</html>