-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
30 lines (24 loc) · 1.25 KB
/
index.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
<html>
<head>
<title>Open Beni Confiscati</title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<link rel="stylesheet" href="http://www.simile-widgets.org/styles/common.css" type="text/css" />
<link rel="stylesheet" href="styles.css" type="text/css" />
<!-- dati in formato ATOM da Google SpreadSheet [n.b. forse problematico con nuovo fornmato usato da Google]-->
<link href="https://spreadsheets.google.com/feeds/list/0AnLypt4fNj0hdEE3MFpwOHk2djVocXQwZzcxVVpMZ0E/od6/public/basic?alt=json-in-script" rel="exhibit/data" type="application/jsonp" ex:converter="googleSpreadsheets" />
<script src="http://api.simile-widgets.org/exhibit/current/exhibit-api.js"></script>
<!-- di seguito eventuali estensioni necessarie -->
<link rel="exhibit-extension" href="http://api.simile-widgets.org/exhibit/current/extensions/map/map-extension.js"/>
</head>
<body>
<!-- tabellina di filtraggio -->
<div id="indice" ex:role="facet"
ex:expression=".sottocategoria">
</div>
<!-- Tabella dei dati -->
<div ex:role="view" ex:viewClass="Tabular"
ex:columns=".sottocategoria, .comune_scr, .regione"
ex:columnLabels="SottoCategoria, Comune, Regione"
></div>
</body>
</html>