]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/modules/map.html
Donation page responsivness
[people/shoehn/ipfire.org.git] / templates / modules / map.html
1 <iframe width="100%" height="500" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"
2 src="http://www.openstreetmap.org/export/embed.html?bbox={{ longitude - 4 }},{{ latitude - 4 }},{{ longitude + 4 }},{{ latitude + 4 }}&amp;layer=mapquest&amp;marker={{ latitude }},{{ longitude }}" style="border: 1px solid black">
3 </iframe>
4 <p>
5 <a href="http://www.openstreetmap.org/?lat={{ latitude }}&amp;lon={{ longitude }}&amp;zoom=8&amp;layers=M&amp;mlat={{ latitude }}&amp;mlon={{ longitude }}" target="_blank">{{ _("View larger map") }}</a>
6 -
7 &copy; <a href="http://www.openstreetmap.org/" target="_blank">OpenStreetMap</a> contributors, CC-BY-SA
8 <span class="pull-right">
9 {% if latitude >= 0 %}
10 {{ latitude }} N,
11 {% else %}
12 {{ -latitude }} S,
13 {% end %}
14 {% if longitude >= 0 %}
15 {{ longitude }} E
16 {% else %}
17 {{ -longitude }} W
18 {% end %}
19 </span>
20 </p>