-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathejercito.html
76 lines (64 loc) · 2.6 KB
/
ejercito.html
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
73
74
75
76
<html>
<head>
<title>INE eChile | Estadisticas para eRepublik Chile</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
.timeplot {
margin: 2em;
}
</style>
<link rel='stylesheet' href='common.css' type='text/css' />
<script src="http://api.simile-widgets.org/timeplot/1.1/timeplot-api.js" type="text/javascript"></script>
<script src="army.js" type="text/javascript"></script>
</head>
<body onLoad="onLoad();" onResize="onResize();">
<ul id="path">
<li><a href="/" title="Home">INE eChile</a></li>
<li><a href="testeo.html" title="Home">Datos de Población</a></li>
<li><a href="http://www.ucll.info/INE/vitalidad.html" title="Home">Vitalidad</a></li>
<li><a href="http://www.ucll.info/INE/moneda.html" title="Home">Datos Economicos</a></li>
<li><span>Datos Militares</span></li>
<li><a href="http://www.ucll.info/INE/partidos.html" title="Home">Datos de Partidos</a></li>
<li><a href="http://www.ucll.info/INE/foro.html" title="Home">Miembros del Foro</a></li>
</ul>
<div id="header">
<h1>Fuerza Promedio en eChile</h1>
</div>
<div id="timeplot0" class="timeplot" style="height: 200px;"></div>
<div id="header">
<h1>Numero de Soldados Rasos en eChile</h1>
</div>
<div id="timeplot1" class="timeplot" style="height: 200px;"></div>
<div id="header">
<h1>Numero de Cabos en eChile</h1>
</div>
<div id="timeplot2" class="timeplot" style="height: 200px;"></div>
<div id="header">
<h1>Numero de Sargentos en eChile</h1>
</div>
<div id="timeplot3" class="timeplot" style="height: 200px;"></div>
<div id="header">
<h1>Numero de Tenientes en eChile</h1>
</div>
<div id="timeplot4" class="timeplot" style="height: 200px;"></div>
<div id="header">
<h1>Numero de Capitanes en eChile</h1>
</div>
<div id="timeplot5" class="timeplot" style="height: 200px;"></div>
<div id="header">
<h1>Numero de Coroneles en eChile</h1>
</div>
<div id="timeplot6" class="timeplot" style="height: 200px;"></div>
<div id="header">
<h1>Numero de Generales en eChile</h1>
</div>
<div id="timeplot7" class="timeplot" style="height: 200px;"></div>
<div id="header">
<h1>Numero de Mariscales de Campo en eChile</h1>
</div>
<div id="timeplot8" class="timeplot" style="height: 200px;"></div>
<div id="footer">
Registrado © <a href="http://www.ucll.info/INE/">INE eChile</a>, todos los datos son obtenidos desde la <a href="http://api.erepublik.com/">API de eRepublik</a>
</div>
</body>
</html>