-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
147 lines (131 loc) · 6.48 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
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
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="utf-8">
<title>openmepa</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="@nelsonmau">
<meta name="keywords" content="">
<meta property="og:image" content="" />
<meta property="og:title" content="" />
<meta property="og:url" content="" />
<!--link rel="stylesheet/less" href="less/bootstrap.less" type="text/css" /-->
<!--link rel="stylesheet/less" href="less/responsive.less" type="text/css" /-->
<!--script src="js/less-1.3.3.min.js"></script-->
<!--append ‘#!watch’ to the browser URL, then refresh the page. -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="img/favicon.png">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
<link rel="exhibit/data"
type="text/csv"
href="openMepa.csv"
/> <!-- ex:converter="googleSpreadsheets" -->
<!-- source: https://docs.google.com/spreadsheets/d/1_jBUTAMwKvEYwf4ymHqFqTWrojH10sIHwJ0RkCctqIc/edit#gid=781303400 -->
<script src="./js/dist/exhibit-api.js?locale=en"></script>
<script type="text/javascript">
var tableStyler = function(table, database) {
$(table).addClass("table table-condensed table-striped");
};
</script>
</head>
<body>
<div class="container">
<div class="row clearfix">
<div class="col-md-2 column">
</div>
<div class="col-md-8 column">
<h3 class="text-center">il mepa un po' più open</h3>
<p>
L'obiettivo di questo progetto è rendere accessibili le gare di appalto di acquistinretepa in tempo utile per favorirne la partecipazione e la consultazione tramite un motorino di ricerca live. I dati vengono estratti con dataminer / xpath dall'elenco delle RdO (Richieste di offerta) aperte di acquisti in rete. Anche se non vengono usati in questo progetto specifico, segnalo che esistono gli Open Data su <a href="http://dati.consip.it/dataset">http://dati.consip.it/dataset</a>. Se vuoi approfondire, <a href="https://github.com/ondata/openmepa/">guarda i file e il repository su Github</a>.
<strong>Occhio</strong>: i titoli dei singoli bandi rimandando alle singole pagine all'interno di <a href="https://www.acquistinretepa.it">Acquistinretepa.it</a>: temo che si debba per forza essere registrati al sito per vedere i dettagli. :/
<hr>
</div>
<div class="col-md-2 column">
<!--
<ul class="share-buttons">
<li><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fopendatacompanies.eu&t=" title="Share on Facebook" target="_blank" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=' + encodeURIComponent(document.URL) + '&t=' + encodeURIComponent(document.URL)); return false;"><img src="img/Facebook.png"></a></li>
<li><a href="https://twitter.com/intent/tweet?source=http%3A%2F%2Fpetrusino.opendatasicilia.it&text=:%20http%3A%2F%2Fpetrusino.opendatasicilia.it&via=opendatasicilia" target="_blank" title="Tweet" onclick="window.open('https://twitter.com/intent/tweet?text=' + encodeURIComponent(document.title) + ':%20' + encodeURIComponent(document.URL)); return false;"><img src="img/Twitter.png"></a></li>
<li><a href="https://plus.google.com/share?url=http%3A%2F%2Fopendatacompanies.eu" target="_blank" title="Share on Google+" onclick="window.open('https://plus.google.com/share?url=' + encodeURIComponent(document.URL)); return false;"><img src="img/Google+.png"></a></li>
</ul>
-->
</div>
</div>
<div class="row clearfix">
<div class="col-md-3 col-sm-12 column">
<div ex:role="facet"
ex:expression=".categoria"
ex:facetLabel="categoria"
ex:sortMode="value"
ex:orders=".scadenza">
</div>
<div ex:role="facet"
ex:expression=".enteCommittente"
ex:facetLabel="committente"
ex:sortMode="value">
</div>
<div ex:role="facet"
ex:expression=".pubblicazione"
ex:facetLabel="data pubblicazione"
ex:sortMode="value">
</div>
</div>
<div class="col-md-9 col-sm-12 col-xs-12 column">
<strong>Cerca</strong>
<div ex:role="facet" ex:facetClass="TextSearch">
</div>
<div ex:role="viewPanel" style="padding: 0in;">
<div ex:role="exhibit-view"
ex:viewClass="Exhibit.TabularView"
ex:label="Table"
ex:columns=".scadenza"
ex:columnLabels="Elenco dei dataset"
ex:columnFormats="list"
ex:sortColumn="3"
ex:sortDescending="true"
ex:tableStyler="tableStyler">
<div ex:role="exhibit-lens">
<div class="table-responsive">
<table class="table" ex:class-content=".territorio">
<tr>
<td>
<a ex:href-content=".link" ex:onclick-subcontent="trackOutboundLink('{{.link}}'); return false;" target="_blank">
<strong><h3 ex:content=".descrizione"></h3 ></strong>
</a>
<br><strong>Committente:</strong> <span ex:content=".enteCommitente" class="petrusino"></span>
<br><strong>Importo:</strong> € <span ex:content=".valore" class="petrusino"></span>
<br><strong>Categoria:</strong> <span ex:content=".categoria" class="petrusino"></span>
<br><strong>Pubblicato il:</strong> <span ex:content=".pubblicazione" class="petrusino"></span> | <strong>Scade il:</strong> <span ex:content=".scadenza" class="petrusino"></span>
<br><strong>Bando numero:</strong> <span ex:content=".numero" class="petrusino"></span>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<hr>
</div>
</div>
<footer>
<div class="container">
<hr>
<p class="text-center">Se vuoi approfondire, <a href="https://github.com/ondata/openmepa/">guarda i file e il repository su Github</a>.
</p>
</div>
</footer>
</body>
</html>