-
Notifications
You must be signed in to change notification settings - Fork 0
/
exhibit_stage_1.php
185 lines (155 loc) · 9.25 KB
/
exhibit_stage_1.php
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
<?php
/*
* This file is part of Data Dashboard Project.
* Copyright caprenter@gmail.com January 2012 where applicable
*
* Data Dashboard Project is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Foobar is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
*/
?>
<!DOCTYPE html>
<html lang="en">
<head>
<?php
$title = "Stage 1 submitted Oct12-Jan13<";
include("header.php");
?>
<link href="exhibit_data/data_stage1.json" type="application/json" rel="exhibit-data" />
<link rel="exhibit-extension" type="text/javascript" href="http://api.simile-widgets.org/exhibit/3.0.0/extensions/map/map-extension.js" />
<link rel="exhibit-extension" type="text/javascript" href="http://api.simile-widgets.org/exhibit/3.0.0/extensions/time/time-extension.js" />
<script src="http://api.simile-widgets.org/exhibit/3.0.0/exhibit-api.js"></script>
<link href="assets/css/exhibit.css" rel="stylesheet">
</head>
<body>
<?php include("top_nav.php"); ?>
<div class="container">
<div class="span12">
<div id="main-content">
<div id="title-panel">
<h2>Grant applications</h2>
<h4>Stage 1 submitted Oct12-Jan13</h4>
</div>
<div id="top-panels">
<table width="100%"><tr>
<td><div ex:role="facet" ex:expression=".Status" ex:facetLabel="Status"></div></td>
<td><div ex:role="facet" ex:expression=".Organisation_type" ex:facetLabel="Organisation Type"></div></td>
<td><div ex:role="facet" ex:expression=".project_applicant_category" ex:facetLabel="Category"></div></td>
<td><div ex:role="facet" ex:facetClass="NumericRange" ex:facetLabel="No. Beneficiaries" ex:expression=".profile_project_nobeneficiaries" ex:interval="50"></div></td>
<td><div ex:role="facet" ex:facetClass="NumericRange" ex:facetLabel="NTFunding" ex:expression=".profile_funding_required" ex:interval="500000"></div></td>
<td><div ex:role="facet" ex:facetClass="TextSearch" ex:facetLabel="Search"></div></td>
</tr></table>
</div>
<div ex:role="viewPanel" style="padding: 1em 0.5in;">
<table ex:role="lens" class="nobelist" style="display: none;"><tr>
<td>
<div ex:content=".label" class="name"></div>
<div>
(<span ex:content=".Organisation" class="discipline"></span>)<br/>
<span ex:content=".Project_outline" ex:formats ="text {max-length:200}"class="discipline"></span><br/><br/>
No. Beneficiaries: <span ex:content=".profile_project_nobeneficiaries " class="discipline"></span><br/>
Funding: £<span ex:content=".profile_funding_required" class="discipline"></span><br/>
</div>
</td>
</tr></table>
<div ex:role="view"
ex:viewClass="Thumbnail"
ex:showAll="true"
ex:orders=".label, .Organisation_type">
<div ex:role="exhibit-lens" class="nobelist-thumbnail" style="display: none;">
<div ex:content=".label" class="name"></div>
<div>
(<span ex:content=".Organisation" class="discipline"></span>)<br/>
<span ex:content=".Created_date" class="discipline"></span><br/>
<span ex:content=".Status" class="discipline"></span><br/>
<span>Cost: £</span><span ex:content=".profile_project_cost" class="discipline"></span><br/>
<br/>
<span ex:content=".Project_outline" ex:formats ="text {max-length:200}"class="discipline"></span><br/>
</div>
</div>
</div>
<div ex:role="view"
ex:label="Full Details"
ex:viewClass="Tile"
ex:showAll="true"
ex:orders=".label"
ex:possibleOrders=".label, .Organisation_type">
<div ex:role="lens" class="nobelist" style="display: none;">
<div ex:content=".label" class="name"></div>
<div>
<span ex:content=".Project_outline" class="discipline"></span><br/><br/>
Reference: <span ex:content=".Reference" class="discipline"></span><br/>
Created Date: <span ex:content=".Created_date" class="discipline"></span><br/>
Status: <span ex:content=".Status" class="discipline"></span><br/><br/>
Project Applicant Category: <span ex:content=".project_applicant_category" class="discipline"></span><br/>
Project Applicant Subcategory: <span ex:content=".project_applicant_subcategory" class="discipline"></span><br/>
Duration: <span ex:content=".profile_project_duration" class="discipline"></span><br/>
No. Beneficiaries: <span ex:content=".profile_project_nobeneficiaries" class="discipline"></span><br/>
Cost: <span>£</span><span ex:content=".profile_project_cost" class="discipline"></span><br/>
Funding Required: <span>£</span><span ex:content=".profile_funding_required" class="discipline"></span><br/>
Registered Number: <span ex:content=".profile_registerednumber" class="discipline"></span><br/><br/>
Organisation: <span ex:content=".Organisation" class="discipline"></span><br/>
Organisation type: <span ex:content=".Organisation_type" class="discipline"></span><br/>
Description: <span ex:content=".Description" class="discipline"></span><br/>
Email: <span ex:content=".Email" class="discipline"></span><br/>
Website: <a ex:if-exists=".Website" ex:href-subcontent="http://{{.Website}}" ><span ex:content=".Website" class="discipline"></span></a><br/>
Twitter ID: <span ex:content=".Twitter_ID" class="discipline"></span><br/>
Phone: <span ex:content=".Phone" class="discipline"></span><br/>
Postcode: <span ex:content=".Postcode" class="discipline"></span><br/><br/>
</div>
</div>
</div>
<div ex:role="view"
ex:label="Map"
ex:viewClass="Map"
ex:latlng=".latlng"
ex:colorKey=".Organisation_type"
ex:center="54.46684525346424, -3.08990478515625"
ex:zoom="5">
</div>
<div ex:role="view"
ex:viewClass="Timeline"
ex:start=".Created_date"
ex:topBandUnit="day"
ex:bottomBandUnit="month"
ex:colorKey=".Organisation_type"
ex:bubbleWidth="450"
ex:bubbleHeight="450">
</div>
<div ex:role="view"
ex:viewClass="Tabular"
ex:columns=".label, .Created_date, .Status, .organisation_staff, .profile_project_nobeneficiaries, .profile_funding_required"
ex:columnLabels="Project Name, Created, Status, Staff, No. Beneficiaries, Funding Required" >
</div>
</div>
</div><!--main content-->
</div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap-transition.js"></script>
<script src="assets/js/bootstrap-alert.js"></script>
<script src="assets/js/bootstrap-modal.js"></script>
<script src="assets/js/bootstrap-dropdown.js"></script>
<script src="assets/js/bootstrap-scrollspy.js"></script>
<script src="assets/js/bootstrap-tab.js"></script>
<script src="assets/js/bootstrap-tooltip.js"></script>
<script src="assets/js/bootstrap-popover.js"></script>
<script src="assets/js/bootstrap-button.js"></script>
<script src="assets/js/bootstrap-collapse.js"></script>
<script src="assets/js/bootstrap-carousel.js"></script>
<script src="assets/js/bootstrap-typeahead.js"></script>
</body>
</html>