-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcompletedactions.html
569 lines (504 loc) · 25.2 KB
/
completedactions.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
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NDC Explorer | Completed Actions</title>
<!-- Bootstrap -->
<link href="./vendors/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="./vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- NProgress -->
<link href="./vendors/nprogress/nprogress.css" rel="stylesheet">
<!-- iCheck -->
<link href="./vendors/iCheck/skins/flat/green.css" rel="stylesheet">
<!-- Datatables -->
<link href="./vendors/datatables.net-bs/css/dataTables.bootstrap.min.css" rel="stylesheet">
<link href="./vendors/datatables.net-buttons-bs/css/buttons.bootstrap.min.css" rel="stylesheet">
<link href="./vendors/datatables.net-fixedheader-bs/css/fixedHeader.bootstrap.min.css" rel="stylesheet">
<link href="./vendors/datatables.net-responsive-bs/css/responsive.bootstrap.min.css" rel="stylesheet">
<link href="./vendors/datatables.net-scroller-bs/css/scroller.bootstrap.min.css" rel="stylesheet">
<!-- Custom Theme Style -->
<link href="../build/css/custom.min.css" rel="stylesheet">
</head>
<body class="nav-md">
<div class="container body">
<div class="main_container">
<div class="col-md-3 left_col">
<div class="left_col scroll-view">
<div class="navbar nav_title" style="border: 0;">
<a href="index.html" class="site_title"><img src=images/ncsd.png width=50 height=50></img> <span>NDC Explorer</span></a>
</div>
<div class="clearfix"></div>
<!-- menu profile quick info -->
<div class="profile clearfix">
<div class="profile_pic">
<img src="images/img.jpg" alt="..." class="img-circle profile_img">
</div>
<div class="profile_info">
<span>Welcome,</span>
<h2>Sey Peou</h2>
</div>
</div>
<!-- /menu profile quick info -->
<br />
<!-- sidebar menu -->
<div id="sidebar-menu" class="main_menu_side hidden-print main_menu">
<div class="menu_section">
<h3>General</h3>
<ul class="nav side-menu">
<li><a><i class="fa fa-tachometer"></i> Dashboards <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="mitigation.html">Mitigation</a></li>
<li><a href="adaptation.html">Adaptation</a></li>
<li><a href="greenhouse.html">Greenhouse Gases</a></li>
</ul>
</li>
<li><a><i class="fa fa-table"></i> Action Items <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="mitigationactions.html">Mitigation Actions</a></li>
<li><a href="adaptationactions.html">Adaptation Actions</a></li>
<li><a href="allactions.html">All Actions</a></li>
<li><a href="myactions.html">My Actions</a></li>
<li><a href="wipactions.html">Active Actions</a></li>
<li><a href="completedactions.html">Completed Actions</a></li>
</ul>
</li>
</ul>
</div>
</div>
<!-- /sidebar menu -->
<!-- /menu footer buttons -->
<div class="sidebar-footer hidden-small">
<a data-toggle="tooltip" data-placement="top" title="Settings">
<span class="glyphicon glyphicon-cog" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="FullScreen">
<span class="glyphicon glyphicon-fullscreen" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="Lock">
<span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" data-placement="top" title="Logout" href="login.html">
<span class="glyphicon glyphicon-off" aria-hidden="true"></span>
</a>
</div>
<!-- /menu footer buttons -->
</div>
</div>
<!-- top navigation -->
<div class="top_nav">
<div class="nav_menu">
<nav>
<div class="nav toggle">
<a id="menu_toggle"><i class="fa fa-bars"></i></a>
</div>
<ul class="nav navbar-nav navbar-right">
<li class="">
<a href="javascript:;" class="user-profile dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<img src="images/img.jpg" alt="">Sey Peou
<span class=" fa fa-angle-down"></span>
</a>
<ul class="dropdown-menu dropdown-usermenu pull-right">
<li><a href="javascript:;"> Profile</a></li>
<li>
<a href="javascript:;">
<span class="badge bg-red pull-right">50%</span>
<span>Settings</span>
</a>
</li>
<li><a href="javascript:;">Help</a></li>
<li><a href="login.html"><i class="fa fa-sign-out pull-right"></i> Log Out</a></li>
</ul>
</li>
<li role="presentation" class="dropdown">
<a href="javascript:;" class="dropdown-toggle info-number" data-toggle="dropdown" aria-expanded="false">
<i class="fa fa-envelope-o"></i>
<span class="badge bg-green">6</span>
</a>
<ul id="menu1" class="dropdown-menu list-unstyled msg_list" role="menu">
<li>
<a>
<span class="image"><img src="images/img.jpg" alt="Profile Image" /></span>
<span>
<span>Sey Peou</span>
<span class="time">3 mins ago</span>
</span>
<span class="message">
Update on Adaptation Action #55
</span>
</a>
</li>
<li>
<a>
<span class="image"><img src="images/img.jpg" alt="Profile Image" /></span>
<span>
<span>Sey Peou</span>
<span class="time">3 mins ago</span>
</span>
<span class="message">
Update on Mitigation Action #24
</span>
</a>
</li>
<li>
<a>
<span class="image"><img src="images/img.jpg" alt="Profile Image" /></span>
<span>
<span>Sey Peou</span>
<span class="time">3 mins ago</span>
</span>
<span class="message">
Update on Adaptation Action #72
</span>
</a>
</li>
<li>
<a>
<span class="image"><img src="images/img.jpg" alt="Profile Image" /></span>
<span>
<span>Sey Peou</span>
<span class="time">3 mins ago</span>
</span>
<span class="message">
Update on Mitigation Action #43
</span>
</a>
</li>
<li>
<div class="text-center">
<a>
<strong>See All Alerts</strong>
<i class="fa fa-angle-right"></i>
</a>
</div>
</li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
<!-- /top navigation -->
<!-- page content -->
<div class="right_col" role="main">
<div class="">
<div class="page-title">
<div class="title_left">
<h1>Completed Actions</h1>
</div>
<div class="title_right">
<div class="col-md-5 col-sm-5 col-xs-12 form-group pull-right top_search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search for...">
<span class="input-group-btn">
<button class="btn btn-default" type="button">Go!</button>
</span>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="x_panel">
<div class="x_title">
<h2>All Actions </h2>
<ul class="nav navbar-right panel_toolbox">
<li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><i class="fa fa-wrench"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Settings 1</a>
</li>
<li><a href="#">Settings 2</a>
</li>
</ul>
</li>
<li><a class="close-link"><i class="fa fa-close"></i></a>
</li>
</ul>
<div class="clearfix"></div>
</div>
<div class="x_content">
<table id="datatable" class="table table-striped table-bordered">
<thead>
<tr>
<th>Number</th>
<th>Type</th>
<th>Sector</th>
<th>Action</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>4</td>
<td>Adaptation</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">Development of Industry crops for increase in production, improved quality-safety; harvesting and po...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>6</td>
<td>Mitigation</td>
<td>Waste</td>
<td><a href="mitigationaction.html">Composting of biodegradable organic fraction of MSW supplemented with separation of organic waste (a…</a></td>
<td>Completed</td>
</tr>
<tr>
<td>7</td>
<td>Adaptation</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">Research for the development and enhancement of agricultural productivity, quality, and transfer thr...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>9</td>
<td>Mitigation</td>
<td>Waste</td>
<td><a href="mitigationaction.html">Centralized recycling facility for industrial waste from the garment sector…</a></td>
<td>Completed</td>
</tr>
<tr>
<td>11</td>
<td>Adaptation</td>
<td>Agriculture</td>
<td><a href="adaptationaction.html">"(Program 2: Promote Animal Production and Animal Health) Improvement of animal breeding technology ..."</a></td>
<td>Completed</td>
</tr>
<tr>
<td>19</td>
<td>Adaptation</td>
<td>Coastal Zones</td>
<td><a href="adaptationaction.html">Effective management and protection of ecological systems of marine and costal zones to avoid advers...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>20</td>
<td>Adaptation</td>
<td>Education</td>
<td><a href="adaptationaction.html">Upgrading curriculum and training methodologies, including libraries, to include climate change subj...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>25</td>
<td>Adaptation</td>
<td>Energy</td>
<td><a href="adaptationaction.html">Climate proofing of existing and future solar/hydropower infrastructure...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>27</td>
<td>Adaptation</td>
<td>Gender</td>
<td><a href="adaptationaction.html">Enhance coordination and implementing accountability mechanisms to reduce climate change vulnerabili...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>29</td>
<td>Adaptation</td>
<td>Gender</td>
<td><a href="adaptationaction.html">Capacity Development for GCCC members and Sectoral Ministries on Gender analysis, gender responsive ...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>30</td>
<td>Adaptation</td>
<td>Gender</td>
<td><a href="adaptationaction.html">Develop a technical guidelines for Gender mainstreaming in NDC process...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>34</td>
<td>Adaptation</td>
<td>Human health</td>
<td><a href="adaptationaction.html">Enable effective decision-making for health interventions through generation of information and impr...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>40</td>
<td>Adaptation</td>
<td>Information</td>
<td><a href="adaptationaction.html">Enhance the quality of broadcasting means and expand the capacity of coverages for raising awarenes...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>44</td>
<td>Adaptation</td>
<td>Infrastructure - Buildings</td>
<td><a href="adaptationaction.html">Integrating climate change response measures onto the construction design for buildings and for rura...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>51</td>
<td>Adaptation</td>
<td>Infrastructure - Land use planning</td>
<td><a href="adaptationaction.html">Promote Land Use Planning Tools for urban houses and building construction adaptive to climate chang...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>54</td>
<td>Adaptation</td>
<td>Infrastructure - Land use planning</td>
<td><a href="adaptationaction.html">Mainstream climate change response measures into coastal development planning against sea water intr...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>58</td>
<td>Adaptation</td>
<td>Infrastructure - Roads</td>
<td><a href="adaptationaction.html">Rural road rehabilitation and improvement for climate change resilience ...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>66</td>
<td>Adaptation</td>
<td>Livelihoods, poverty and biodiversity</td>
<td><a href="adaptationaction.html">Building Climate Resilient Livelihood and Public Infrastructures in Social Land Concession for Vulne...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>74</td>
<td>Adaptation</td>
<td>Tourism</td>
<td><a href="adaptationaction.html">Provide capacity building and supports for Climate Change Innovation at the provincial along Tonle S...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>78</td>
<td>Adaptation</td>
<td>Water resources</td>
<td><a href="adaptationaction.html">Establish a centralized and standardized approach to climate-resilient water management...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>81</td>
<td>Adaptation</td>
<td>Water resources</td>
<td><a href="adaptationaction.html">Establish nationally standardized best-practice systems for irrigation...</a></td>
<td>Completed</td>
</tr>
<tr>
<td>12</td>
<td>Mitigation</td>
<td>Energy</td>
<td><a href="mitigationaction.html">Building codes and enforcement/certification for new buildings and those undergoing major renovation…</a></td>
<td>Completed</td>
</tr>
<tr>
<td>16</td>
<td>Mitigation</td>
<td>Energy</td>
<td><a href="mitigationaction.html">Incorporate Renewable Energy Resources (Solar, Wind, Hydro, biomass) into Energy Mix…</a></td>
<td>Completed</td>
</tr>
<tr>
<td>20</td>
<td>Mitigation</td>
<td>Energy</td>
<td><a href="mitigationaction.html">Eco-payment based on changing behavior on fire wood use of community in Angkor and Kulen Conservatio…</a></td>
<td>Completed</td>
</tr>
<tr>
<td>24</td>
<td>Mitigation</td>
<td>Transport</td>
<td><a href="mitigationaction.html">Promote integrated public transport systems in main cities …</a></td>
<td>Completed</td>
</tr>
<tr>
<td>26</td>
<td>Mitigation</td>
<td>Transport</td>
<td><a href="mitigationaction.html">E-mobility</a></td>
<td>Completed</td>
</tr>
<tr>
<td>29</td>
<td>Mitigation</td>
<td>Agriculture</td>
<td><a href="mitigationaction.html">Increasing the effectiveness and sustainability of agricultural land management techniques (Conserv…</a></td>
<td>Completed</td>
</tr>
<tr>
<td>33</td>
<td>Mitigation</td>
<td>Agriculture</td>
<td><a href="mitigationaction.html">Bio-digesters construction (85% reduction compared to 2000)(Small size (2-3-4m3); Medium size(6-8-10…</a></td>
<td>Completed</td>
</tr>
<tr>
<td>35</td>
<td>Mitigation</td>
<td>Forestry</td>
<td><a href="mitigationaction.html">Increase forest cover to 60% of national land area from 57% by 2030…</a></td>
<td>Completed</td>
</tr>
<tr>
<td>36</td>
<td>Mitigation</td>
<td>Forestry</td>
<td><a href="mitigationaction.html">REDD+</a></td>
<td>Completed</td>
</tr>
<tr>
<td>38</td>
<td>Mitigation</td>
<td>Forestry</td>
<td><a href="mitigationaction.html">INDC emission reduction (4.7 tCO2eq/ha/year)…</a></td>
<td>Completed</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /page content -->
<!-- footer content -->
<footer>
<div class="pull-right">
NDC Explorer by <a href="https://ralphreijs.github.io">Ralph Reijs</a>
</div>
<div class="clearfix"></div>
</footer>
<!-- /footer content -->
</div>
</div>
<!-- jQuery -->
<script src="./vendors/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="./vendors/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- FastClick -->
<script src="./vendors/fastclick/lib/fastclick.js"></script>
<!-- NProgress -->
<script src="./vendors/nprogress/nprogress.js"></script>
<!-- iCheck -->
<script src="./vendors/iCheck/icheck.min.js"></script>
<!-- Datatables -->
<script src="./vendors/datatables.net/js/jquery.dataTables.min.js"></script>
<script src="./vendors/datatables.net-bs/js/dataTables.bootstrap.min.js"></script>
<script src="./vendors/datatables.net-buttons/js/dataTables.buttons.min.js"></script>
<script src="./vendors/datatables.net-buttons-bs/js/buttons.bootstrap.min.js"></script>
<script src="./vendors/datatables.net-buttons/js/buttons.flash.min.js"></script>
<script src="./vendors/datatables.net-buttons/js/buttons.html5.min.js"></script>
<script src="./vendors/datatables.net-buttons/js/buttons.print.min.js"></script>
<script src="./vendors/datatables.net-fixedheader/js/dataTables.fixedHeader.min.js"></script>
<script src="./vendors/datatables.net-keytable/js/dataTables.keyTable.min.js"></script>
<script src="./vendors/datatables.net-responsive/js/dataTables.responsive.min.js"></script>
<script src="./vendors/datatables.net-responsive-bs/js/responsive.bootstrap.js"></script>
<script src="./vendors/datatables.net-scroller/js/dataTables.scroller.min.js"></script>
<script src="./vendors/jszip/dist/jszip.min.js"></script>
<script src="./vendors/pdfmake/build/pdfmake.min.js"></script>
<script src="./vendors/pdfmake/build/vfs_fonts.js"></script>
<!-- Custom Theme Scripts -->
<script src="../build/js/custom.min.js"></script>
</body>
</html>