This repository has been archived by the owner on Sep 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsuppliers.html
183 lines (156 loc) · 8.96 KB
/
suppliers.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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Norfolk County Council ::: Spending Dashboard ::: Open Spending Data bought to life</title>
<meta name="description" content="Developer: Spendnetwork.com, Organiser: Norfolk County Council, Category: Local Goverment, Spending, Open Data, Total size: 54m rows">
<meta name="robots" content="all">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/pure-min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/buttons.css">
<link rel="stylesheet" href="css/tables.css">
<link rel="stylesheet" href="css/menus.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="font-awesome-4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/norfolk-timeline.css">
<!-- <link rel="stylesheet" href="/css/norfolk-pipeline-page.css"> -->
<link rel="stylesheet" href="css/dc.css">
<!--
<link rel="stylesheet" href="http://weloveiconfonts.com/api/?family=fontawesome ">
-->
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
<!--<![endif]-->
<!-- DataTables CSS -->
<link rel="stylesheet" type="text/css" href="DataTables-1.10.7/media/css/jquery.dataTables.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<script src="js/d3.min.js"></script>
<script src="js/dimple.v2.1.2.min.js"></script>
<script src="http://labratrevenge.com/d3-tip/javascripts/d3.tip.v0.6.3.js"></script>
<script src="js/pace.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to stay safe online, and to improve your experience.</p>
<![endif]-->
<header>
<!-- styling needed for this section -->
<div class="headline_row headline_text pure-g">
<div class="pure-u-3-4">Norfolk County Council: Spending Dashboard</div>
<div class="pure-u pure-u-1-4">
<a href="http://www.norfolk.gov.uk/" class="pure-menu-heading"><img src="img/norfolk-county-council-logo.jpeg" alt="Norfolk County Council Logo" width="300"></a>
</div>
</div>
<div class="pure-g-r menu_row">
<nav class="pure-menu pure-menu-open pure-menu-horizontal">
<ul>
<li class="pure-menu"><a href="index.html">Dashboard</a></li>
<li class="pure-menu"><a href="categories.html">Categories</a></li>
<li class="pure-menu-selected"><a href="suppliers.html">Suppliers</a></li>
<li class="pure-menu"><a href="services.html">Services</a></li>
<li class="pure-menu"><a href="pipeline.html">Pipeline</a></li>
<li class="pure-menu"><a href="downloads.html">Downloads</a></li>
<!-- other items ... -->
</ul>
</nav>
</div>
</header>
<section class="dashboard pure-g-r clearfix">
<div class="pure-u-1-24"> </div>
<!-- add the left hand gutter -->
<div class="pure-u-22-24"><!-- the core central panel -->
<!-- Breadcrumb ///**** change for new files -->
<div class="pure-g-r breadcrumb">
<a href="http:www.norfolk.gov.uk">norfolk.gov.uk</a>
/
<a href="http://www.norfolk.gov.uk/Council_and_democracy/Your_information/Open_Data/Payments_to_suppliers/index.htm">spending</a>
/
<a href="index.html">dashboard</a>
/
<a href="suppliers.html">suppliers</a>
</div> <!-- breadcrumb -->
<!-- ++++++++++++++++++++++++++++++++++++++++++++++++ Row 1 +++++++++++++++++++++ -->
<div class="pure-u-1 dashboard-piece">
<div class="dashboard-content">
<div class="container_box r1b1" id="r1b1">
<!-- +++++++++++++++++++ Row 1, box 1 ++++++++++++++++++++++++++++++++
--><div class="box_header box_text pure-g-r">
Supplier spend
</div>
<div class="box_sub">
<div class="pure-u-7-8 year-chooser">
<button class="pure-button button-small pure-button-active" id="yall" onclick="setdata('',this.id)">All</button>
<button class="pure-button button-small" id="y2013" onclick="setdata('2013',this.id)">2013</button>
<button class="pure-button button-small" id="y2014" onclick="setdata('2014',this.id)">2014</button>
<button class="pure-button button-small" id="y2015" onclick="setdata('2015',this.id)">2015</button>
<button class="pure-button button-small" id="y2016" onclick="setdata('2016',this.id)">2016</button>
</div><!--
--><div class="pure-u-1-8 download_data">
<a download class="pure-button button-secondary" href="https://dataclips.heroku.com/hzvejlkwrqxguqgwkqztvjajajqz-norfolk_supplier.csv">
<i class="fa fa-download"></i>
Data
</a>
</div>
</div><!--
--><div class="pure-g-r box_main" id="r1b1">
<div class="graph_wrapper"></div>
</div>
<div class="box_sub box_sub_table">
<div class="pure-g-r box_table">
<div class="pure-g-r t22table">
<table id="data_table" class="display">
<thead></thead>
<tbody></tbody>
</table>
</div>
</div>
</div>
<div class="box_footer">
Dashboard by <a href="http://www.spendnetwork.com">Spend Network</a>
</div>
</div>
</div>
</div><!--
++++++++++++++++++++++++++++++++++++ end of row 1 ++++++++++++++++++++++++++++++++++++++++++++++++++
--><div class="pure-u-1-24"> </div>
</div>
</section>
<footer>
<div class="pure-u-1-24"> </div>
<div class="pure-u-22-24 breadcrumb">
<a href="http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/">Published under Open Government License</a>
|
<a href="" alt="link to github repo">An open source, open data project</a> funded by the <a href="http://www.local.gov.uk/local-transparency/-/journal_content/56/10180/3926733/ARTICLE">Local Authority Open Data Breakthrough Fund</a>
|
<a href="privacy.html">Privacy policy</a>
</div>
<div class="pure-u-1-24"> </div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<!-- jQuery -->
<!--<script type="text/javascript" charset="utf8" src="/DataTables-1.10.7/media/js/jquery.js"></script>-->
<!-- DataTables -->
<script type="text/javascript" charset="utf8" src="DataTables-1.10.7/media/js/jquery.dataTables.js"></script>
<script src="js/plugins.js"></script>
<script src="js/graphs_suppliers.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<!--
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
-->
</body>
</html>