forked from ONSdigital/Alpha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupplementary.html
477 lines (373 loc) · 19.2 KB
/
supplementary.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Prototype: Supplementary</title>
<link href='//fonts.googleapis.com/css?family=Open+Sans:300,400|Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Yamm styles-->
<link href="css/menu.css" rel="stylesheet">
<link href="css/demo.css" rel="stylesheet">
<!-- Alpha -->
<link href="css/alpha.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container bg_warning alpha-header">
<p class="alpha-header-title">Office for National Statistics
<span>Prototype</span>
</p>
<p class="alpha-header-copy">This is a mock-up of our new website. You should still use the <a href="http://www.ons.gov.uk">current site</a>
</p>
</div>
<div class="container">
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid" id="topbar">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img id="logo" src="images/70x140ONScolourlogo.png" class="pull-left"/></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<!--
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#">Release Calendar</a></li>
<li><a href="#">About</a></li>
</ul>
-->
<!-- SEARCH -->
<ul class="nav navbar-nav navbar-right">
<li>
<form class="navbar-form navbar-left" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search form-control-feedback"></span></button>
</form>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
<!-- MENU BAR -->
<div class="container">
<nav class="navbar navbar-default" role="navigation" id="topmenu">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" data-toggle="collapse" data-target="#one">Business, Industry and Trade</a>
</li>
<li class="dropdown">
<a href="#" data-toggle="collapse" data-target="#two">Economy</a>
</li>
<li class="dropdown">
<a href="#" data-toggle="collapse" data-target="#three">Employment and Labour Market</a>
</li>
<li class="dropdown">
<a href="#" data-toggle="collapse" data-target="#four">People, Population and Community</a>
</li>
<li><a href="#">Release Calendar</a></li>
<li class="dropdown menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b> </a>
<ul class="dropdown-menu megamenu row">
<li class="col-sm-12">
<ul>
<li class="dropdown-header">Themes</li>
<li><a class="" href="index.html">Home</a></li>
<li><a class="" href="economy.html">Economy</a></li>
<li><a class="" href="inflation.html">Inflation</a></li>
</ul>
</li>
<li class="col-sm-12">
<ul>
<li class="dropdown-header">Bulletin</li>
<li><a href="release.html">Release</a></li>
<li><a href="slice.html">Slice</a></li>
<!-- <li><a href="summary.html">Summary</a></li> -->
<li><a href="bulletin.html">Bulletin</a></li>
<!-- <li><a href="supplementary.html">Supplementary</a></li> -->
<li><a href="observation.html">Observation</a></li>
</ul>
</li>
<li class="col-sm-12">
<ul>
<li class="dropdown-header">Other</li>
<li><a href="article.html">Article</a></li>
<li><a href="series.html">Search ID</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</nav>
<nav class="navbar navbar-default" role="navigation" id="submenu">
<ul class="nav navbar-nav collapse" id="one">
<li><a href="#" id="">Business</a></li>
<li><a href="#" id="">Changes to Business</a></li>
<li><a href="#" id="">International Trade</a></li>
<li><a href="#" id="">Construction</a></li>
<li><a href="#" id="">IT and Internet</a></li>
<li><a href="#" id="">Manufacturing and Production</a></li>
<li><a href="#" id="">Retail</a></li>
<li><a href="#" id="">Tourism</a></li>
</ul>
<ul class="nav navbar-nav collapse" id="two">
<li><a href="economy.html" id="">Economic Output</a></li>
<li><a href="economy.html" id="">Environmental Accounts</a></li>
<li><a href="economy.html" id="">Government</a></li>
<li><a href="economy.html" id="">GDP</a></li>
<li><a href="economy.html" id="">GVA</a></li>
<li><a href="inflation.html" id="">Inflation</a></li>
<li><a href="inflation.html" id="">Investments</a></li>
<li><a href="inflation.html" id="">National Accounts</a></li>
<li><a href="inflation.html" id="">Regional Accounts</a></li>
</ul>
<ul class="nav navbar-nav collapse" id="three">
<li><a href="economy.html">People in Work</a></li>
<li><a href="economy.html">People not in Work</a></li>
<li><a href="inflation.html">Public Sector Personnel</a></li>
</ul>
<ul class="nav navbar-nav collapse" id="four">
<li><a href="#" id="">Births, Deaths and Marriages</a></li>
<li><a href="#" id="">Crime</a></li>
<li><a href="#" id="">Community</a></li>
<li><a href="#" id="">Education</a></li>
<li><a href="#" id="">Health and Social Care</a></li>
<li><a href="#" id="">Housing</a></li>
<li><a href="#" id="">Population</a></li>
<li class="dropdown menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">More… <b class="caret"></b> </a>
<ul class="dropdown-menu megamenu row">
<li class="col-sm-12">
<ul>
<li><a href="#" id="">Cultural Identity</a></li>
<li><a href="#" id="">Elections</a></li>
<li><a href="#" id="">Household Characteristics</a></li>
<li><a href="#" id="">Leisure and Tourism</a></li>
<li><a href="#" id="">Personal and Household Finances</a></li>
<li><a href="#" id="">Well-being</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</nav>
</div>
<!-- END MENU BAR -->
<!-- CHARTS -->
<div class="container ">
<h2><img id="natstat" src="images/ns.gif" class="pull-left"/> Statistical Bulletin for Producer Price Index, February 2014</h2>
<div class="col-md-8">
<div class=" box bg-white">
<div class="info-block"><!-- BODY BOX-->
<p><i class="fa fa-chevron-left"> </i><a href="release.html">Back to release</a></p>
<h5>Table of contents</h5>
<div class="row">
<div class="col-md-6">
<ol>
<li><a href="summary.html">Summary</a></li>
<li><a href="bulletin.html">What is Producer Price Inflation (PPI)?</a></li>
<li><a href="supplementary.html">Output prices: summary</a></li>
<li><strong><a href="supplementary.html">Supplementary analysis - Output prices</a></strong></li>
<li><a href="supplementary.html">Output prices: detailed commentary</a></li>
<li><a href="supplementary.html">Prices infographic</a></li>
</ol>
</div>
<div class="col-md-6">
<ol start="7">
<li><a href="supplementary.html">Input prices: summary</a></li>
<li><a href="supplementary.html">Supplementary analysis - Input prices</a></li>
<li><a href="supplementary.html">Input prices: detailed commentary</a></li>
<li><a href="supplementary.html">Revisions</a></li>
<li><a href="supplementary.html">Background notes</a></li>
<li><a href="supplementary.html">Statistical contacts</a></li>
</ol>
</div>
</div>
</div>
</div>
<h3>Supplementary analysis - Output prices</h3>
<div class="">
<p>
Table B shows the annual percentage change in price across all product groups
and Figure B shows their contribution to the annual factory gate inflation rate.
Table C and Figure C show the same information but for the monthly factory gate
inflation rate.
</p>
<div class="shim">
</div>
<h4>Table B: 12 months change to February 2014</h4>
<table class='table table-striped table-hover table-condensed' cellpadding='0' cellspacing='0' border='0'>
<tr><th class='ui-widget-content first' width='50%'> Product Group </th><th> Percentage change </th></tr>
<tr><td class='ui-widget-content first'>Food products</td><td class='ui-widget-content' >1.6</td></tr>
<tr><td class='ui-widget-content first stripe'>Tobacco & alcohol</td><td class='ui-widget-content stripe' >1.9</td></tr>
<tr><td class='ui-widget-content first'>Clothing, textiles & leather</td><td class='ui-widget-content' >2.3</td></tr>
<tr><td class='ui-widget-content first stripe'>Paper & printing</td><td class='ui-widget-content stripe' >1.2</td></tr>
<tr><td class='ui-widget-content first'>Petroleum products</td><td class='ui-widget-content' >-7.3</td></tr>
<tr><td class='ui-widget-content first stripe'>Chemicals & pharmaceuticals</td><td class='ui-widget-content stripe' >-1.9</td></tr>
<tr><td class='ui-widget-content first'>Metal, machinery & equipment</td><td class='ui-widget-content' >0.8</td></tr>
<tr><td class='ui-widget-content first stripe'>Computer, electrical & optical</td><td class='ui-widget-content stripe' >1.6</td></tr>
<tr><td class='ui-widget-content first'>Transport equipment</td><td class='ui-widget-content' >0.4</td></tr>
<tr><td class='ui-widget-content first stripe'>Other manufactured products</td><td class='ui-widget-content stripe' >1.4</td></tr>
<tr><td class='ui-widget-content first'><strong>All manufacturing</strong></td><td class='ui-widget-content' ><strong>0.5</strong></td></tr>
</table>
<div class="shim">
</div>
<h4>Figure B: Contribution to 12 months growth rate (0.5%), February 2014</h4>
<img class="img-responsive" src="images/figureB.png" alt="Producers Price Index"/>
<p>
Source: Index Numbers of Producer Prices (PPI): Provision of Price Information -Office for National Statistics
</p>
<div class="shim">
</div>
<a href="summary.html" class="btn btn-primary pull-leftt">
What is Producer Price Index (PPI)?
</a>
<a href="bulletin.html" class="btn btn-primary pull-right">
Output prices: detailed commentary
</a>
</div>
</div>
<div class="col-md-4">
<div class="well">
<button type="button" class="btn btn-primary btn-block ">
<span class="glyphicon glyphicon-download pull-left pad-left"> </span>
<span class="pull-left">Download all data</span>
</button>
<button type="button" class="btn btn-primary btn-block">
<span class="glyphicon glyphicon-download pull-left pad-left"> </span>
<span class="pull-left">Download this release</span>
</button>
<h5>Explore</h5>
<div class="form-group">
<select class="form-control">
<option>Categories</option>
<option>National Accounts</option>
<option>Labour Market</option>
<option>Price Indices</option>
<option>Travel and Tourism</option>
</select>
<select class="form-control">
<option>Related releases</option>
<option>National Accounts</option>
<option>Labour Market</option>
<option>Price Indices</option>
<option>Travel and Tourism</option>
</select>
<select class="form-control">
<option>Previous releases</option>
<option>National Accounts</option>
<option>Labour Market</option>
<option>Price Indices</option>
<option>Travel and Tourism</option>
</select>
</div>
<h5>Subscribe</h5>
<p><span class="glyphicon glyphicon-bookmark"> </span><span class"">Latest Data</span></p>
<p><span class="glyphicon glyphicon-envelope"> </span><span class"">Email</span></p>
</div>
<div class="well">
<h4>We need your feedback</h4>
<p>Can you spare us two minutes to tell us how we are doing? </p>
</div>
</div>
</div>
<div class="container shim"></div>
<div class = "container">
<div class="row">
<div class="col-md-8 ">
<div class=" box bg-white">
<div class="info-block"><!-- BODY BOX-->
<h3><span class="glyphicon glyphicon-info-sign"> </span>Release details</h3>
<div class="row">
<div class="col-md-6">
<h5 class="text-muted">Release Date</h5>
<p >19 February 2014 (latest)</p>
<h5 class="text-muted">Next Release Date</h5>
<span class="">19 March 2014</span>
<h5 class="text-muted">Previous Release Date</h5>
<span class="">19 January 2014</span>
</div>
<div class="col-md-6">
<h5 class="text-muted">Contact</h5>
<span class="">Kat Pegler</span><br/>
<span class="">Business Prices</span><br/>
<span class=""><a href="mailto:[email protected]">[email protected]</a></span><br/>
<span class="">Tel. +44 (0)1633 456468 </span><br/>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 ">
<div class=" box bg-white">
<div class="info-block"><!-- BODY BOX-->
<h3><span class="glyphicon glyphicon-cog"> </span>Methodology</h3>
<p><span class="">Quality and Methodology Information (QMI (95.6kb PDF))</span></p>
<p><span class="">Impact of Rebasing the Producer Price Index to 2010=100</span></p>
</div>
</div>
</div>
</div>
</div>
<div class="container shim"></div>
<!-- FOOTER -->
<div class="container footer darkGrey">
<div class="row">
<div class="col-md-4">
<h3>Legal</h3>
<ul>
<li><a href="#">Business Transparency</a></li>
<li><a href="#">Terms and Conditions</a></li>
<li><a href="#">Copyright</a></li>
<li><a href="#">Cookies and Privacy</a></li>
</ul>
</div>
<div class="col-md-4">
<h3>About ONS</h3>
<ul>
<li><a href="#">Who we are</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Products and Services</a></li>
<li><a href="#">Contact us</a></li>
<li><a href="#">Our Offices</a></li>
</ul>
</div>
<div class="col-md-4">
<h3>Connect with us</h3>
<ul>
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Youtube</a></li>
<li><a href="#">Email subscriptions</a></li>
</ul>
</div>
</div>
<div class="col-md-12">
<p class="text-muted">All content is available under the Open Government Licence v2.0 except where otherwise stated</p>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/libs/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- app -->
<script src="js/alpha.js"></script>
</body>
</html>