This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
forked from ANNotunzdY/readium
-
Notifications
You must be signed in to change notification settings - Fork 1
/
viewer.html
488 lines (464 loc) · 22.7 KB
/
viewer.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
<!DOCTYPE html>
<html>
<head xmlns="http://www.w3.org/2000/xmlns/" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:ev="http://www.w3.org/2001/xml-events">
<meta charset="UTF-8">
<title>Bookshare Web Reader</title>
<meta name="viewport" content="initial-scale=1.0"/>
<!-- <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/bkfmjmjngglphchhiemnghidpnddofmo">--> <!-- Le styles -->
<link rel="stylesheet" type="text/css" href="css/viewer_manifest.css">
<!-- Only include Modernizr and Google Analytics at the top, everything else is at the bottom -->
<script src="scripts/utils/google_analytics_loader.js" type="text/javascript" ></script>
<script src="lib/modernizr-2.5.3.min.js" type="text/javascript" ></script>
</head>
<body>
<div class="navbar navbar-fixed-top" id='toolbar-el'><!-- le top bar -->
<div class="navbar-inner" id="top-bar">
<div class="container" style="width: 100%">
<a title="Back to Bookshare.org" accesskey="b" class="brand" href="https://www.bookshare.org/home" id='bar-logo' role="button">
<img src="images/top_bar/bks_web_reader_logo.png" id="bar-logo-img" alt="" />
<span class="offscreenText">Back to Bookshare.org</span>
</a>
<ul class="nav pull-right">
<li>
<a title="Table of contents" accesskey="t" href="#" id='toggle-toc-btn' role="button">
<img src="images/top_bar/ico_toc.png" class="nav-icon" alt=""/>
<span class="offscreenText">Table of contents</span>
</a>
</li>
<li>
<a title="Previous" accesskey="2" href="#" id='prev-page-button' role="button">
<img src="images/top_bar/arrow_previous.png" class="nav-icon" alt=""/>
<span class="offscreenText">Previous</span>
</a>
</li>
<li>
<a title="Next" accesskey="1" href="#" id='next-page-button' role="button">
<img src="images/top_bar/arrow_next.png" class="nav-icon" alt=""/>
<span class="offscreenText">Next</span>
</a>
</li>
<li class="divider-vertical stubby"></li>
<li>
<a title="Text to Speech" accesskey="p" href="#" id='play-tts-btn' role="button">
<img src="images/top_bar/ico_tts.png" class="nav-icon" id="tts-off-ico" alt=""/>
<img src="images/top_bar/ico_tts_on.png" class="nav-icon" id="tts-on-ico" alt=""/>
<span id="ttsOT" class="offscreenText"></span>
</a>
</li>
<li class="divider-vertical stubby"></li>
<li>
<a title="Settings" accesskey="o" href="#viewer-settings-modal" id="options-btn" data-toggle="modal" role="button">
<img src="images/top_bar/options.png" class="nav-icon" alt=""/>
<span class="offscreenText">Settings</span>
</a>
</li>
<li>
<a accesskey="n" href="#" id="nightmode-btn" role="button">
<img src="images/top_bar/ico_nightmode_toggle_off.png" class="nav-icon" id="day-to-night-ico" alt=""/>
<img src="images/top_bar/ico_nightmode_toggle_on.png" class="nav-icon" id="night-to-day-ico" alt=""/>
<span id="nmOT" class="offscreenText"></span>
</a>
</li>
<li>
<a accesskey="f" href="#" id="fs-toggle-btn" role="button">
<img src="images/top_bar/ico_fs_toggle_on.png" class="nav-icon" id="go-to-fs-ico" alt=""/>
<img src="images/top_bar/ico_fs_toggle_off.png" class="nav-icon" id="leave-fs-ico" alt=""/>
<span id="fsOT" class="offscreenText"></span>
</a>
</li>
<li>
<a title="Help" accesskey="h" href="#viewer-help-modal" id="help-btn" data-toggle="modal" role="button">
<img src="images/top_bar/ico_help.png" class="nav-icon" alt=""/>
<span class="offscreenText">Help</span>
</a>
</li>
<li class="divider-vertical"></li>
<li style="margin-right: 15px">
<a title="Hide toolbar" accesskey="x" id="hide-toolbar-button" class="toggle-bar-btn" href="#" role="button">
<img src="images/top_bar/ico_closeUI.png" class="nav-icon" alt=""/>
<span class="offscreenText">Hide toolbar</span>
</a>
</li>
</ul>
</div>
</div>
<a title="Show toolbar" accesskey="v" tabindex="0" id="show-toolbar-button" class="pull-right" href="#" role="button">
<img src="images/top_bar/ico_openUI.png" class="nav-icon" alt=""/>
<span class="offscreenText">Show toolbar</span>
</a>
</div><!-- end le top bar -->
<div id='readium-toc' style="display: none">
<div class="offscreenText"> Table of Contents Start </div>
<div id="toc-header">
<div id="toc-page-nav"></div>
<span id="close-toc-button" tabindex="0" role="button">
<span class="offscreenText">Close Table of Contents</span>
</span>
</div>
<div id="toc-body">
</div>
<div class="offscreenText"> Table of Contents End </div>
</div>
<div id="readium-right-content">
<div id="readium-book-view-el">
<div id='page-wrap' class='clearfix'>
<div id="container" class='clearfix'></div>
<div id='spine-divider'></div>
</div>
</div>
</div> <!-- end readium-right-content -->
<!-- START settings modal -->
<div class="modal fade" id="viewer-settings-modal" style="display: none">
<div class="offscreenText"> Options Start </div>
<h1 tabindex="-1" id="options-heading">SETTINGS</h1>
<div id='settings-margin'>
<div>
<h2 class="setting-header">FONT FACE</h2>
<div class="clearfix">
<select name="font-face-input" id="font-face-input">
<option value="">Default (current TNR)</option>
<option value="OpenDyslexic">OpenDyslexic</option>
</select>
</div>
</div>
<div>
<h2 class="setting-header">FONT SIZE</h2>
<div class="clearfix">
<select name="font-size-input" id="font-size-input">
<option value="12">12-point</option>
<option value="18">18-point</option>
<option value="28">28-point</option>
<option value="48">48-point</option>
<option value="70">70-point</option>
</select>
</div>
</div>
<div>
<h2 id="setting-header-color-legend" class="setting-header">TEXT AND BACKGROUND COLOR</h2>
<div role="radiogroup" aria-labelledby="setting-header-color-legend" id="theme-radio-group" class="clearfix">
<span role="radio" id="default-theme-option" class="theme-option default-theme clickable">Black and White</span>
<span role="radio" id="night-theme-option" class="theme-option night-theme clickable">Arabian Nights</span>
<span role="radio" id="parchment-theme-option" class="theme-option parchment-theme clickable">Sands of Dune</span>
<span role="radio" id="beeline-theme-option" class="theme-option beeline-theme clickable" style="color:black">BeeLine (text color gradiation)</span>
</div>
<ul id="beeline-beta-menu">
<li id="bright-button">Bright</li><li id="dark-button">Dark</li><li id="blues-button">Blues</li><li id="gray-button">Gray</li><li id="night_gray-button">Inverted</li>
<li>
<a href="https://www.bookshare.org/cms/help-center/reading-tools/beeline-web-reader" target="_blank">Learn more</a>
</li>
</ul>
</div>
<div id="pagination_mode">
<h2 id="setting-header-display-legend" class="setting-header">DISPLAY FORMAT</h2>
<select name="pagination-mode-input" id="pagination-mode-input">
<option value="single">Single Page</option>
<option value="facing">Facing Pages</option>
<option value="scrolling">Scrolling</option>
</select>
<div class="pull-right">
<input type="checkbox" name="display-page-numbers" id="display-page-numbers">
<label for="display-page-numbers" class="checkbox">Display page numbers</label>
</div>
</div>
<div>
<h2 id="setting-header-margins-legend" class="setting-header">MARGINS</h2>
<div role="radiogroup" aria-labelledby="setting-header-margins-legend" class="clearfix" id="margin-radio-wrapper">
<span aria-labelledby="margin-option-1-lbl" role="radio" id="margin-option-1" class="margin-radio clickable">
<span id="margin-option-1-lbl" class="offscreenText">Very Narrow</span>
</span>
<span aria-labelledby="margin-option-2-lbl" role="radio" id="margin-option-2" class="margin-radio clickable">
<span id="margin-option-2-lbl" class="offscreenText">Narrow</span>
</span>
<span aria-labelledby="margin-option-3-lbl" role="radio" id="margin-option-3" class="margin-radio clickable">
<span id="margin-option-3-lbl" class="offscreenText">Normal</span>
</span>
<span aria-labelledby="margin-option-4-lbl" role="radio" id="margin-option-4" class="margin-radio clickable">
<span id="margin-option-4-lbl" class="offscreenText">Wide</span>
</span>
<span aria-labelledby="margin-option-5-lbl" role="radio" id="margin-option-5" class="margin-radio clickable">
<span id="margin-option-5-lbl" class="offscreenText">Very Wide</span>
</span>
</div>
</div>
<div class="ttsOnly">
<h2 id="speech-rate-legend" class="setting-header">SPEECH RATE</h2>
<div>
<span id="speech-rate-min" class="checkbox">Slower</span>
<input type="range" id="speech-rate-input" min="0.5" max="2.5" step="0.1" value="1" title="Speech rate" aria-labelledby="speech-rate-legend speech-rate-min speech-rate-max"/>
<span id="speech-rate-max" class="checkbox">Faster</span>
</div>
</div>
<div class="ttsOnly">
<h2 id="voice_legend" class="setting-header">VOICE
<span class="note">
<a href="https://www.bookshare.org/cms/help-center/web-reader-voices" id="help-web-reader-voices">Learn more</a> about voice options
</span>
</h2>
<div class="clearfix">
<select name="voice-input" id="voice-input"></select>
</div>
</div>
</div>
<div id="settings-form-footer" class="clearfix">
<button class='btn btn-inverse' id="cancel-settings-but">Cancel</button>
<button class='btn btn-inverse' id="save-settings-but">Save</button>
</div>
<div class="offscreenText"> Options End </div>
</div>
<!-- END settings modal -->
<!-- START help modal -->
<div class="modal fade" id="viewer-help-modal" style="display: none">
<div class="offscreenText"> Help Start </div>
<div id="viewer-help-body">
<h1 tabindex="-1" id="help-heading">Web Reader Help:</h1>
<h2>Menu Bar and Options</h2>
<p>
Below is a description of each icon on the toolbar starting from left to right.
</p>
<table class="toolbar-help">
<tr>
<td class="ico"><img src="images/top_bar/bks_web_reader_logo_tiny.png" alt=""/></td>
<td>Bookshare Web Reader logo</td>
<td>Go back to Bookshare</td>
</tr>
<tr>
<td class="ico"><img src="images/top_bar/ico_toc.png" alt=""/></td>
<td>Table of Contents</td>
<td>Navigate the book by section or page number, as available within the book</td>
</tr>
<tr>
<td class="ico"><img src="images/top_bar/arrow_previous.png" alt=""/><img src="images/top_bar/arrow_next.png" alt=""/></td>
<td>Next and Previous</td>
<td>Display the next or previous block of text</td>
</tr>
<tr>
<td class="ico"><img src="images/top_bar/ico_tts.png" alt=""/></td>
<td>Play</td>
<td>Begin text-to-speech reading from the top of what's currently displayed</td>
</tr>
<tr>
<td class="ico"><img src="images/top_bar/ico_settings.png" alt=""/></td>
<td>Settings</td>
<td>Modify layout, font, and audio settings</td>
</tr>
<tr>
<td class="ico"><img src="images/top_bar/ico_nightmode_toggle_on.png" alt=""/></td>
<td>Night Mode</td>
<td>Change the text to high contrast mode (black background with white text)</td>
</tr>
<tr>
<td class="ico"><img src="images/top_bar/ico_fs_toggle_on.png" alt=""/></td>
<td>Full Screen</td>
<td>Display the book in full screen, if supported by browser</td>
</tr>
<tr>
<td class="ico"><img src="images/top_bar/ico_help.png" alt=""/></td>
<td>Help</td>
<td>Open this Help window</td>
</tr>
<tr>
<td class="ico"><img src="images/top_bar/ico_closeUI.png" alt=""/></td>
<td>Hide Toolbar</td>
<td>Hide the toolbar containing these buttons</td>
</tr>
</table>
<h2>Access Keys</h2>
<p>If you are on Chrome and Internet Explorer:</p>
<ul>
<li>Alt+P: Play/Stop text-to-speech (only available on later versions of Chrome and Safari)</li>
<li>Alt+B: Back to Bookshare</li>
<li>Alt+T: Toggle Table of Contents</li>
<li>Alt+N: Toggle Night Mode</li>
<li>Alt+F: Toggle Full Screen Mode</li>
<li>Alt+X: Hide Toolbar</li>
<li>Alt+V: Show Toolbar</li>
<li>Alt+O: Toggle Viewer Settings Dialog</li>
<li>Alt+1: Turn to Next Section</li>
<li>Alt+2: Turn to Previous Section</li>
</ul>
<p>If you are on Safari:</p>
<ul>
<li>Control+Option+P: Play/Stop text-to-speech (only available on later versions of Chrome and Safari)</li>
<li>Control+Option+B: Back to Bookshare</li>
<li>Control+Option+T: Toggle Table of Contents</li>
<li>Control+Option+N: Toggle Night Mode</li>
<li>Control+Option+F: Toggle Full Screen Mode</li>
<li>Control+Option+X: Hide Toolbar</li>
<li>Control+Option+V: Show Toolbar</li>
<li>Control+Option+O: Toggle Viewer Settings Dialog</li>
<li>Control+Option+1: Turn to Next Section</li>
<li>Control+Option+2: Turn to Previous Section</li>
</ul>
<p>If you are on Firefox:</p>
<ul>
<li>Alt+Shift+P: Play/Stop text-to-speech (only available on later versions of Chrome and Safari)</li>
<li>Alt+Shift+B: Back to Bookshare</li>
<li>Alt+Shift+T: Toggle Table of Contents</li>
<li>Alt+Shift+N: Toggle Night Mode</li>
<li>Alt+Shift+F: Toggle Full Screen Mode</li>
<li>Alt+Shift+X: Hide Toolbar</li>
<li>Alt+Shift+V: Show Toolbar</li>
<li>Alt+Shift+O: Toggle Viewer Settings Dialog</li>
<li>Alt+Shift+1: Turn to Next Section</li>
<li>Alt+Shift+2: Turn to Previous Section</li>
</ul>
</div>
<div id="viewer-help-footer" class="clearfix">
<button class='btn btn-inverse' id="cancel-help-but">Close</button>
</div>
<div class="offscreenText"> Help End </div>
</div>
<!-- END help modal -->
<!-- START system modal -->
<div class="modal fade" id="system-message" role="alert" aria-live="assertive" style="display: none">
<div class="offscreenText"> System Message Start </div>
<div id="system-message-content">
</div>
<div class="offscreenText"> System Message End </div>
</div>
<!-- END system modal -->
<!-- START install modal -->
<!-- <div class="modal fade" id="chrome-extension-install" style="display: none">
<div class="offscreenText"> Install Chrome Extension Start </div>
<div id="crx-install-instructions">
<div id="crx-instructions-oldchrome" style="display: none">
<h3>Additional Reading Features Available</h3>
<p>
Bookshare Web Reader can let you hear words read aloud with
Text-to-Speech and follow along with synchronized word highlighting.
To enable these features, do one of the following:
</p>
<p>
• Update your Chrome browser to the latest version
<br/><br/>OR<br/></br>
• If you can't update Chrome, click "Install Now" to install the Bookshare Web Reader browser extension.
</p>
</div>
<div id="crx-instructions-chromebox" style="display: none">
<h3>Chrome Extension Available</h3>
<p>
To experience the full functionality of the Bookshare Web Reader, please
install our Chrome Extension. With this extension, you will be able to:
</p>
<ul>
<li>See highlighting at the sentence and word level</li>
<li>Listen to the high-quality Text-to-Speech voice, synchronized with the text</li>
</ul>
</div>
<p>
Clicking "No Thanks" will prevent this message from appearing again, but you can
still install the Bookshare Web Reader extension from the Chrome Web Store.
</p>
<div>
<button class='btn btn-inverse' id="no-thanks-but">NO THANKS</button>
<button class='btn btn-inverse' id="install-extension-but">INSTALL NOW</button>
</div>
</div>
<div id="crx-install-fail" style="display:none">
<h3>Installation unsuccessful</h3>
<p>
The Chrome extension was not installed.
</p>
<div>
<button class='btn btn-inverse' id="crx-install-fail-but">CONTINUE</button>
</div>
</div>
<div id="crx-install-success" style="display:none">
<h3>Extension installed</h3>
<p>
The Chrome extension was installed successfully.
</p>
<div>
<button class='btn btn-inverse' id="crx-install-success-but">CONTINUE</button>
</div>
</div>
<div class="offscreenText"> Install Chrome Extension End </div>
</div>
END install modal -->
<!-- START TTS Notification -->
<div class="modal fade" id="tts-browser-info" style="display: none" tabindex="-1" role="dialog" aria-labelledby="Text To Speech Warning!" data-backdrop="static" data-keyboard="false" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-header">
<h4 class="modal-title">Text to Speech Warning!</h4>
<span class="sr-only"></span>
</div>
<div class="modal-body">
<p>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-inverse" data-dismiss="modal">Close</button>
</div>
</div>
</div>
<!-- END TTS Notification -->
<!-- START New Feature Notification - Beeline -->
<div class="modal fade" id="beeline-notification-modal" style="display: none" tabindex="-1" role="dialog" aria-labelledby="New Feature Notification" data-backdrop="static" data-keyboard="false" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="beeline-notification-modal-label">Try Beeline Reader</h4>
<span class="sr-only">BeeLine Reader is not compatible with screen readers, so it is recommended that you choose "No thanks" below. Bookshare Web Reader is fully compatible with screen readers, and members can continue to open and read books independent of BeeLine Reader.</span>
</div>
<div class="modal-body">
<p>
<img src="images/beeline_icon.png" class="pull-left mr10"/>
Bookshare has partnered with BeeLine Reader to offer more ways to help you read.
<br/><br/>
Beeline Reader makes reading faster and easier by using a color gradient that guides your eyes from the end of one line of text to the beginning of the next. BeeLine Reader's technology assists visual tracking and reduces line-skipping and repeating, and we have now integrated it into Bookshare Web Reader.
<br/><br/>
To turn on BeeLine Reader, go to "Settings" and toggle this new feature or to try different color settings.
<br/><br/>
To learn more about BeeLine Reader, or to use it outside of Bookshare Web Reader, visit <a href="http://www.BeeLineReader.com" target="_blank">www.BeeLineReader.com</a>
</p>
</div>
<div class="modal-footer">
<button id="beeline-notification-button-yes" type="button" class="btn btn-inverse">Yes, I'll try it!</button>
<button id="beeline-notification-button-no" type="button" class="btn btn-inverse" data-dismiss="modal">No thanks</button>
</div>
</div>
</div>
</div>
<!-- END New Feature Notification - Beeline -->
<script src="lib/jquery-1.8.3.min.js" type="text/javascript" ></script>
<!-- This one file: contains a bunch of libs minified and concatenated together -->
<script src="scripts/libs/web_plugins.js" type="text/javascript" ></script>
<script src="lib/2.5.3-crypto-sha1.js" type="text/javascript"></script>
<script src="lib/beeline.min.js" type="text/javascript"></script>
<!-- scripts concatenated and minified via build script -->
<!-- Must include the namespace code before any application code -->
<script src="scripts/namespaces/crx_viewer_namespace.js" type="text/javascript"></script>
<script src="scripts/web_overrides/httpFileApi.js" type="text/javascript" ></script>
<script src="scripts/utils/cookie_utils.js" type="text/javascript"></script>
<script src="scripts/utils/bb_file_system_sync.js" type="text/javascript"></script>
<script src="scripts/utils/local_storage_sync.js" type="text/javascript"></script>
<script src="scripts/models/alternate_style_tag_selector.js" type="text/javascript"></script>
<script src="scripts/models/manifest_item.js" type="text/javascript"></script>
<script src="scripts/models/package_document_parser.js" type="text/javascript"></script>
<script src="scripts/models/packageDocument.js" type="text/javascript"></script>
<script src="scripts/models/epub_controller.js" type="text/javascript"></script>
<script src="scripts/models/ttsPlayer.js" type="text/javascript"></script>
<script src="scripts/models/readium_options.js" type="text/javascript"></script>
<script src="scripts/models/toc.js" type="text/javascript"></script>
<script src="scripts/models/pagination_strategy_selector.js" type="text/javascript"></script>
<script src="scripts/models/trigger.js" type="text/javascript"></script>
<script src="scripts/views/pagination_strategies/pagination_view_base.js" type="text/javascript"></script>
<script src="scripts/views/pagination_strategies/injected_reflowable_pagination_view.js" type="text/javascript"></script>
<script src="scripts/views/pagination_strategies/injected_scrolling_pagination_view.js" type="text/javascript"></script>
<script src="scripts/views/toolbar_view.js" type="text/javascript"></script>
<script src="scripts/views/toc_view.js" type="text/javascript"></script>
<script src="scripts/views/options_view.js" type="text/javascript"></script>
<script src="scripts/views/help_view.js" type="text/javascript"></script>
<script src="scripts/views/fixed_layout_book_zoomer.js" type="text/javascript"></script>
<script src="scripts/viewer.js" type="text/javascript"></script>
<script src="scripts/routers/ws_router.js" type="text/javascript"></script>
<script src="scripts/models/epub.js" type="text/javascript"></script>
<script src="scripts/models/page_number_display_logic.js" type="text/javascript"></script>
<script src="scripts/models/readium_pagination.js" type="text/javascript"></script>
<script src="scripts/templates.js" type="text/javascript"></script>
<script src="scripts/utils/accessibility.js" type="text/javascript"></script>
<script src="scripts/utils/benespeak.js" type="text/javascript"></script>
<script src="scripts/utils/bookshareUtils.js" type="text/javascript"></script>
<!-- end scripts -->
</body>
</html>