forked from ScriptureEarth/ScriptureEarth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path00e-mapa.htm
More file actions
72 lines (71 loc) · 3.54 KB
/
00e-mapa.htm
File metadata and controls
72 lines (71 loc) · 3.54 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<title>Mapa de los idiomas</title>
<style type="text/css">
div.nav {
border-top: solid 1px gray;
border-bottom: solid 1px gray;
padding-top: 9px;
padding-bottom: 7px;
font-weight: bold;
vertical-align: middle;
font-size: 11pt;
text-align: center;
}
div.nav a {
text-decoration: underline;
color: #006699;
}
div.nav a:hover {
text-decoration: underline;
}
div.enter {
margin-top: 5px;
margin-bottom: 5px;
}
h2 {
margin-top: 30pt;
margin-bottom: 12pt;
}
/* Display block */
.DisplayBlock {
display: block;
}
/* Display none */
.DisplayNone {
display: none;
}
input {
font-family: Arial, Helvetica, sans-serif;
}
</style>
<script type="text/javascript" language="JavaScript1.2" src="_js/AddorChange.js"></script>
</head>
<body style="background-color: #42458c; margin: 14pt; font-family: Arial, Helvetica, sans-serif; ">
<div style='background-color: white; padding: 20px; width: 800px; margin-left: auto; margin-right: auto; '>
<img src='images/ScriptureEarth.jpg' />
</div>
<br />
<div style='background-color: white; padding: 20px; width: 800px; margin-left: auto; margin-right: auto; '>
<div class="nav" style="font-size: 9pt; font-weight: normal; "><a href="00i-map.htm" style="background-color: #dddddd; "> English version </a> <a href="00p-mapa.htm" style="background-color: #dddddd; "> Versão portuguesa </a> <a href="00f-carte.htm" style="background-color: #dddddd; "> Version française </a> <a href="00d-kaart.htm" style="background-color: #dddddd; "> Nederlandse versie </a></div>
<div class='nav'>Liste de todas las Escrituras por: <a href='00spa.php?sortby=country&name=all'>País</a> | <a href='00spa.php?sortby=lang&name=all'>Lengua</a> | <a href='00spa.php?sortby=ISO&name=all'>Código de lengua</a> | Mapa</div>
<br /><br />
<h2 style='text-align: center; margin: 0px; color: black; '>Mapa de las lenguas</h2>
<br />
<div style="text-align: center; ">
<iframe width="700" height="550" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"
src="http://maps.google.com/maps/ms?ie=UTF8&hl=es&msa=0&msid=104089857290998377194.000470571d3fd3498dc82&ll=1.054628,-89.296875&spn=138.067797,246.09375&z=2&output=embed"></iframe>
<br />Vea <a href="http://maps.google.com/maps/ms?ie=UTF8&hl=es&msa=0&msid=104089857290998377194.000470571d3fd3498dc82&ll=1.054628,-89.296875&spn=138.067797,246.09375&z=2&source=embed" style="color:#0000FF;text-align:left">las lenguas de las américas</a> en una mapa mas grande
</div>
</div>
<br />
<div style='text-align: center; background-color: #333333; margin: 0px auto 0px auto; padding: 20px; width: 800px; '>
<img src='images/top_wbtc_logo.gif' />
<br /><br />
<div class='nav' style='font-weight: normal; color: white; font-size: 10pt; '><sup>©</sup>2009 - 2019 <a href='https://www.wycliffe.ca'>Wycliffe Bible Translators of Canada</a> Inc.</div>
</div>
</body>
</html>