-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddlive-setup-assistant.html
545 lines (503 loc) · 19.5 KB
/
addlive-setup-assistant.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
<div id="adlSetupAssistant" class="adlSetupAssistant">
<div class="wrapper">
<div class="inner-wrapper">
<div class="header">
<h1>Test and Set-Up Your System</h1>
<div class="btn-cancel"></div>
</div>
<div class="adl-page1 main step1">
<ul class="tabset">
<li class="left active">
<span>Software check</span>
</li>
<li class="middle inactive1">
<span>Connection check</span>
</li>
<li class="right inactive">
<span>Hardware check</span>
</li>
</ul>
<div class="tabs-holder-outer-wrapper">
<div class="tabs-holder-inner-wrapper">
<div class="tabs-holder">
<div class="tab">
<div class="content">
<h2>Welcome!</h2>
<p>To get started, click the button below to install the voice and video plug-in.</p>
</div>
</div>
</div>
<div class="footer">
<div class="adl-footer1 footerContent">
<div class="heading btn-holder">
<a href="javascript://nop" class="btn-action btn-install-main next-btn">
Install
</a>
</div>
</div>
<span class="by"><strong class="logo"></strong></span>
</div>
</div>
</div>
</div>
<div class="adl-page2 main step1-5">
<ul class="tabset">
<li class="left active">
<span>Software check</span>
</li>
<li class="middle inactive1">
<span>Connection check</span>
</li>
<li class="right inactive">
<span>Hardware check</span>
</li>
</ul>
<div class="tabs-holder-outer-wrapper">
<div class="tabs-holder-inner-wrapper">
<div class="tabs-holder">
<div class="tab">
<div class="content">
<h2>Install the HealthFleet plugin.</h2>
<div class="steps-holder">
<div class="step">
<div class="adl-img2"></div>
<p><strong>Step 1:</strong>
<!-- Windows instructions -->
<span class="inst-instr-itm win-chrome">
Click the HealthFleet.exe file in the bottom left of the browser
window.
</span>
<span class="inst-instr-itm win-ff mac-ff">
Click 'Save File' in the popup.
</span>
<span class="inst-instr-itm win-ie">
In the popup window or popup bar below, click 'Run'.
</span>
<!-- Mac instructions -->
<span class="inst-instr-itm mac-chrome">
Double-click the HealthFleet.dmg file in the Downloads folder.
</span>
<span class="inst-instr-itm mac-safari">
Double-click the AddLive.dmg file from the Downloads popup.
</span>
</p>
</div>
<div class="step">
<div class="adl-img3"></div>
<p>
<strong>Step 2:</strong>
<!-- Windows instructions -->
<span class="inst-instr-itm win-chrome win-ie">
The installer will run, click 'Finish' when it is done.
</span>
<span class="inst-instr-itm win-ff">
Double-click the HealthFleet.exe file in the Downloads popup.
</span>
<!-- Mac instructions -->
<span class="inst-instr-itm mac-chrome mac-ff mac-safari">
Double-click the installer icon.
</span>
</p>
</div>
<div class="step">
<div class="adl-img4"></div>
<p>
<strong>Step 3:</strong>
<!-- Windows instructions -->
<span class="inst-instr-itm win-chrome win-ie">
Please wait, this screen will automatically update. Enjoy!
</span>
<span class="inst-instr-itm win-ff">
The installer will run, click 'Finish' when it is done. Enjoy!
</span>
<!-- Mac instructions -->
<span class="inst-instr-itm mac-chrome mac-ff mac-safari">
Click "OK" to close the installation dialogue box. The plugin is now installed.
</span>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="adl-footer2 footerContent">
<div class="heading">
<strong class="title">
If the plugin download does not begin automatically,
<a href="javascript://nop" class="btn-install">click here</a> to start the download.
</strong>
</div>
</div>
<span class="by"><strong class="logo"></strong></span>
</div>
</div>
</div>
</div>
<div class="adl-page3 main step1-25">
<ul class="tabset">
<li class="left active">
<span>Software check</span>
</li>
<li class="middle inactive1">
<span>Connection check</span>
</li>
<li class="right inactive">
<span>Hardware check</span>
</li>
</ul>
<div class="tabs-holder-outer-wrapper">
<div class="tabs-holder-inner-wrapper">
<div class="tabs-holder">
<div class="tab">
<div class="content">
<h2>Plug-in Installed</h2>
<p>Please be patient while we prepare the plug-in.
<br/>This should not take more than 30 seconds.</p>
</div>
</div>
</div>
<div class="footer">
<div class="adl-footer3 footerContent">
<div class="heading">
<strong class="title">This screen will automatically update</strong>
</div>
</div>
<span class="by"><strong class="logo"></strong></span>
</div>
</div>
</div>
</div>
<div class="adl-page4 main">
<ul class="tabset">
<li class="left inactive1">
<span>Software check</span>
</li>
<li class="middle active">
<span>Connection check</span>
</li>
<li class="right inactive">
<span>Hardware check</span>
</li>
</ul>
<div class="tabs-holder-outer-wrapper">
<div class="tabs-holder-inner-wrapper">
<div class="tabs-holder">
<div class="tab">
<div class="content">
<h2 class="connectingMsg">Check Your Connections</h2>
<div class="check-list">
<!-- First line - cpu and basic connectivity-->
<ol>
<li class="cpuTest loading">
<div class="heading">
<span class="loading succ conn-test-itm">1. CPU Test</span>
<span class="warn err conn-test-itm">
1. Your CPU is not powerful enough
</span>
<span class="validator"></span>
</div>
<p class="succ info conn-test-itm">
<span class="cpuInfo"></span>
</p>
<p class="warn info err conn-test-itm">
Your computer does not meet the minimum requirements.
<!--<a href="javascript://nop">Help me fix this</a>.</p>-->
</p>
</li>
<li class="connTest loading">
<div class="heading">
<span class="loading succ conn-test-itm">2. Connection Test</span>
<span class="warn err conn-test-itm">
2. Failed to connect
</span>
<span class="validator"></span>
</div>
<p class="succ info conn-test-itm">
Connection successfully established
</p>
<p class="warn info err conn-test-itm">
Your computer does not meet the minimum requirements.
<!--<a href="javascript://nop">Help me fix this</a>.</p>-->
</p>
</li>
</ol>
<!-- End of the first line - cpu and basic connectivity -->
<!-- The 2nd line - media protocols type -->
<ol>
<li class="connTypeAudioTest loading connectivity-test">
<div class="heading left-aligned-text">
3. Audio Connection Test
<span class="validator"></span>
</div>
<p class="succ info conn-test-itm">
Low latency UDP connection established
</p>
<p class="warn info err conn-test-itm">
Your computer does not meet the minimum requirements.
<!--<a href="javascript://nop">Help me fix this</a>.</p>-->
</p>
</li>
<li class="connTypeVideoTest connectivity-test loading">
<div class="heading left-aligned-text">
4. Video Connection Test
<span class="validator"></span>
</div>
<p class="succ info conn-test-itm">
Low latency UDP connection established
</p>
<p class="warn info err conn-test-itm">
Your computer does not meet the minimum requirements.
<!--<a href="javascript://nop">Help me fix this</a>.</p>-->
</p>
</li>
</ol>
<!-- End of the 2nd line - media protocols type -->
<!-- The 3rd line - latency and bandwidth -->
<ol>
<li class="distanceTest connectivity-test loading">
<div class="heading">
<span class="loading succ conn-test-itm">
5. Server Latency Test
</span>
<span class="warn err conn-test-itm">
5. There is a high latency to the servers
</span>
<span class="validator"></span>
</div>
<p class="succ info conn-test-itm">
Average RTT: <span class="rttInfo"></span>ms
</p>
<p class="warn info err info conn-test-itm">
Your computer does not meet the minimum requirements.
<!--<a href="javascript://nop">Help me fix this</a>.</p>-->
</p>
</li>
<li class="bandwithTest connectivity-test loading">
<div class="heading">
<span class="loading succ conn-test-itm">
6. Bandwidth Test
</span>
<span class="warn err conn-test-itm">
6. You have low bandwidth
</span>
<span class="validator"></span>
</div>
<p class="succ info conn-test-itm">
Minimum bandwidth requirement met
</p>
<p class="warn info conn-test-itm">
Your computer does not meet the minimum requirements.
<!--<a href="javascript://nop">Help me fix this</a>.</p>-->
</p>
</li>
</ol>
<!-- End of the 3rd line - latency and bandwidth -->
</div>
</div>
</div>
<div class="footer">
<div class="adl-footer4 footerContent">
<div class="heading">
<span class="goToPage5Btn">
<strong class="title">
</strong>
</span>
</div>
</div>
<span class="by"><strong class="logo"></strong></span>
</div>
</div>
</div>
</div>
</div>
<div class="adl-page5 main step1-25">
<ul class="tabset">
<li class="left inactive2">
<span>Software check</span>
</li>
<li class="middle inactive2">
<span>Connection check</span>
</li>
<li class="right active">
<span>Hardware check</span>
</li>
</ul>
<div class="tabs-holder-outer-wrapper">
<div class="tabs-holder-inner-wrapper">
<div class="tabs-holder">
<div class="tab">
<div class="columns-holder">
<div class="camSetupStepWrapper column check1">
<div class="heading">
<h2>1. Select Webcam</h2>
<span class="validator"></span>
</div>
<form action="javascript://nop" class="form-camera">
<fieldset>
<label>
<select class="camSelect">
<option value="-1">Loading...</option>
</select>
</label>
<div class="adl-dev-setup">
<div class="camPreviewRenderer video-holder">
<div class="adl-img1"></div>
</div>
</div>
<div class="adl-dev-msgs">
<p class="camMessage">You should be able to see
<br/>yourself above.
</p>
<div class="camSucc dev-succ">
<div class="camSuccMsgDiv">The selected webcam appears to work. Click the button below to confirm.</div>
</div>
<p class="camError dev-err" style="display: none;">
The webcam you selected does not respond. <!--a class="camTestAgainBtn hw-plain-link" href="javascript://nop">Retry here</a-->
</p>
</div>
<input class="camNextBtn disabled" type="submit" value="CONFIRM" />
<a class="camTestAgainBtn hw-plain-link" href="javascript://nop" style="display:none;"><input class="" type="submit" value="RETRY"/></a>
<span class="skipCamWrapper add">
<a class="skipCam hw-plain-link skip-blue-link" href="javascript://nop">
Skip This Test
</a>
<!-- or <a href="javascript://nop">Help, it’s not working</a> -->
</span>
</fieldset>
</form>
</div>
<div class="micSetupStepWrapper column check2" style="display:none;">
<div class="heading">
<h2>2. Select Microphone</h2>
<span class="validator"></span>
</div>
<form action="javascript://nop" class="form-microphone">
<fieldset>
<label>
<select class="micSelect">
<option value="-1">Loading...</option>
</select>
</label>
<div class="adl-dev-setup">
<div class="micInstructionDiv" style="display:none;">
Please speak out loud to test your microphone.
</div>
<div class="micActivityBar slider2 ui-slider ui-slider-horizontal
ui-widget ui-widget-content ui-corner-all">
</div>
</div>
<div class="adl-dev-msgs">
<!--<p class="micMsg">Make some noise. The bar will go blue.</p>-->
<p class="micSucc dev-succ">
The microphone you selected appears to work. Click the button below to confirm.
</p>
<p class="micError dev-err" style="display: none;">
The microphone you selected cannot be located.
<!--a class="micTestAgainBtn hw-plain-link" href="javascript://nop">Retry here</a-->
</p>
</div>
<input class="micNextBtn disabled" type="submit" value="CONFIRM" />
<a class="micTestAgainBtn hw-plain-link" href="javascript://nop" style="display:none;"><input class="" type="submit" value="RETRY"/></a>
<span class="skipMicWrapper add">
<a class="skipMic hw-plain-link skip-blue-link" href="javascript://nop">
Skip This Test
</a>
<!-- or <a href="javascript://nop">Help, it’s not working</a>-->
</span>
</fieldset>
</form>
</div>
<div class="spkSetupStepWrapper column check2" style="display:none">
<div class="heading">
<h2>3. Select Speakers</h2>
<span class="validator"></span>
</div>
<form action="javascript://nop" class="form-speakers">
<fieldset>
<label>
<select class="spkSelect">
<option>Loading...</option>
</select>
</label>
<div class="adl-dev-setup">
<div class="speakerInstructionDiv">Click the button to test the speakers. (Unmute speakers.)</div>
<a href="javascript://nop" class="playTestSoundBtn btn-play">Play test sound</a>
<div class="volumeCtrlSlider slider ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all">
<a class="ui-slider-handle ui-state-default ui-corner-all" href="javascript://nop" style="left: 42%;"></a>
</div>
</div>
<div class="adl-dev-msgs">
<!--<p class="spkMsg">Click the button above to test the speakers.
</p>-->
<p class="spkSucc dev-succ">
The speakers you selected appear to work. Click the button below to confirm.
</p>
<p class="spkError dev-err" style="display:none;">
The speakers you selected cannot be located. <!--a class="spkTestAgainBtn hw-plain-link" href="javascript://nop">Retry here</a-->
</p>
</div>
<input class="spkNextBtn disabled" type="submit" value="CONFIRM" />
<a class="spkTestAgainBtn hw-plain-link" href="javascript://nop" style="display:none;"><input class="" type="submit" value="RETRY"/></a>
<span class="skipSpkWrapper add">
<a class="skipSpk hw-plain-link skip-blue-link" href="javascript://nop">
Skip This Test
</a>
<!--or <a href="javascript://nop">Help, it’s not working</a>-->
</span>
</fieldset>
</form>
</div>
</div>
</div>
<div class="footer">
<div class="adl-footer5 footerContent">
<div class="heading">
<span class="goToPage6Btn" >
<span id="tech-support" style="display: none">There is an issue. Please finish these tests and then contact <a href="mailto:techsupport@canyonranchathome.com">techsupport@canyonranchathome.com</a>. Be sure to itemize each error message on your screen.</span>
</span>
</div>
</div>
<span class="by"><strong class="logo"></strong></span>
</div>
</div>
</div>
</div>
</div>
<div class="adl-page6 main step4">
<ul class="tabset">
<li class="left inactive2">
<span>Software check</span>
</li>
<li class="middle inactive2">
<span>Connection check</span>
</li>
<li class="right active">
<span>Hardware check</span>
</li>
</ul>
<div class="tabs-holder-outer-wrapper">
<div class="tabs-holder-inner-wrapper">
<div class="tabs-holder">
<div class="tab">
<div class="content">
<h2>Thank you</h2>
<p>The System Test is complete. Click CONTINUE to return to your dashboard.
</p>
</div>
</div>
<div class="footer">
<div class="adl-footer6 footerContent">
<div class="heading btn-holder">
If you experience issues during a live session, please contact tech support at <a href="mailto:techsupport@canyonranchathome.com">techsupport@canyonranchathome.com</a> <a href="javascript://nop" class="doneBtn btn-action next-btn">CONTINUE</a>
</div>
</div>
<span class="by"><strong class="logo"></strong></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>