forked from GobiernoFacil/map-shuffle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcard.html
More file actions
30 lines (26 loc) · 714 Bytes
/
Copy pathcard.html
File metadata and controls
30 lines (26 loc) · 714 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Título</title>
</head>
<body>
<!-- el mapa! -->
<div id="GF-SHCP-map" style="width: 500px; height: 500px; background: black"></div>
<div id="GF-card">
<p>{{cve_ppi}}</p>
<p>{{nombre}}</p>
<p>{{desc_ramo}}</p>
<p>{{tipo_ppi}}</p>
<p>{{ent_fed}}</p>
<p>{{fecha_fin_cal_fiscal}}</p>
<p>{{nombre_admin}}</p>
<p>{{meta_fisica}}</p>
<p>{{monto_total_inversion}}</p>
<p>{{aprobado}}</p>
</div>
<script src="bower_components/d3/d3.min.js"></script>
<script src="bower_components/leaflet/dist/leaflet.js"></script>
<script src="bower_components/vue/dist/vue.min.js"></script>
<script src="card.js"></script>
</body>
</html>