-
Notifications
You must be signed in to change notification settings - Fork 0
/
agregas.html
executable file
·150 lines (121 loc) · 6.26 KB
/
agregas.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Estado Nodos Agrega</title>
<!-- datos -->
<link href="nodos.js" type="application/json" rel="exhibit-data" />
<link href="estado_nodos.js" type="application/json" rel="exhibit-data" />
<link href="agrega_aragon.csv" type="text/csv" rel="exhibit-data" data-ex-properties="label,estado,type" data-ex-has-column-titles="true" />
<!-- Replace the URL here with your Exhibit 3.0 script location -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/bootstrap/3.3.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/bootstrap/3.3.0/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://cdn.jsdelivr.net/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<link rel="exhibit-extension" href="http://api.simile-widgets.org/exhibit/3.1.1/extensions/map/map-extension.js" />
<link rel="exhibit-extension" href="http://api.simile-widgets.org/exhibit/3.1.1/extensions/time/time-extension.js" />
<script src="http://api.simile-widgets.org/exhibit/3.1.1/exhibit-api.js" type="text/javascript"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
h2 {
text-align: center;
}
.timeline-event-label,
.exhibit-color-legend {
display: None;
}
div.exhibit-viewPanel-viewSelection {
padding-bottom: 1em;
}
</style>
</head>
<body>
<div data-ex-role="collection" data-ex-item-types="nodo" id="col_nodos"></div>
<div data-ex-role="collection" data-ex-item-types="estado" id="col_estados"></div>
<div data-ex-role="collection" data-ex-item-types="ar" id="col_ar"></div>
<div data-ex-role="coder" data-ex-coder-class="Color" id="color_estado" style="display: none">
<span data-ex-color="red">off</span>
<span data-ex-color="green">on</span>
</div>
<div data-ex-role="coder" data-ex-coder-class="Icon" id="icono_estado" style="display: none">
<span data-ex-icon="http://api.simile-widgets.org/timeline/2.3.1/images/dull-green-circle.png">on</span>
<span data-ex-icon="http://api.simile-widgets.org/timeline/2.3.1/images/dull-red-circle.png">off</span>
</div>
<div class="container-fluid">
<h2 id="fecha">Estado nodos Agrega :: </h2>
<div class="col-xs-8 center-block" style="float:none;">
</div>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10">
<div data-ex-role="exhibit-viewPanel">
<div data-ex-role="view" data-ex-view-class="Map" data-ex-collection-i-d="col_nodos" data-ex-latlng=".latlon" data-ex-zoom="5" data-ex-label="Nodos de Agrega" data-ex-center="36, -3.7037902" data-ex-map-height="500" data-ex-label="¿Dónde hay nodos?" data-ex-shape-alpha="0.6" data-ex-color-key=".estado" data-ex-color-coder="color_estado" data-ex-color-legend-label="Estado de los nodos" data-ex-show-header="false">
<div data-ex-role="lens" class="a-lens" style="display: none;">
<table class="details table table-striped">
<tr>
<td class="property">Nodo:</td>
<td>
<span data-ex-content=".label"></span>
</td>
</tr>
<tr>
<td class="property">Url:</td>
<td>
<a data-ex-href-content=".url">
<span data-ex-content=".url"></span>
</a>
</td>
</tr>
<tr>
<td class="property">Estado:</td>
<td>
<span data-ex-content=".estado"></span>
</td>
</tr>
</table>
</div>
</div>
<div data-ex-role="view" data-ex-view-class="Timeline" data-ex-start=".label" data-ex-timeline-height="480" data-ex-show-summary="false" data-ex-show-legend="false" data-ex-icon-key=".estado" data-ex-label="Estado del nodo de Aragón" data-ex-marker=".estado" data-ex-show-header="false" data-ex-collection-i-d="col_ar" data-ex-top-band-unit="week" data-ex-label=".estado" data-ex-icon-coder="icono_estado">
<div data-ex-role="lens" class="a-lens" style="display: none;">
<table class="details table table-striped">
<tr>
<td class="property">Fecha:</td>
<td>
<span data-ex-content=".label"></span>
</td>
</tr>
<tr>
<td class="property">Estado:</td>
<td>
<span data-ex-content=".estado"></span>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<p>by @lmorillas</p>
</footer>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-1734348-11', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>