This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
244 lines (221 loc) · 12.5 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
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
<!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>The Timeliner Application</title>
<link rel="icon" href="img/favicon.ico">
<link rel="stylesheet" type="text/css" href="css/bootflat.min.css"/>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"/>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/css/bootstrap-datetimepicker.min.css"/>
<link rel="stylesheet" type="text/css" href="css/ekko-lightbox.min.css"/>
<link rel="stylesheet" type="text/css" href="css/loading-animation.min.css"/>
<link rel="stylesheet" type="text/css" href="css/bootstrap-slider.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-switch.min.css">
<link rel="stylesheet" type="text/css" href="css/jqModal.css"/>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.6/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js"></script>
<script src="js/externalLibs/elasticsearch.jquery.min.js"></script>
<script src="js/externalLibs/ekko-lightbox.min.js"></script>
<script src="js/externalLibs/bootstrap-slider.min.js"></script>
<script src="js/externalLibs/bootstrap-switch.min.js"></script>
<script src="js/externalLibs/jqModal.min.js"></script>
<script src="js/externalLibs/pgwbrowser.min.js"></script>
<script src="js/config.js"></script>
<script src="js/pageControl.js"></script>
<script src="js/search.js"></script>
<script src="js/auxiliary.js"></script>
<script src="js/resultProcessing.js"></script>
<script src="js/pagination.js"></script>
<script src="js/scrolling.js"></script>
<script src="js/logging.js"></script>
<script src="js/kibanaVisualisation.js"></script>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container">
<div id="navbar" class="navbar-collapse">
<ul class="nav navbar-nav">
<li>
<a href="#" id="homeRef">Home</a>
</li>
</ul>
<button class="btn btn-primary" id="feedback-button">Report a problem!</button>
</div>
</div>
</nav>
<div class="container">
<div class='col-md-5'>
<h2><b>Timeliner Application</b></h2>
</div>
</div>
<form role="form">
<div class="container">
<div class='col-md-5'>
<div class="form-group">
<span data-toggle="tooltip"
title="The date is based on the last time the document was saved. You may want to be flexible with your search as it may not reflect the actual date of document."
class="glyphicon glyphicon-info-sign"></span>
<label for="datePickerTo">Start Date:</label>
<div class='input-group date' id='datePickerFrom'>
<input type='text' class="form-control" placeholder="Date From..."/>
<span class="input-group-addon">
<span class="glyphicon glyphicon-calendar"></span>
</span>
</div>
</div>
</div>
<div class='col-md-5'>
<div class="form-group">
<span data-toggle="tooltip"
title="The date is based on the last time the document was saved. You may want to be flexible with your search as it may not reflect the actual date of document."
class="glyphicon glyphicon-info-sign"></span>
<label for="datePickerTo">End Date:</label>
<div class='input-group date' id='datePickerTo'>
<input type='text' class="form-control" placeholder="Date To..."/>
<span class="input-group-addon">
<span class="glyphicon glyphicon-calendar"></span>
</span>
</div>
</div>
</div>
<div class='col-md-5'>
<div class="form-group" id="patientIDBox">
<span data-toggle="tooltip"
title="To access a different patient's documents via Timeline, please close the application and relaunch from the new patients record within ePJS."
class="glyphicon glyphicon-info-sign"></span>
<label class="control-label" for="patientID">Patient ID:</label>
<input class="form-control input-sm" id="patientID" type="text" placeholder="Enter patient ID">
<span class="" id=patientIDSpan></span>
</div>
</div>
<div class='col-md-5'>
<div class="form-group">
<label for="numberResults">Number of Results per Page:</label>
<select class="form-control" id="numberResults">
<option>5</option>
<option>10</option>
<option>20</option>
<option>50</option>
</select>
</div>
</div>
<div class='col-md-5'>
<div class="form-group">
<span data-toggle="tooltip"
title="This function looks for documents containing the keyword(s) you enter. You can combine them using logical operators such as 'AND' or 'OR'."
class="glyphicon glyphicon-info-sign"></span>
<label for="containingKeywords">Containing:</label>
<input class="form-control input-sm" id="containingKeywords" type="text"
placeholder="Key words, phrases, etc.">
</div>
</div>
<div class="col-md-5">
<div class="form-group">
<div class="thumbSizeSel" id="thumbSizeSel">
<label for thumbSizeSel>Thumbnail Size: </label>
<!--OLD RADIO BUTTON SELECTOR FOR THUMBNAILSIZE:
<label class="radio-inline"><input type="radio" value="small" name="thumbnailSize"checked >Small </label>
<label class="radio-inline"><input type="radio" value="medium" name="thumbnailSize">Medium </label>
<label class="radio-inline"><input type="radio" value="large" name="thumbnailSize">Large </label>
-->
<input id="thumbnailSizeSlider" type="text"/>
</div>
</div>
</div>
<div class="col-md-5">
<div class="form-group">
<span data-toggle="tooltip"
title="If enabled the search will also display a graph with distribution in time. It will have no effect on devices with small screen resolution."
class="glyphicon glyphicon-info-sign"></span>
<label for="kibanaVisualisationSwitch">Display Documents Distribution:</label>
<input type="checkbox" id="kibanaVisualisationSwitch">
</div>
</div>
<div class='col-md-10'>
<label for="searchButton"> </label>
<button type="button" class="btn btn-primary" id="searchButton">Search Documents</button>
</div>
</div>
</form>
<div class="paginationContainer">
<div class="text-center">
<ul class="pagination">
<li class="page-item disabled" id="prevPage">
<a class="page-link" href="#" onClick="return false;" aria-label="Previous">
<span aria-hidden="true">«</span>
<span class="sr-only">Previous</span>
</a>
</li>
<li class="page-item active" id='page1'>
<a class="page-link" href="#" onClick="return false;">1</a>
</li>
<li class="page-item disabled" id="nextPage">
<a class="page-link" href="#" onClick="return false;" aria-label="Next">
<span aria-hidden="true">»</span>
<span class="sr-only">Next</span>
</a>
</li>
</ul>
</div>
<div id="kibanaGraph">
</div>
<div class="siteContainer">
<div class="timelineContainer">
<div class="timeline">
<button type="button" class="btn btn-secondary btn-sm" id="collapseButton">Collapse all</button>
<dl id=timelineList>
</dl>
</div>
</div>
</div>
</div>
<div class="jqmWindow" id="feedback-dialog">
<a href="#" class="btn btn-link btn-lg jqmClose">Close</a>
<div class="content">
<b><p>Oops! We are sorry that something went wrong. Let us know what the problem is and we'll get it fixed.</p>
</b>
<div class="questionnaire">
<b><p>Your name: </p></b>
<textarea cols="50" rows="1"></textarea>
</div>
<div class="questionnaire">
<b><p>What did you aim to do?</p></b>
<textarea cols="50" rows="3"></textarea>
</div>
<div class="questionnaire">
<b><p>How did you aim to do this?</p></b>
<textarea cols="50" rows="3"></textarea>
</div>
<div class="questionnaire">
<b><p>What went wrong when you were doing this?</p></b>
<textarea cols="50" rows="3"></textarea>
</div>
<button class="btn btn-secondary" id="send-feedback-button">Submit</button>
<p id="feedback-response"></p>
</div>
</div>
<div class="pwmodal-bg" id="waitMessage">
<div class="pwmodal-container">Please wait...</div>
<div class='uil-default-css' style='transform:scale(0.3);'>
<div style='top:80px;left:93px;width:14px;height:40px;background:#00b2ff;-webkit-transform:rotate(0deg) translate(0,-60px);transform:rotate(0deg) translate(0,-60px);border-radius:10px;position:absolute;'></div>
<div style='top:80px;left:93px;width:14px;height:40px;background:#00b2ff;-webkit-transform:rotate(30deg) translate(0,-60px);transform:rotate(30deg) translate(0,-60px);border-radius:10px;position:absolute;'></div>
<div style='top:80px;left:93px;width:14px;height:40px;background:#00b2ff;-webkit-transform:rotate(60deg) translate(0,-60px);transform:rotate(60deg) translate(0,-60px);border-radius:10px;position:absolute;'></div>
<div style='top:80px;left:93px;width:14px;height:40px;background:#00b2ff;-webkit-transform:rotate(90deg) translate(0,-60px);transform:rotate(90deg) translate(0,-60px);border-radius:10px;position:absolute;'></div>
<div style='top:80px;left:93px;width:14px;height:40px;background:#00b2ff;-webkit-transform:rotate(120deg) translate(0,-60px);transform:rotate(120deg) translate(0,-60px);border-radius:10px;position:absolute;'></div>
<div style='top:80px;left:93px;width:14px;height:40px;background:#00b2ff;-webkit-transform:rotate(150deg) translate(0,-60px);transform:rotate(150deg) translate(0,-60px);border-radius:10px;position:absolute;'></div>
<div style='top:80px;left:93px;width:14px;height:40px;background:#00b2ff;-webkit-transform:rotate(180deg) translate(0,-60px);transform:rotate(180deg) translate(0,-60px);border-radius:10px;position:absolute;'></div>
<div style='top:80px;left:93px;width:14px;height:40px;background:#00b2ff;-webkit-transform:rotate(210deg) translate(0,-60px);transform:rotate(210deg) translate(0,-60px);border-radius:10px;position:absolute;'></div>
<div style='top:80px;left:93px;width:14px;height:40px;background:#00b2ff;-webkit-transform:rotate(240deg) translate(0,-60px);transform:rotate(240deg) translate(0,-60px);border-radius:10px;position:absolute;'></div>
<div style='top:80px;left:93px;width:14px;height:40px;background:#00b2ff;-webkit-transform:rotate(270deg) translate(0,-60px);transform:rotate(270deg) translate(0,-60px);border-radius:10px;position:absolute;'></div>
<div style='top:80px;left:93px;width:14px;height:40px;background:#00b2ff;-webkit-transform:rotate(300deg) translate(0,-60px);transform:rotate(300deg) translate(0,-60px);border-radius:10px;position:absolute;'></div>
<div style='top:80px;left:93px;width:14px;height:40px;background:#00b2ff;-webkit-transform:rotate(330deg) translate(0,-60px);transform:rotate(330deg) translate(0,-60px);border-radius:10px;position:absolute;'></div>
</div>
</div>
</body>
</html>