-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbindata.go
636 lines (543 loc) · 98.3 KB
/
bindata.go
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
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
// Code generated by go-bindata.
// sources:
// web/add_app.html
// web/add_test.html
// web/ang/apps.js
// web/ang/index.js
// web/apps.html
// web/favicon.ico
// web/index.html
// web/main.css
// web/momentum/test.tmpl
// web/momentum/your-404-page.tmpl
// web/momentum/your-500-page.tmpl
// web/settings.html
// web/tests.html
// web/your-404-page.tmpl
// web/your-500-page.tmpl
// tmpl/momentum/ang.tmpl
// tmpl/momentum/jquery.tmpl
// tmpl/momentum/server.tmpl
// DO NOT EDIT!
package main
import (
"bytes"
"compress/gzip"
"fmt"
"io"
"io/ioutil"
"os"
"path/filepath"
"strings"
"time"
)
func bindataRead(data, name string) ([]byte, error) {
gz, err := gzip.NewReader(strings.NewReader(data))
if err != nil {
return nil, fmt.Errorf("Read %q: %v", name, err)
}
var buf bytes.Buffer
_, err = io.Copy(&buf, gz)
clErr := gz.Close()
if err != nil {
return nil, fmt.Errorf("Read %q: %v", name, err)
}
if clErr != nil {
return nil, err
}
return buf.Bytes(), nil
}
type asset struct {
bytes []byte
info os.FileInfo
}
type bindataFileInfo struct {
name string
size int64
mode os.FileMode
modTime time.Time
}
func (fi bindataFileInfo) Name() string {
return fi.name
}
func (fi bindataFileInfo) Size() int64 {
return fi.size
}
func (fi bindataFileInfo) Mode() os.FileMode {
return fi.mode
}
func (fi bindataFileInfo) ModTime() time.Time {
return fi.modTime
}
func (fi bindataFileInfo) IsDir() bool {
return false
}
func (fi bindataFileInfo) Sys() interface{} {
return nil
}
var _webAdd_appHtml = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x58\x6d\x53\xdb\xb8\x16\xfe\xce\xaf\x50\xb5\x3b\xdb\x76\xa6\xb6\x79\x6d\xcb\x8e\x9d\x19\xde\x4b\x72\x0b\x14\x28\x85\x7e\xb9\x73\x2c\x29\xb6\x12\x59\x12\x92\x9c\x90\xce\xfe\xf8\x3b\xb2\x63\xc7\x01\xc2\x6d\xb7\x5f\x88\x25\x1d\x9d\x97\xe7\x3c\x92\xce\x21\x7e\x45\x15\x71\x33\xcd\x50\xee\x0a\xd1\x5b\x8b\xfd\x0f\x12\x20\xb3\x04\x33\x89\x91\xcc\x02\xd0\x3a\xc1\xa0\x35\xee\xad\x21\x14\xe7\x0c\xa8\xff\x40\x28\x76\xdc\x09\xd6\x3b\x10\x4c\xa1\x1e\xda\xa3\x14\x81\xd6\x61\x1c\xd5\xd3\xb5\xc8\xab\x20\x40\x97\xec\xbe\xe4\x86\x51\x54\x30\x07\xc8\x41\x66\x51\x10\xcc\xd7\xab\x29\x92\x83\xb1\xcc\x25\xb8\x74\xc3\xe0\x23\xee\x2e\x49\x28\x58\x82\x27\x9c\x4d\xb5\x32\x0e\x23\xa2\xa4\x63\xd2\x25\x78\xca\xa9\xcb\x13\xca\x26\x9c\xb0\xa0\x1a\xbc\x43\x5c\x72\xc7\x41\x04\x96\x80\x60\xc9\xc6\x3b\x64\x73\xc3\xe5\x38\x70\x2a\x18\x72\x97\x48\x85\x7b\x6b\x0b\xb7\xf6\x95\x72\xd6\x19\xd0\xe8\xe0\xea\x6a\xe1\x91\xe0\x72\x8c\x0c\x13\x09\xb6\x6e\x26\x98\xcd\x19\x73\x18\xe5\x86\x0d\x13\x9c\x3b\xa7\xed\xdf\x51\x54\xc0\x03\xa1\x32\x4c\x1b\x0d\x7e\x40\x54\x11\xb5\x13\xd1\x76\xb8\x1e\xae\x07\x29\x73\x10\x6e\x46\xc4\xda\xc5\x52\x58\x70\x19\x12\x6b\x31\xe2\xd2\xb1\xcc\x70\x37\x4b\xb0\xcd\x61\xeb\xe3\x76\x70\x61\x3f\x7d\xbc\xfc\xb0\xd9\xff\xb2\x75\x75\x4e\xf3\x1b\xbe\x55\x3e\x0c\x5d\x01\xdf\xde\xdf\x90\x9d\x8d\xcf\x83\x74\xfd\x7e\xe7\x62\xd3\x5c\x7e\xd5\x17\x13\x63\x7f\x94\x47\xdb\xdf\x36\xb4\x9a\x7c\xba\xcb\xae\xf5\xfe\xd0\xe6\x29\x46\xc4\x28\x6b\x95\xe1\x19\x97\x09\x06\xa9\xe4\xac\x50\xa5\xc5\x2f\xc6\xe6\xb3\x9f\x60\xc7\x1e\x5c\x54\xf9\x55\xc7\x5a\xc0\xdc\xcf\xf9\x5e\x4b\x0c\xd7\x0e\x59\x43\x16\x38\x94\x96\x85\x43\x25\x1d\x4c\x99\x55\x05\xab\x30\xa0\x1b\xeb\x9b\x30\x04\x92\xb2\x70\x64\x71\x2f\x8e\xea\x8d\x15\xf2\x71\xd4\xb0\x27\x4e\x15\x9d\x79\x72\xf9\x84\x1a\x25\x04\x33\x09\x26\x82\xa9\xa0\x21\x1a\xaa\xcd\x4a\x98\x20\x22\xc0\xda\x04\x4b\x98\xa4\x60\xd0\x90\x3f\x30\x1a\x38\xa5\x11\xaa\x67\x02\x0a\x66\xdc\x7c\xb3\x07\x0d\x92\x06\x22\x43\x69\x56\x2f\xd4\xb4\x85\x65\x2d\x41\x6a\x40\xd2\x26\xd6\x3f\x70\xcf\xdb\x8e\x23\xa8\x7d\x2b\x9d\x53\xf2\xd1\x06\xa7\xb2\x4c\x30\xd3\xc0\x55\xcb\x60\x44\xc1\xc1\x7c\x2d\xc1\x44\x09\x01\xda\xb2\x66\x1a\x4c\xe6\x69\xfd\x47\xad\xe2\xaa\xd4\x9e\xc4\x8c\x1e\xd4\x24\xc6\x08\x0c\x87\x06\x81\xd6\xd2\x0a\xb1\x3a\x30\x46\x13\x3c\x04\xe1\x4d\x54\xb3\x02\x52\x9f\xce\xeb\xca\x01\x8f\x01\xcf\xc0\x71\x25\xdb\xac\x69\x58\x11\x48\xc0\x89\x17\x8b\x23\x2f\x52\x85\x1d\xd5\x31\xd5\x99\xa2\xbc\xc5\xbd\x89\xaa\x81\x78\x11\x25\xa7\x2b\x9d\x9e\xdb\x2f\xc5\x23\xeb\x3e\x9f\x85\x09\xa0\x74\x6a\x2e\x53\xf1\xb2\x23\x15\x70\xc7\x0a\xd4\x2e\x3e\xca\x5d\xe0\x39\xdc\xe4\x2d\xc2\xbd\x43\xb0\x79\xaa\xc0\x50\x34\xcf\x5e\xb5\x23\x12\xdc\x7f\xbf\xa0\x1f\x88\xe3\x13\x86\xa8\x51\x9a\xaa\xa9\x7c\xd1\x5c\x2b\x35\xc7\x6e\x41\x9b\x0e\x02\x87\x8d\x26\x64\x94\x58\x45\x90\xd6\x5c\x9d\xbd\x1c\xac\x56\xba\xd4\x09\x76\xa6\x64\x2b\x12\xbd\xf0\x0c\xa1\x6f\x2c\x45\x7b\x5a\x0b\x4e\xaa\x2c\xdb\xe5\x04\x5b\x13\x28\x29\x66\xb8\xf7\x86\x94\xc6\x30\xe9\xde\x2e\xb2\xdb\x00\x03\x9d\x41\x27\xc7\x6d\x84\x05\x93\x65\x97\x5b\x82\xd1\x74\xf6\x24\xc6\xae\x4f\x0b\xbc\x5a\x25\x1d\x84\xdb\x54\x01\xa5\xff\xad\xce\xf6\x1e\xa5\x4b\x6e\xac\xd4\xb0\xd8\xaa\xb5\xc5\xbd\xcf\x20\x21\x63\xcb\x11\x44\x94\x4f\x96\x93\xde\xac\x3d\x93\xf3\x9f\xa3\x94\x63\xd6\x59\xdc\xbb\xf6\x3f\xcf\x50\xea\x77\xd5\x5b\xe6\x1c\x97\x99\xc5\xbd\xab\xf9\xd7\xb3\x46\xea\xd3\x13\x95\xa2\xb7\x86\xd6\xda\x40\xe3\x48\xc2\xa4\xb7\xb6\xb6\x7c\x3a\xa5\x03\x2e\x99\x41\x5c\x4e\x98\xb1\x8c\x22\x5d\x5d\x8f\xad\x3f\x6b\xd5\x25\xda\xbd\x2e\x52\xc3\x80\x12\x53\x16\x69\xc3\xd6\x47\x37\x47\xac\xda\x73\xdb\x91\x6d\x5f\x91\xa7\x6b\x73\x04\x62\x58\x9c\xcc\x83\xf9\x8d\xda\x41\xee\xe7\xb6\xd6\xe9\xf6\x54\x87\x0e\xd5\x97\x55\xad\xd6\xd4\xf2\xae\xbe\x5c\xeb\x83\x90\x60\x0d\x19\x9b\x73\xaf\xd6\x11\x47\x4a\xb4\x88\x76\x0e\x84\xcc\x02\x9b\xab\x69\x82\x41\x30\xe3\xd0\x5f\x7f\x55\x55\xcd\x19\x14\x0c\x25\x09\x7a\xfd\x1a\x37\x76\xeb\xf5\xea\x6f\x60\x4b\x42\x98\x7f\x3b\x6b\x34\xab\xc9\x79\xb9\xb4\xbd\x24\x1f\xf8\x07\x90\xcb\x0c\xf7\x3a\xc7\x18\x59\x98\x30\xfa\x2a\x8e\xf2\xed\x6a\x8f\xee\xdd\xa9\xd2\xa0\xe9\x32\x02\x88\x5b\x5f\xfe\x48\x46\x1c\xa3\xc8\x29\xe4\x9f\xac\x30\x8e\x74\xbd\xa7\x31\x53\xa4\xc1\xba\x07\x9f\x93\x31\x7a\x84\xe9\xb2\x27\xd5\x00\xf7\x72\x66\xaa\x43\xe5\x35\xfa\x3a\x0b\xcd\xbc\xed\x85\xa1\x6e\x0e\x6a\x6b\x4b\xa7\x0e\xa1\x78\xa8\x4c\x81\x2a\xdc\xca\xb4\xe0\x2e\xc1\x7b\x94\xbe\x79\x8b\xe7\xb5\x9b\x5f\x5d\xbe\x2f\xf4\x52\xec\x92\x93\xb1\x97\x6c\x22\x69\xc5\xb8\xd4\xa5\xeb\x14\x27\xb8\xb2\x41\xb9\x85\x54\xf8\xdb\x71\xaa\xcc\xd8\x23\x89\x90\x16\x40\x58\xae\x04\xf5\x45\xc4\x9e\xd6\x0b\x9d\x55\xfd\x5a\x28\xea\x49\xdf\xa4\xb1\x85\xc1\x7b\xd6\xbc\xbe\x18\x99\x79\x95\x1a\xf5\xe2\xd4\x3c\xf2\xf7\x48\x3a\x66\x6a\x60\x40\xeb\xd7\x16\x69\x20\x63\xc8\x58\x15\x62\x88\xae\x73\x6e\x7d\x76\x5c\xce\x90\x06\x97\x7b\x28\x2b\x61\x6d\xd4\x88\x11\xe7\x4b\x2e\xa8\x9e\x1b\xa7\x6a\x81\x3f\x4f\xce\x2f\xf6\xae\x3f\x45\xd6\x90\x7f\x1f\xf7\x93\xb0\xbd\xea\x10\x71\x86\xfe\xae\x3f\x7d\x39\xe6\xfd\x28\x2d\x33\xde\xd3\x68\x58\x09\xcb\xd5\x20\x2c\xa3\x75\x01\x2e\x5f\x00\x83\x1e\x21\x13\x47\x7e\xef\xe2\xc6\x45\x71\xde\x5d\x5d\x2e\xa2\x52\x27\x91\x2e\x85\x08\x0c\xcf\x72\x87\x52\x27\x03\x0a\x32\xf3\xf5\xd4\xf3\xc1\x29\x49\x3c\x85\x7d\xa1\x2f\xa9\x9a\x86\x39\xb7\x4e\x99\x59\x98\x02\x19\xbf\x79\x8b\x7b\x07\x20\x09\x13\x8b\x9a\xe5\x05\xbb\xde\x98\x36\xbc\x00\x33\xab\xac\xcd\x15\x37\x2c\xed\x9a\x7f\xe5\x43\x0a\xff\x9c\x80\xe0\x14\xfd\xf3\x0f\x6a\xdd\xa9\x6f\x8e\xae\xb1\xee\x31\xa8\xfa\x89\x73\xed\xf9\x0c\x02\xf5\x61\x02\x57\x75\xb5\xdc\x76\x15\x5e\x60\xf4\xa5\x64\x66\x86\x86\xdc\x58\xf7\xce\x93\x45\xa2\x0b\xa5\x35\x33\xe1\xc8\xce\xc7\x8b\x9e\xa4\xdf\x69\x49\x9e\x2b\xbd\x89\xa2\x2c\x1c\xdd\x7b\x8d\x55\x9e\xeb\xcf\x60\x2b\xdc\x0c\x37\x42\x2b\x78\x51\xf5\x19\xa3\x67\xdb\x8c\x41\x7f\x4b\x6d\x1e\x0e\xdc\xe9\x78\x72\x77\x3a\xd8\xfa\x7a\x74\xf6\xa3\xf8\xfc\x61\x70\x30\xbe\x34\x91\x39\xda\x8d\xbe\xe8\xec\x3d\xec\x7d\x3f\xe9\x4f\x8f\x0f\x3f\xdf\x9c\xed\x45\x27\xfa\xe4\xf8\x78\x77\x2b\xbf\xd5\x27\x3b\x83\xf1\xd9\xea\x36\x63\x51\xed\xaf\x76\x9c\xca\x91\x0d\x89\x50\x25\x1d\x0a\x30\x75\xd3\x00\x23\x78\x88\x04\x4f\x6d\xa4\x1b\x44\xa2\x8d\x70\x63\x33\xdc\x8a\xca\x82\x36\x93\xab\x23\x9a\x1c\xf7\x6f\xcb\xab\xbe\xce\x2f\xcf\x4f\xcd\xbe\xfc\xf1\x61\xa6\x3e\xa8\xfd\xed\x8d\x62\x30\x24\x1f\xfb\x3f\xbe\x7c\xe7\x07\xf7\xdb\x67\x07\x84\xfd\xe7\x08\xce\xb7\x4f\x3f\x4d\x39\x19\x4c\x75\x7f\xb8\x4b\x76\x4f\xf5\x71\x96\xff\x56\x44\xbf\xd8\x0d\x8e\x1e\x37\x83\xcf\x87\x04\x42\xef\xeb\x71\xbe\x71\x71\x7c\xce\x34\x21\x77\x37\x77\x87\xfb\xdb\x54\xed\x7c\x95\xe9\x60\x66\x6f\x77\xbe\x7d\xbf\x2d\xb6\x6e\x1f\x2e\xee\xd9\x0e\x1f\x5c\x0f\xbf\x0e\x46\x67\xe3\x83\xf1\xee\x15\xdc\x94\x47\xdf\x87\xa2\xff\xab\x21\x75\xba\xc0\x11\x4c\xa0\x9e\xc5\x75\xa4\xd1\xb0\x94\x64\x08\xa4\x3a\x81\xa3\x9f\x43\xc5\xa7\x34\xcc\x94\xca\x04\x03\xcd\xed\xa3\x34\x83\xcc\x4a\x01\xa6\x4a\xf3\x4e\xf8\xbe\x19\x37\x78\xbc\x64\xe0\xff\x52\xa8\x50\x05\x93\xce\x53\x68\x33\xdc\x0d\xd7\x9b\xf1\x53\xd5\xbf\xa6\x76\xee\x62\x50\xab\x8b\xd6\x2b\xdd\xcb\x93\xcf\xd8\xf8\x69\x8c\x41\x66\xd5\x2b\xfd\x24\xfc\x38\xf2\xbd\xb2\x7f\x76\xab\xff\xd0\xfc\x2f\x00\x00\xff\xff\x80\xb9\xba\x82\xb1\x11\x00\x00"
func webAdd_appHtmlBytes() ([]byte, error) {
return bindataRead(
_webAdd_appHtml,
"web/add_app.html",
)
}
func webAdd_appHtml() (*asset, error) {
bytes, err := webAdd_appHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "web/add_app.html", size: 4529, mode: os.FileMode(420), modTime: time.Unix(1519392497, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _webAdd_testHtml = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x58\xdb\x72\xdb\x38\x12\x7d\xf7\x57\x60\x30\x5b\x33\x49\x55\x48\xfa\x9a\xc4\x5b\x24\xab\x7c\x89\x13\x4b\x1b\xc7\x89\x73\x7f\xd9\x6a\x02\x10\x09\x09\x04\x60\x00\x94\xac\xcc\xe4\xdf\xb7\xc0\x9b\x28\xc5\xf2\x26\xbb\x2f\x16\x01\x34\xba\x4f\x9f\xd3\x00\x9b\x8e\x7f\xa3\x8a\xb8\xa5\x66\xa8\x70\xa5\x48\x77\x62\xff\x83\x04\xc8\x3c\xc1\x4c\x62\x24\xf3\x00\xb4\x4e\x30\x68\x8d\xd3\x1d\x84\xe2\x82\x01\xf5\x0f\x08\xc5\x8e\x3b\xc1\xd2\x33\xc1\x14\x4a\xd1\x09\xa5\xc8\x31\xeb\xc2\x38\x6a\xe6\x1b\x9b\xdf\x82\x00\xbd\x63\xb7\x15\x37\x8c\xa2\x92\x39\x40\x0e\x72\x8b\x82\xa0\x5d\xaf\xa7\x48\x01\xc6\x32\x97\xe0\xca\x4d\x82\xe7\x78\xb8\x24\xa1\x64\x09\x9e\x73\xb6\xd0\xca\x38\x8c\x88\x92\x8e\x49\x97\xe0\x05\xa7\xae\x48\x28\x9b\x73\xc2\x82\x7a\xf0\x04\x71\xc9\x1d\x07\x11\x58\x02\x82\x25\x7b\x4f\x90\x2d\x0c\x97\xb3\xc0\xa9\x60\xc2\x5d\x22\x15\x4e\x77\x56\xb0\x4e\x95\x72\xd6\x19\xd0\xe8\xec\xe6\x66\x85\x48\x70\x39\x43\x86\x89\x04\x5b\xb7\x14\xcc\x16\x8c\x39\x8c\x0a\xc3\x26\x09\x2e\x9c\xd3\xf6\x9f\x51\x54\xc2\x1d\xa1\x32\xcc\x3a\x0f\x7e\x40\x54\x19\xf5\x13\xd1\x61\xb8\x1b\xee\x06\x19\x73\x10\xee\x47\xc4\xda\xd5\x52\x58\x72\x19\x12\x6b\x31\xe2\xd2\xb1\xdc\x70\xb7\x4c\xb0\x2d\xe0\xe0\xf9\x61\x70\x6d\x5f\x3d\x7f\xf7\x6c\x7f\xf4\xf6\xe0\xe6\x0d\x2d\x3e\xf2\x83\xea\x6e\xe2\x4a\xf8\xf4\xf4\x23\x39\xda\x7b\x3d\xce\x76\x6f\x8f\xae\xf7\xcd\xbb\x0f\xfa\x7a\x6e\xec\xb7\xea\xc5\xe1\xa7\x3d\xad\xe6\xaf\xbe\xe4\xef\xf5\xe9\xc4\x16\x19\x46\xc4\x28\x6b\x95\xe1\x39\x97\x09\x06\xa9\xe4\xb2\x54\x95\xc5\x0f\xe6\xe6\xe5\x4f\xb0\x63\x77\x2e\xaa\x71\x35\xb9\x96\xd0\xe2\x6c\xf7\x5a\x62\xb8\x76\xc8\x1a\xb2\xe2\xa1\xb2\x2c\x9c\x28\xe9\x60\xc1\xac\x2a\x59\xcd\x01\xdd\xdb\xdd\x87\x09\x90\x8c\x85\x53\x8b\xd3\x38\x6a\x36\xd6\xcc\xc7\x51\x57\x3e\x71\xa6\xe8\xd2\x57\x97\x17\xd4\x28\x21\x98\x49\x30\x11\x4c\x05\xbe\x88\x9a\x98\x4d\x5c\x09\x73\x44\x04\x58\x9b\x60\x09\xf3\x0c\x0c\x9a\xf0\x3b\x46\x03\xa7\x34\x42\xcd\x4c\x40\xc1\xcc\xba\x67\x76\xa7\x41\xd2\x40\xe4\x28\xcb\x9b\x85\xa6\x70\x61\xdd\x4b\x90\x19\x90\xb4\x4b\xf6\x77\x9c\xfa\xe0\x71\x04\x0d\xb8\xca\x39\x25\x37\x36\x38\x95\xe7\x82\x99\x8e\xaf\xc6\x06\x23\x0a\x0e\xda\xb5\x04\x13\x25\x04\x68\xcb\xba\x69\x30\xb9\xaf\xeb\xdf\x1b\x17\x37\x95\xf6\x55\xcc\xe8\x59\x53\xc5\x18\x81\xe1\xd0\x51\xd0\x47\xda\x62\xd6\x24\xc6\x68\x82\x27\x20\x7c\x88\x7a\x56\x40\xe6\xf5\x7c\x5f\x03\xf0\x1c\xf0\x1c\x1c\x57\xb2\x97\x4d\xc3\x96\x44\x02\x4e\xbc\x59\x1c\x79\x93\x3a\xed\xa8\xc9\xa9\x91\x8a\xf2\x9e\xf7\x2e\xab\x8e\xe2\x55\x96\x9c\x6e\x05\xdd\xc6\xaf\xc4\x46\x74\xaf\x67\x69\x02\xa8\x9c\x6a\x6d\xea\xc2\x1c\x58\x05\xdc\xb1\x12\xf5\x8b\x1b\xda\x05\xbe\x88\x3b\xdd\x22\x9c\x9e\x83\x2d\x32\x05\x86\xa2\x56\xbd\x7a\x47\x24\xb8\x7f\x7e\xc0\x3f\xa2\x46\x69\xaa\x16\xf2\xc1\x40\xbd\x55\xcb\xda\xaa\x60\x06\xb9\x9f\x77\x9e\x90\x51\x62\x5b\x69\xf4\xe1\x1a\xdd\x0a\xb0\x5a\xe9\x4a\x27\xd8\x99\x8a\x6d\x91\x78\x85\x0c\xa1\x4f\x2c\x43\x27\x5a\x0b\x4e\x6a\x7d\xed\x0a\xf4\x2a\xed\x75\xd9\x7a\xe8\x25\x93\xd5\xb0\x5c\x04\xa3\xd9\xf2\x07\xf0\xc3\x60\x2b\x22\x7a\x27\x8d\x28\x1d\xef\x40\xe9\xbf\xeb\x77\xc2\x09\xa5\x6b\x00\xb6\xee\x5d\x6d\xd5\xda\xe2\xf4\x35\x48\xc8\xd9\x3a\xf6\x88\xf2\xf9\xba\x82\xdd\xda\x3d\x02\x3e\x2c\x1b\x10\xc7\xe7\xbd\x5a\x91\xbf\x54\x2c\x4e\xdf\xfb\x9f\x8d\x43\x61\x4d\xa0\xa4\x58\xe2\xf4\x11\xa9\x8c\x61\xd2\x3d\x6e\x4f\xc4\x3d\xe5\xf4\x3f\xa2\xe9\x61\x58\xe6\x1c\x97\xb9\xc5\xe9\x4d\xfb\x74\x6f\x90\xe6\xe4\x44\x95\x48\x77\xd0\x4e\xcf\x4b\x1c\x49\x98\xa7\x3b\x3b\xeb\x27\x53\x3a\xe0\x92\x19\xc4\xe5\x9c\x19\xcb\x28\xd2\xf5\xd5\xd8\xe3\xd9\xa9\x2f\xd0\xe1\x55\x91\x19\x06\x94\x98\xaa\xcc\xba\x7a\xdd\xb8\x35\x62\xd5\x9f\xd9\x81\x6d\xff\x0a\xf9\x71\xad\x65\x20\x86\xd5\xa9\x3c\x6b\x6f\xd3\x01\x73\x3f\xb7\x75\xa8\xd4\xba\x83\xed\xfb\x7b\xb5\x9b\xeb\xb4\x91\x31\xc1\x1a\x72\xd6\x16\x68\xe3\x23\x8e\x94\xe8\x79\x1c\x9c\x17\x99\x07\xb6\x50\x8b\x04\x83\x60\xc6\xa1\x3f\xfe\x68\x3a\x99\x2b\x28\x19\x4a\x12\xf4\xe7\x9f\xb8\x0b\xdc\x18\xd4\x7f\x03\x5b\x11\xc2\xfc\xfb\xb2\x21\xb1\x9e\x6c\x7b\xa4\xc3\x35\xfb\xc0\xbf\xf4\xb8\xcc\x71\x7a\xd3\x6c\x89\xa3\xe2\xb0\x36\xd4\xe9\x17\x55\x19\x24\xd9\xa2\x8e\x88\x16\x60\x91\x85\x39\xa3\x61\x1c\xe9\xc6\xa2\xf3\x54\x66\xc1\xae\xa7\x95\x93\x19\xda\x64\x6b\x3d\x5a\x3d\xc0\x69\xc1\x4c\x7d\xbc\x90\x53\xc8\xf7\x4f\x68\xe9\x43\xd5\x1b\x1a\xef\x6b\xc7\x0d\xa1\x78\xa2\x4c\x89\x6a\x2e\xaa\xac\xe4\x2e\xc1\x27\x94\x3e\x7a\x8c\xdb\x16\xcc\xaf\xae\x5f\x11\xba\x16\x09\x49\x4e\x66\xde\xa4\x83\xdc\xaf\x73\xa9\x2b\x37\x68\x2e\x70\xed\x9c\x72\x0b\x99\xf0\x57\xdc\x42\x99\x99\x67\x05\x21\x2d\x80\xb0\x42\x09\xea\x9b\x80\x75\xa7\x75\x07\x5a\x2a\xea\x0b\xb7\x17\xa5\x4f\xd8\x83\xea\x5e\x9f\x18\x99\xb6\xcf\x8c\xd2\x38\x33\xab\xbb\x63\x80\xb5\x79\x1f\x6f\x00\xf5\xf7\x01\x13\x8c\xb8\x87\xbd\x6e\x02\x79\x5f\xfb\xba\x3c\xc7\x1b\xbe\x94\xf6\x07\xc9\x5b\x1b\xa6\x19\xb8\xba\x77\x46\x5c\xa2\xfa\xde\x43\x73\x10\x15\x4b\xf0\x5f\x7f\xf9\x71\x78\x79\x8e\xbe\x7f\xc7\x69\x3b\xaa\x0b\xee\xfb\xf7\x38\x6a\x7c\xac\xb1\x19\x35\x18\x87\xb7\xa5\xc7\x39\x48\x33\x2e\xcc\x60\x75\xbd\x85\xc9\x9c\x44\xba\x12\x22\x30\x3c\x2f\x1c\xca\x9c\x0c\x28\xc8\xdc\x77\x33\xf7\x6b\xa2\x24\xf1\xa5\xe6\xfb\x6c\x49\xd5\x22\x2c\xb8\x75\xca\x2c\xc3\x0c\xc8\xec\xd1\x63\x9c\x9e\x81\x24\x4c\xac\x3a\x86\x07\xe2\xfa\x60\xda\xf0\x12\xcc\xb2\x8e\xd6\x3a\xee\xaa\x6b\x18\xfe\x37\x9f\x52\xf8\x8f\x39\x08\x4e\xd1\xdf\x7f\xa3\x1e\x4e\x73\x8a\x87\xc1\x86\xe5\x5b\xb7\xf3\x6f\x6a\xce\x40\xa0\x11\xcc\xe1\xa6\x69\x56\xfb\xa6\xde\x1b\x4c\xdf\x56\xcc\x2c\xd1\x84\x1b\xeb\x9e\x20\x57\x30\x89\xae\x95\xd6\xcc\x84\x53\xdb\x8e\x57\x9f\x04\xa3\xc1\x17\xc1\x7d\x9d\x2f\x51\x94\x85\xd3\x5b\xef\xb1\xee\x7a\x9b\xc7\xe0\x20\xdc\x0f\xf7\x42\x2b\x78\x59\xb7\xf9\xd3\x7b\xbb\xfc\xf1\xe8\x40\xed\x9f\x8f\xdd\xe5\x6c\xfe\xe5\x72\x7c\xf0\xe1\xc5\xd5\xb7\xf2\xf5\xb3\xf1\xd9\xec\x9d\x89\xcc\x8b\xe3\xe8\xad\xce\x9f\xc2\xc9\xd7\x97\xa3\xc5\xc5\xf9\xeb\x8f\x57\x27\xd1\x4b\xfd\xf2\xe2\xe2\xf8\xa0\xf8\xac\x5f\x1e\x8d\x67\x57\xdb\xbb\xfc\x55\xb3\xbd\x1d\x38\x95\x53\x1b\x12\xa1\x2a\x3a\x11\x60\x9a\x9e\x1d\xa6\x70\x17\x09\x9e\xd9\x48\x77\x8c\x44\x7b\xe1\xde\x7e\x78\x10\x55\x25\xed\x26\xb7\x67\x34\xbf\x18\x7d\xae\x6e\x46\xba\x78\xf7\xe6\xd2\x9c\xca\x6f\xcf\x96\xea\x99\x3a\x3d\xdc\x2b\xc7\x13\xf2\x7c\xf4\xed\xed\x57\x7e\x76\x7b\x78\x75\x46\xd8\xbf\x5e\xc0\x9b\xc3\xcb\x57\x0b\x4e\xc6\x0b\x3d\x9a\x1c\x93\xe3\x4b\x7d\x91\x17\xff\x57\x46\xbf\xf8\x31\x36\xdd\xfc\x16\xbb\x3f\x25\x10\xfa\x54\xcf\x8a\xbd\xeb\x8b\x37\x4c\x13\xf2\xe5\xe3\x97\xf3\xd3\x43\xaa\x8e\x3e\xc8\x6c\xbc\xb4\x9f\x8f\x3e\x7d\xfd\x5c\x1e\x7c\xbe\xbb\xbe\x65\x47\x7c\xfc\x7e\xf2\x61\x3c\xbd\x9a\x9d\xcd\x8e\x6f\xe0\x63\xf5\xe2\xeb\x44\x8c\x7e\x35\xa5\xc1\x47\xd8\x14\xe6\xd0\xcc\xe2\x26\xd3\x68\x52\x49\x32\x01\x52\x9f\xc0\xe9\xcf\xb1\xe2\x25\x0d\x73\xa5\x72\xc1\x40\x73\xbb\x21\x33\xc8\xbc\x12\x60\x6a\x99\x8f\xc2\xa7\xdd\xb8\xe3\xe3\xa1\x00\xff\xb5\x84\x4a\x55\x32\xe9\x7c\x09\xed\x87\xc7\xe1\x6e\x37\xfe\xd1\xf5\xaf\xb9\x6d\x21\x06\x8d\xbb\x68\xb7\xf6\xbd\x3e\x79\x4f\x8c\x9f\xe6\x18\x64\x5e\x77\xa6\x3f\xa4\x1f\x47\xfe\x53\xd5\xbf\x2e\xeb\xff\x90\xfc\x27\x00\x00\xff\xff\x03\x95\x1a\x57\x31\x11\x00\x00"
func webAdd_testHtmlBytes() ([]byte, error) {
return bindataRead(
_webAdd_testHtml,
"web/add_test.html",
)
}
func webAdd_testHtml() (*asset, error) {
bytes, err := webAdd_testHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "web/add_test.html", size: 4401, mode: os.FileMode(420), modTime: time.Unix(1519392493, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _webAngAppsJs = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5c\x71\x73\xdb\x36\xb2\xff\xfb\xe9\x53\xec\x63\x3b\x4f\xd4\xab\x2c\x4b\x8e\xd3\x36\xf2\xe8\xbd\xb1\x65\x3b\xc9\x5d\x9c\x78\x62\x7b\x7a\x33\x1e\x4f\x07\x22\x57\x12\x6d\x08\xe0\x01\xa0\x6d\x35\xd5\x77\xbf\x01\x48\x4a\xa4\x08\x4a\x94\xec\xf4\xdc\x6b\xf8\x4f\x18\x60\xb1\x58\xec\x2e\x7e\xbb\x0b\x42\xbe\x27\x02\xce\x02\x16\x29\x94\x47\xd0\x83\x61\xc4\x3c\x15\x70\xe6\xfa\x44\x61\xa7\x09\xfa\x9f\xbd\x06\x7c\xa9\x01\x00\xec\xee\xbe\x45\x05\x1d\xf0\xc9\x14\x02\x06\x93\x80\xd2\x40\xa2\xc7\x99\x2f\x4d\xbf\xe6\xc5\x19\xfe\xaa\xfb\x7b\xd0\x69\xb7\xdb\xf0\xbf\xf0\x63\xfb\xa0\x96\x8c\x86\x3e\x67\xf7\x28\x14\x0c\xb8\x1a\x1b\xd6\x12\x14\xb7\xf3\x31\xf3\xff\x3a\x91\xd0\x8b\x5f\x5b\x23\x54\x97\xc1\x04\xdd\xc6\x41\x8e\x66\x6f\x41\xb3\x97\xa5\x99\x4f\x49\xa8\x17\x51\xa2\x10\xd4\x18\xc1\x0f\x86\x43\x14\xc8\x3c\x2c\x5d\xc0\x82\x24\xc3\x59\xbf\xee\xcc\x65\xb2\x2c\x88\x78\x77\x7a\x29\x3e\x99\x4a\x20\xcc\x07\x81\x2a\x12\xcc\x90\xc5\xaf\x70\x46\xd4\xb8\x25\x78\xc4\x7c\x37\x3f\xc5\x6e\xaa\xb3\xc6\x41\x6d\x56\xab\x69\x19\x68\xc0\x30\xea\x8f\x89\x50\x4d\xf3\xce\x93\xf7\x63\x1e\x8d\xc6\x2c\x52\xe6\xbf\x07\x31\xed\x90\x8b\x09\x51\x47\x53\xad\xcc\x8c\xfd\x06\xba\xa1\x09\x3e\x7a\xc1\x84\x50\x99\x9a\x30\x18\x42\xdc\x05\xbd\x1e\xb4\x1b\xa9\x70\xf5\x36\x18\x0e\xf5\x85\x72\xef\x8c\x09\xf7\xf6\x9b\xa6\x45\x3f\xfe\x44\xab\x23\x61\x08\xbf\xff\x0e\x7b\x8b\xbe\x00\x7a\xf1\x0a\x87\x94\x73\xe1\x9a\x57\xca\x47\xf1\x5c\x0d\xd8\x85\x79\xcb\x5d\x23\xb1\x60\x32\x75\x48\x84\xc4\x53\xca\x89\x72\x13\xc9\x12\xe2\x90\x3f\xb8\x77\x4d\x08\x1a\x8d\x96\xe2\xa7\xc1\x23\xfa\xae\x3f\x69\x2c\x94\x44\xc2\x10\x7a\x40\xd8\x28\xa2\x44\xb4\x26\xdc\x8f\x28\xba\x75\x12\x86\xf5\x26\x5c\xd7\x93\xf6\x33\x3e\x41\xa6\xea\x37\xda\x23\x48\x18\xb6\x3c\xce\x94\xe0\x94\xa2\x70\xeb\x1e\x45\xbe\x93\xd2\x7f\x2f\x3d\x1e\x62\xbd\xb9\xd0\x60\xdc\x92\x2a\x2e\xfe\x5f\x2b\x9e\xf4\xcb\x2c\xd7\x46\xb5\x0b\xf4\x60\x48\xa8\xc4\x6c\xc7\x03\x17\x77\x01\x1b\xd9\xba\x0e\x7d\x3f\x6b\xad\x74\x16\xeb\x60\x25\x22\x9c\xf7\x1e\xfa\xfe\x61\x18\xba\x0b\x71\x9a\xb9\x3d\x4b\x9a\x20\x23\xcf\x43\x29\xb3\x2c\xd7\xc8\xb4\x44\x92\xae\x27\x37\x6f\x51\x07\xf0\x91\x4c\xb0\x0b\x8e\x03\x33\x1b\xd5\xf7\x24\x0c\xe9\xd4\x6d\xcc\xfb\x66\xf1\xeb\xac\x36\xbb\x69\x94\x18\x43\xa1\x54\x9b\x58\x43\xd3\x3f\x8b\x39\x48\x18\xea\xdd\x73\x7d\x93\x6c\xed\xa4\xf9\x33\x0e\x05\xca\xf1\x76\x96\xea\x53\xe4\xee\x57\xb1\x4d\x4b\xe1\xa3\x5e\xa1\xe3\xe4\x48\xf4\xde\xd6\xd3\xb4\xb4\x2e\x5b\x87\x61\x28\x1b\xb9\xfe\xe2\x7a\xf3\xd4\xc9\xda\x2b\xdb\xd1\xa2\x29\xb7\x51\x7b\x2e\x2f\xbf\x44\xa9\xdc\x8c\x9d\xff\x78\x3f\x4f\xbd\x6b\x6b\x47\x8f\x3d\xdd\xee\xea\x12\x95\x0a\xd8\x48\x6e\xe2\xee\xe9\x98\x82\xcb\xaf\xf2\xec\x64\x91\x5f\xc0\x27\x6c\x84\xa2\x1b\x93\xc0\xec\x20\x4b\xe5\x71\x36\x0c\xc4\xc4\x47\x9a\xf2\x78\x51\x1b\xc1\x46\x13\x0a\xee\x9d\xa1\x94\x64\x84\x4b\x3c\x37\xdd\x37\x45\xed\x2e\xf6\xc5\x45\xd2\xb8\xfd\xce\xf8\x18\xdd\x61\x99\xde\xf4\x8e\xfd\xef\x82\x09\x4a\x94\x92\xb3\x91\x56\xf0\x41\x8e\x4a\xc6\xb9\x0f\x8f\x94\x6b\x9d\x6b\x15\xb7\xc4\xe2\x25\xa4\x85\x75\x9a\x45\x36\xe1\xc7\x76\xbb\x9d\x6f\xcc\x64\x3d\xb1\x22\xd2\x37\xad\x84\xcd\x5c\xa0\x82\x79\xad\xea\xbe\x0a\x75\x96\xb6\x91\xa3\x2e\x16\x1e\x0f\x4e\x6d\xee\x2e\x39\xc6\xd3\x10\xe8\xe0\xe9\x4e\xbc\xc2\xe1\x6a\x76\xa6\x4b\x19\xbd\x5d\x66\xe3\x85\xab\xd7\x92\xdb\x3e\x66\x77\xa0\x10\x5c\x94\x93\xc6\x60\x63\x03\xd7\x65\x1f\x01\xd4\x70\xb4\x7e\x56\xa7\x3f\xd6\x3c\x25\x84\x28\x74\xce\x8b\x7e\xcb\xba\x8d\x97\xe6\x2f\xa2\xbf\xd5\x49\x4b\xa3\x59\x79\xb2\xa2\x63\xe8\x86\xa9\x63\x9c\x63\x64\x1b\x19\xb2\xfb\xbf\x1c\x9c\x3f\x79\x23\x54\x40\x73\x6b\x86\x63\x23\x44\x3f\xc8\xe4\x90\x4b\x9d\xd5\x20\xfe\x24\x66\x31\xd7\x09\x09\x43\x8b\x3a\x93\x89\x48\x18\x1e\x58\x78\x1c\x23\x45\x85\x27\xc6\x1b\xe6\x8c\x14\x11\x23\x54\x25\xbc\x5a\x27\xec\x5e\xb6\x64\x48\x03\x0f\xdd\x42\x7b\xc0\x7c\x7c\xfc\x34\x4c\x59\x34\xa1\x63\x93\xfc\xd0\xf7\x97\xa6\x2c\x0b\x4f\x73\xce\x8d\x82\x0c\x0b\xa7\xb6\x4a\x18\x46\x72\xec\x66\xdc\xbd\xb1\x4c\x9a\xdf\x03\xb3\x6f\x58\xf6\xac\x58\x16\xc7\xb4\x43\x53\xb3\x6d\xb1\xdb\xe7\xc3\xb3\x2e\xf6\xfc\xb9\xf8\x73\x05\x42\x58\xde\x51\x2b\x16\xfe\x97\xc9\xbe\x56\x5b\x78\xae\xa7\x97\x64\xe1\x75\x0a\xca\xa0\xfc\x12\x04\x9a\xa6\x14\xfd\x32\x2b\x5a\x40\xe0\x12\x8f\x79\x00\xb0\xce\x90\xaa\xff\x60\xa5\xaf\x2d\x12\x86\xd5\x87\x1b\x1b\x25\x0c\x66\x40\xb5\x8c\xc1\x9a\x5b\x7c\x4b\x23\x9e\x90\x46\xe4\x0f\x53\x2e\xb5\x29\x4a\x4f\x53\x52\x43\x2d\xd1\xaf\xe0\xb7\xf9\xe1\xcc\x33\xa6\x2e\x19\xa2\x80\x0d\x03\xaa\xe2\xe0\x92\x9a\x82\x91\x09\x36\x62\x03\xfc\x57\x72\x46\xab\x9b\x5a\x01\xf3\x68\xe4\xe3\xbc\x2c\x12\x18\x72\xa1\x5a\x31\x83\xc6\x41\x91\xf9\x76\x69\x51\xa6\x2b\x9e\x41\xaf\x30\x91\xb2\xeb\x38\xb3\x1c\x7c\x2f\x0e\xca\x97\x7d\x66\xd1\xd3\xf2\x51\x2a\xc1\x73\x7b\x38\xa5\xe0\x2b\x29\x72\xc7\xed\x59\x22\x0b\xc6\x6a\x69\xb2\xa9\xcf\x3b\x24\x61\xfc\x5d\x65\x59\xb2\xf4\xcb\xc5\x52\xde\x94\x76\x8d\x23\xa9\x53\x9d\x62\xe8\xa0\x64\x80\xb4\x0b\x75\xcd\x19\x02\x06\x91\xc4\x56\xbd\x59\x20\xd3\x6e\xd3\x85\xeb\x9b\x62\xcf\x80\x0b\x1f\xc5\x2f\x81\xaf\xc6\x5d\xe8\x14\xfb\x87\x01\xa5\x5d\xb3\x49\x8b\x7d\x5a\x59\x97\xc8\x64\xc0\x59\x17\xda\x2d\xcb\xe8\x01\xf1\xee\x46\xe6\xfb\x46\x9f\x53\x2e\xba\xe0\x08\xf4\x9d\x32\x29\xca\x69\x66\x45\x8d\x08\xba\x5e\x21\x02\x29\x12\x89\xfe\xcb\x56\xc9\x48\x20\xb2\xb5\x4a\xb1\x51\x15\xd5\x32\x21\x8f\xfd\x30\x5a\xa9\x99\x33\xf2\x18\x4c\xa2\x09\xf4\xcf\xaf\x40\x05\x13\xfc\x0a\xba\x31\x50\xfc\xb2\xfc\x85\x78\x4a\x2f\x78\x95\x62\x0e\x3d\x15\x11\xfa\x35\xf5\xf2\x7c\x3e\xc3\x85\x0e\xd1\x6b\x35\x63\x25\xb3\x6c\x26\xbe\x52\x31\x9f\x06\xb7\xe8\x29\xa9\xf1\x65\x8c\x24\x7c\xd9\xbb\xe9\xf9\x34\x33\xe4\x02\x5c\xad\x9e\x00\x7a\x60\x87\xf1\x16\x45\x36\x52\x63\xd8\x81\xce\x01\x04\xf0\x7f\x3d\x68\x1f\x40\xb0\xb3\x63\xcb\xf2\x8d\xa2\x35\x2a\x95\x31\xbb\x0e\x6e\x8a\x09\xff\xee\xee\xfb\x08\x3e\x53\x78\xc7\x6d\x3a\xc7\xa4\x92\x36\x66\xd1\xb5\x46\x31\x7f\xd0\xa1\xa3\x65\xd2\x06\x43\x99\xf9\x32\x1c\x8f\x7a\x1f\x35\x61\xbf\x61\x19\x27\xe8\xaa\x61\x9f\x69\xc9\x30\x9e\x19\x65\x28\xdf\xf1\xa5\x32\xa5\x56\x8c\x7c\x12\x75\x44\xbf\xd6\xb2\x36\xf5\xcc\x37\xb5\x3c\xd1\x5b\x54\x7d\x22\x7c\xb7\xf8\x69\x73\x45\x3d\x95\xe4\x22\x1e\x11\x7e\x9a\x39\x09\x94\x6b\x6b\xaa\x3c\xc1\xac\x51\x2b\xa4\x6c\x59\xf3\xf5\xcf\xaf\x8a\x4a\xd0\xe2\x9e\x5f\x69\x10\x91\x15\x45\x86\x65\x7f\x33\xe2\x2a\x1e\x6e\xe2\x61\x59\x95\x0e\x05\x99\x60\x86\x8f\xd5\xb9\xd2\x27\x8e\x1a\x19\xc3\x65\x57\x78\x46\x1e\xf5\x22\xcb\x47\xc7\xd0\x9a\x75\x16\x3d\xb7\xd6\xcc\x95\xce\xb9\x4b\x46\xce\x6a\xb5\x25\x23\x67\xc5\xf7\xc2\x28\xf1\x89\x58\xb6\x66\x32\xcb\xcd\x41\xf9\x18\x53\x91\xf8\xdc\x8b\x26\xc8\x54\x6b\x84\xea\x84\xa2\x7e\x3d\x9a\xbe\xf7\x5d\x27\xf6\x86\xfe\xf9\x95\x49\xdc\x9c\x12\xa9\x90\xb6\xa4\x9a\x52\x6c\x8d\x31\x18\x8d\x4d\x09\xd0\x79\xdd\x0e\x1f\x1d\x3b\xb9\x11\x55\x3d\x42\x4f\x0f\x1c\xa1\xea\x73\xa6\x2b\x07\xb7\xbe\xe7\xd7\x4b\x66\x58\xe4\xa0\xd0\x03\x86\x0f\x60\xde\x5d\x4f\x3d\x36\x57\x98\x54\x4d\x43\xec\x42\x5d\x0f\xb6\xa0\x6f\xfa\xc4\x28\x5c\xce\x05\x52\x50\x97\xdd\x18\x3d\xca\x59\xa5\xec\x24\x2a\xd9\x4d\xcc\x51\x4a\x3c\x2b\xe7\xc3\x43\xed\xf7\x72\x9d\x54\xd2\x23\x14\xd7\x52\xe9\xe7\xf1\xf0\x51\x13\x5e\xaf\xa7\x84\x85\xde\x4c\x3c\x5f\x3b\x60\x66\x09\x5f\xcb\xcf\x74\xa3\xe9\x47\x22\xf0\x3f\x04\xac\xda\xca\xd2\xc7\x9b\x67\x7c\x64\x6a\x89\x63\x65\x4f\x1c\xdf\x8e\x89\x1c\x77\xe1\x7a\xaf\x09\xaf\x2b\xac\x06\x56\x1b\x2f\xfb\x18\x0b\x7d\x88\x33\x82\xea\x6b\xf1\x03\x19\x52\x32\x2d\x0b\xf0\x65\x8f\x71\xd2\x0b\x25\x02\x36\xea\x82\xa3\x03\x9b\x4e\x3e\xce\x2e\x36\x50\xc7\x90\x33\x95\x06\xfb\x01\x25\xde\x9d\x53\x4d\x1b\x15\xbc\x64\x25\x49\x39\x03\x7b\xcf\xac\x61\x81\xb4\x42\xe3\x06\x61\xe7\x92\x87\x1b\x04\x9d\x7c\xac\x54\x3c\x8c\xb3\xe4\x34\x6c\x54\x1a\xa3\x08\xd5\x1b\x0c\x7a\x50\xaf\xc3\x0f\xe9\x58\x45\xe8\x3a\xd0\x2c\x05\xeb\x58\x8e\x04\xa9\x2d\xc0\x5a\xca\x97\x0e\xa8\xa5\x84\xce\x52\xf8\x64\x34\x8a\x29\xbe\x7e\x10\x56\x3c\xac\x1a\x82\xb5\xe0\x71\xf4\xd4\xf3\x7d\x24\xb6\x54\x2e\x7d\xf4\x12\x16\xb4\xe7\x28\x3c\x64\xca\x4e\x6e\xf7\xb9\xe4\xb4\x81\x58\xb3\xfe\xc5\x2c\x29\xfa\xaf\x01\xbb\x38\xea\x68\xa1\x56\xef\xce\x42\xae\x7e\xed\x7c\xf7\xea\xd5\x2b\xa7\x09\xce\x77\xed\xf6\x4f\xfb\xc7\x6f\xcc\xeb\xe9\xe9\x7e\xe7\xd5\x8f\xe6\x75\xef\xa4\xdf\xdf\x6f\x27\xad\x3f\xbf\xee\x1c\x99\xd7\x9f\x4e\x8f\x8f\x4e\x4f\xcd\xeb\x51\xa7\x7d\xdc\x4f\x87\x1d\xf7\xdb\xed\x84\x59\x67\xf8\x6a\x68\x5e\x5f\xbd\xe9\xf7\xfb\xfd\xb8\xb5\x73\x7a\xfa\x53\x4c\xf0\xf3\xeb\xce\xfe\xfe\x20\x1e\xd6\xee\xec\x1d\x9d\xc4\xb4\xc7\x6f\xde\x24\x04\x1d\xf3\x98\xd7\x43\xf3\x38\xe5\x9b\x5e\x47\x8d\xd2\xce\xdd\x5d\xb8\x1c\xa3\xc4\x24\xec\x02\x09\x43\xd4\xce\xc5\xcc\xcd\x53\x8a\x23\x64\xbe\xb9\x1b\x9a\xb4\x28\xce\xa9\x0a\x42\x09\x0f\x63\x64\x30\xe6\xf7\xa8\x31\x70\x7e\xff\x54\x01\x11\x9e\x2c\x77\xa2\x24\xb6\x6b\x67\xb2\xbb\x83\xdd\x01\x73\x67\x5a\x5b\xa4\x25\x7e\x32\x7e\x6d\x6a\x62\x8e\x5f\x2b\xe4\x0a\x1b\x40\x25\xac\xf9\x2a\x02\x96\x24\xfe\x2d\xaa\xea\x28\x59\x40\xc8\x2c\x3c\x5a\xab\xbc\x0a\xe0\x56\x1d\xd9\x56\xa3\xda\x1a\x44\x7b\x16\x34\xdb\x00\xc9\xaa\xa2\x58\x45\x04\x2b\xba\xc1\x5a\xe4\xaa\x84\x5a\x55\x10\xeb\x3f\x10\xad\x4a\x91\xea\x8f\x43\xa9\x95\x08\x65\x41\xa7\xad\x90\xa9\x1a\x2a\xad\x43\xa4\x55\x68\x64\x45\xa2\x95\xdf\x66\xad\xdf\x9a\x12\x4c\xf1\x23\x41\xf4\x5c\xd0\x9b\xff\xea\xc2\xd5\x0b\x3d\x26\x0a\x35\x48\xb5\x2e\x14\x11\xaa\xd1\x84\x5c\xe3\x09\xf3\x1b\x4b\xb8\x56\xf5\x83\x73\x05\x90\x4a\xca\xe5\x52\x9c\x5a\x66\xb9\x79\x59\xbb\xbe\xa4\x5d\x57\xce\x56\x2c\x65\x17\x90\xe0\x97\x15\xb1\x25\x35\x50\x85\xe2\xb5\x5a\xe1\x5a\xbd\x68\xad\x5c\xb0\xae\x2b\x56\xab\x17\xaa\x1b\x17\xa9\x5b\x14\xa8\xdb\x14\xa7\x15\x0a\xd3\xcd\x8b\xd2\x2d\x0a\xd2\x7c\x31\x7a\x11\xfc\x66\x8a\xd1\xbf\x0f\x2a\x2e\x7d\x8b\x42\x74\x75\x11\xba\xa2\x00\x2d\xc9\x9b\xaa\xe1\xd7\x1a\x44\xe0\x83\xdb\xcd\xe0\x80\xbf\x74\x38\xb8\x1e\xf3\x92\x40\xf9\x0d\x0e\xbe\xc1\x41\xd9\x93\x87\x83\xf8\xdb\x18\x78\x3c\x62\xea\x4f\x0e\x08\xb9\xff\x37\xcd\x4f\x35\x33\x17\x45\x6a\x50\xb8\x45\xf8\x21\x90\xb9\xbb\x1c\x81\xc2\x89\xe5\x32\x47\xfa\x1d\x26\x12\x26\x37\xec\x81\xa6\x5b\x26\x2a\xb9\x10\x94\x67\x41\xe3\x09\x9d\x0f\x9c\xf8\x01\x1b\x2d\xf4\xf6\x16\x95\x16\x26\x7f\x59\x4d\x4f\xb3\xa6\xbe\xab\x7e\x89\x28\x2f\x81\x29\x84\xf4\x7b\xe1\x90\x6e\xde\x03\xbd\x1e\x38\xce\xfa\x82\x32\x5d\xd3\x47\xae\xc6\x5a\x86\xa1\x2e\x39\x96\x6e\x7e\x3e\xe1\x1a\x72\xff\xfc\x6a\x2b\x33\x5d\x90\x49\x48\xf1\xa9\xc6\x8a\x0f\x13\x4b\xed\xd5\x3f\xbf\xfa\x63\x4c\x96\x39\xd4\xfc\x53\x58\xed\xdb\x0d\xe7\xa7\xde\x70\x36\x25\xd3\x76\x97\x10\xcd\xd0\x97\x74\xef\xd5\x9c\xf8\xa7\x0b\x9a\xd7\x80\xe5\xa4\xbf\xcc\x05\x48\xb8\x3e\xe1\x37\x9c\x7d\xc2\xbc\xf8\xaa\xe7\xe6\x8a\xcc\xca\x74\x1a\xb0\x40\x8e\xd1\x2f\x5c\x94\xb6\x0b\x9e\xd7\x5c\x2c\xc4\x8b\x33\xc9\x09\xf3\xf3\x06\xd9\x50\xcf\xb0\x7c\x21\xff\x12\xe5\x96\x3e\xbb\x18\xff\x92\xb4\xb4\xc1\x95\xfc\x55\x4b\xff\x76\x27\xdf\x3c\x0b\x45\xbd\x24\x1b\x57\xbc\x94\x6f\xae\x43\x2f\xdd\xca\x8f\xdb\xfe\xcd\xd7\xf2\x77\x77\x27\xe6\xcf\x41\x44\x13\xf0\x31\x84\x31\x61\x3e\x45\x51\x4b\x95\x0a\xb7\x52\xe0\x3f\x23\x94\x2a\x25\x73\x23\x41\x9b\x10\x92\x29\xe5\xc4\x6f\x9a\x0a\xad\x09\x1e\xa1\x74\x40\xbc\xbb\x54\xeb\xf7\x44\xc0\xe3\x58\xa9\x30\x01\x88\x7f\x9c\x7d\x78\xa7\x54\xf8\x39\x66\x95\x8a\x68\x28\x5a\x9c\x09\x24\xfe\x54\x2a\xa2\xd0\x33\x11\x72\xd5\x46\x88\xc7\x98\x11\x17\xca\xfc\xaa\xb5\x07\xfb\xb6\xeb\xc4\x89\xd1\xa0\x97\x8e\xd1\x13\x44\xe6\x6f\x7c\xec\x2d\x7b\xa4\x66\xac\x17\x62\xd2\x9f\xf3\x4f\x17\x97\x7f\xbb\xf8\xf4\xd1\x9a\x06\x29\x31\x2d\x29\xad\x52\x15\xb8\x7a\x6c\xcb\xfc\x05\x8f\xb9\xb0\x32\xe4\x4c\xe2\x25\x3e\x6a\xd3\xa6\xde\x54\xdc\x49\x33\xf0\x88\xf2\xc6\xe0\x16\xee\x47\xcf\x27\xe1\x4c\x72\x8a\xe6\x8f\x86\x38\xef\xd9\x3d\xa1\x81\x0f\xb1\xb0\xf6\x2f\x12\x73\xa9\xbe\x80\xc9\x77\xba\x50\x94\x29\x4e\xfa\xe0\xff\xc1\xb9\x40\x71\x8f\x02\x1e\x04\x57\x08\x8c\x43\x4a\xe5\x80\x75\xdc\xac\x19\x7b\xfc\xba\x2f\x17\x49\x86\x34\x97\xa5\xc8\xca\xa6\x95\x24\xad\x49\x4e\x6a\x8c\x49\x51\x04\x84\x06\xbf\xe5\x1c\x84\x0f\x6e\xb3\xda\x32\x74\x4a\x24\x7f\xb8\x22\x6d\x9d\x7f\x08\x32\xb7\xc4\xf5\x90\x82\xfd\xf9\xe0\xb6\x35\x26\xf2\xd3\x03\x3b\x17\x3c\x44\xa1\xa6\x6e\xd8\xb0\xd9\x41\x2a\x11\x7f\xbb\x41\xe6\x71\x1f\xaf\x3e\xbf\xef\xf3\x49\xc8\x19\x32\xe5\x86\x0d\xf8\x01\x9c\x9e\x03\x3f\x80\xa5\x97\x0f\x6e\xaf\xc3\x9b\xc6\x72\xad\x39\xff\x5f\xf2\xcb\x02\x3d\xc1\x2d\x0f\x98\xeb\xfc\x8f\x93\xfb\x0d\x41\xb2\x5f\x42\x64\x6e\xbc\xed\xcc\x56\xd4\x20\x99\x9e\x67\x15\x1c\x39\xe7\xc4\xc9\x3e\x40\x95\xec\xc3\x77\x48\x7c\x14\xae\x63\x0e\xb3\x98\xda\xd1\x23\x9d\x26\x38\x1a\x47\x02\xcf\x9c\xc9\xef\x3e\xee\x3c\x3c\x3c\xec\xe8\x74\x75\x27\x12\x34\x5e\x94\x9f\xf5\xb6\x94\x29\xf3\xdd\xb9\x7d\xdc\x04\x1e\xd2\xa5\x26\x0e\xb0\x7e\x9b\x6d\x23\xe1\xad\xe4\xac\x44\x20\xb3\x15\xa5\x39\xab\x08\x86\xd3\x12\xa9\x32\xf4\x8d\x83\xda\xec\x5f\x01\x00\x00\xff\xff\x2a\x17\xa7\xe6\xfd\x49\x00\x00"
func webAngAppsJsBytes() ([]byte, error) {
return bindataRead(
_webAngAppsJs,
"web/ang/apps.js",
)
}
func webAngAppsJs() (*asset, error) {
bytes, err := webAngAppsJsBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "web/ang/apps.js", size: 18941, mode: os.FileMode(420), modTime: time.Unix(1519397947, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _webAngIndexJs = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x54\xc1\x6e\xeb\x36\x10\x3c\x4b\x5f\xb1\x10\x1e\x6a\x0a\x4f\x56\x82\xa0\xa7\x1a\x46\x51\x24\x87\xa4\x68\x9a\x20\x4e\x81\x02\x81\x0f\xb4\xb4\xb2\xe5\xd0\x24\xbb\xa4\xec\xb8\x81\xfe\xbd\x58\x51\x72\x6c\xd8\xbd\xbc\x93\x85\xe5\xec\xec\x0c\x77\xe8\xad\x24\x90\xd6\xc2\x14\xa4\x5e\x36\x4a\x52\xbe\x31\x65\xa3\x50\x8c\xa4\xb5\xa3\x0c\xde\x46\x7d\xfd\xd1\x6c\x50\xfb\xd1\x3c\x9d\xc4\xb1\xb4\x36\x2f\x8c\xf6\x64\x94\x42\x12\xa3\x42\xa1\xe9\xb0\xdf\x5c\x61\x2c\x8e\x32\xa8\x1a\x5d\xf8\xda\x68\x11\x2a\x29\x7c\xc6\x51\x14\xbe\xf3\x3b\x54\x52\x21\x79\x07\xd3\x2f\x5c\xca\x80\x01\x71\x38\x7e\x9b\x73\xf5\x0e\x15\x7a\xfc\xad\x2b\x8a\xe3\x0e\x3e\x6c\xd3\x38\x8a\xda\xf8\x52\xef\xe4\xab\xfa\x82\x15\xa1\x5b\xfd\xef\xc4\x9d\xa1\xf7\x5a\x2f\x61\x0a\x9e\x1a\xe4\x83\x5b\x85\x46\x7c\xa1\x4b\xe9\x65\xe6\x9a\xa2\x40\xe7\x42\xe7\x79\x6b\x25\x95\xc3\xc9\xf1\xd9\x41\x0c\xb7\xe7\x7c\x4d\x79\xb0\x91\x13\x6e\x91\x1c\x8a\xf4\x04\xff\x4d\x5a\xab\xf6\x7d\xb1\x85\x60\xed\xcc\x05\x57\x1c\xfa\x07\xed\x91\xb6\x52\x89\xcb\x96\x7a\xb0\xe8\x48\x32\xb8\xb9\xbe\xbe\x4e\xe3\x76\x9e\xc6\x71\x7c\x75\xb5\xe9\xb6\xd9\x6c\xa0\x44\x0b\x2b\xa9\x4b\x85\x14\x0f\x3c\xb0\x76\x84\xff\x34\xe8\xfc\x00\x13\x0d\xa9\xcc\xca\xbd\x32\xb2\xcc\xfc\xde\x62\x56\x48\xa5\x16\xb2\x78\x4f\x3f\x63\x00\xe0\x14\x7d\xac\xbc\xe7\x1c\x69\xdc\xc1\xdf\x8f\x7f\xdc\x7b\x6f\x5f\x02\x0b\xfb\x01\x88\x3a\x40\x6e\x34\xa1\x2c\xf7\xce\x4b\x8f\xc5\x4a\xea\x25\x9e\x2c\x05\x98\x2f\x8a\xea\x4a\x04\x78\x07\x9e\x31\x18\xa6\x53\xf8\x39\x8c\x8b\x22\x1e\xd8\x6f\x03\xa6\x20\xc2\xf0\x9c\x49\x1b\xc7\xc0\x1b\x36\x0b\x0c\xad\x2b\x10\xac\x98\xab\xc9\xf3\xd3\xec\xf5\xf7\xd9\xd3\x9f\x49\xe0\x81\x28\xf2\xb4\x87\xe1\x7b\xf0\x24\x18\x92\x5b\xc9\xfb\x19\x54\x38\x6b\xb4\xc3\x57\xfc\xf0\x69\x36\x4c\xee\x6c\x71\x63\x0b\x85\xf4\xc5\x0a\x04\xa6\x07\xb2\xa8\x30\xda\x19\x85\xb9\x32\x4b\x91\x3c\xe8\xad\x54\x75\x09\x61\xf8\xe4\x80\x19\x26\x7e\x22\x91\x21\xf8\x05\xce\xe7\x75\xc2\x13\xf8\x15\x92\x19\xd2\x16\x09\x76\x64\x3c\x82\x36\x30\xa0\x92\x8b\x7d\x6d\x16\x02\x09\xe9\xa0\x32\xfc\xb6\x80\x5c\x3d\x8c\x3e\xef\x3c\x18\x84\x5e\x29\x77\xb6\x93\x38\x0e\x8b\x76\x48\xb5\x54\xf5\xbf\x27\x8b\x33\x8b\x75\xf0\xde\x21\x3c\xf5\x0f\x10\xa0\x32\x24\xb8\x66\xa1\xd6\xc0\xa8\x8e\x91\xb7\x62\x16\xeb\x7c\x25\xdd\xd3\x4e\x3f\x93\xb1\x48\x7e\x2f\x6c\x3a\x5c\x20\x30\x49\x6e\x1b\xb7\x12\xa8\x0b\x53\xe2\x5f\x2f\x0f\xb7\x66\x63\x8d\x46\xed\x85\x4d\xe1\x3b\x24\xd3\x04\xbe\xc3\x85\x53\xb3\x58\xbf\xd9\x79\x7a\x24\x9e\xd0\x37\xa4\x3b\xca\xb5\xa9\xb5\x48\x7e\x0a\x4b\xe0\xb3\x3e\x96\x16\x75\x97\x93\x0c\x38\xeb\xdd\xdf\x40\xda\x59\xae\xab\xd3\xfc\x0c\xd9\xe9\x23\x87\xbe\x4f\xf9\x3d\xca\x12\x49\x24\xb7\x46\x7b\xd4\x7e\xcc\x4d\x49\x06\x09\x3f\xe9\xba\x90\x7c\x4b\x57\x1f\xe3\xdd\x6e\x37\xae\x0c\x6d\xc6\x0d\xa9\x20\xbd\x1c\xf2\x30\x10\xea\x52\x1c\xae\x58\xf4\x8f\x8e\xcd\xf4\x8b\x3b\x57\x74\x9c\xe8\x1f\x51\xb5\x76\x46\x5f\x10\xd1\xbd\x02\xe7\xa9\xd6\xcb\xba\xda\x9f\x2a\xe9\xa5\x1c\xa1\xb9\xfc\x5f\x00\x00\x00\xff\xff\xb6\x72\xc1\x1c\x4d\x06\x00\x00"
func webAngIndexJsBytes() ([]byte, error) {
return bindataRead(
_webAngIndexJs,
"web/ang/index.js",
)
}
func webAngIndexJs() (*asset, error) {
bytes, err := webAngIndexJsBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "web/ang/index.js", size: 1613, mode: os.FileMode(420), modTime: time.Unix(1513450212, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _webAppsHtml = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x59\xd9\x72\xdb\x38\xd6\xbe\xf7\x53\xc0\xe8\xae\xdf\x71\xfd\x21\xe9\x35\xdb\x88\x9c\xf2\x9a\xb6\xdd\x71\x9c\x38\xfb\xcd\x14\x08\x40\x24\x2c\x10\x40\x00\x50\xb2\x92\xf6\xbb\x4f\x01\xdc\x65\xc9\xe9\x4c\xa6\xe6\x4a\xc4\x7a\xb6\x0f\xe7\x7c\x10\x46\xeb\x44\x62\x3b\x57\x14\xe4\xb6\xe0\xc9\xda\xc8\xfd\x00\x8e\x44\x16\x43\x2a\x20\x10\x59\x80\x94\x8a\x21\x52\x0a\x26\x6b\x00\x8c\x72\x8a\x88\xfb\x00\x60\x64\x99\xe5\x34\x39\xe2\x54\x82\x04\xbc\x42\x02\x65\x14\x20\xa5\x4c\x38\x8a\xaa\xa1\x6a\xda\x7a\x10\x80\xb7\xf4\x6b\xc9\x34\x25\xa0\xa0\x16\x01\x8b\x32\x03\x82\xa0\x1e\xf7\x5d\x38\x47\xda\x50\x1b\xc3\xd2\x8e\x83\x67\xb0\x3f\x24\x50\x41\x63\x38\x65\x74\xa6\xa4\xb6\x10\x60\x29\x2c\x15\x36\x86\x33\x46\x6c\x1e\x13\x3a\x65\x98\x06\xbe\xf1\x18\x30\xc1\x2c\x43\x3c\x30\x18\x71\x1a\x6f\x3f\x06\x26\xd7\x4c\x4c\x02\x2b\x83\x31\xb3\xb1\x90\x30\x59\xeb\xd4\x3a\x94\xd2\x1a\xab\x91\x02\x47\xd7\xd7\x9d\x46\x9c\x89\x09\xd0\x94\xc7\xd0\xd8\x39\xa7\x26\xa7\xd4\x42\x90\x6b\x3a\x8e\x61\x6e\xad\x32\x2f\xa2\xa8\x40\xb7\x98\x88\x30\x6d\x76\x70\x0d\x2c\x8b\xa8\xed\x88\xf6\xc2\xad\x70\x2b\x48\xa9\x45\xe1\x4e\x84\x8d\xe9\x86\xc2\x82\x89\x10\x1b\x03\x01\x13\x96\x66\x9a\xd9\x79\x0c\x4d\x8e\x76\x9f\xed\x05\x57\xe6\x8f\x67\x6f\x9f\xee\x9c\xbf\xd9\xbd\x7e\x4d\xf2\x0f\x6c\xb7\xbc\x1d\xdb\x02\x7d\x7c\xf2\x01\xef\x6f\xbf\xba\x48\xb7\xbe\xee\x5f\xed\xe8\xb7\xef\xd5\xd5\x54\x9b\x6f\xe5\xc9\xde\xc7\x6d\x25\xa7\x7f\x7c\xce\xde\xa9\xc3\xb1\xc9\x53\x08\xb0\x96\xc6\x48\xcd\x32\x26\x62\x88\x84\x14\xf3\x42\x96\x06\x3e\x68\x9b\x43\x40\x0c\x2d\xbd\xb5\x91\xd7\xab\xb2\xb5\x40\xb5\x9e\xf5\x5a\x83\x35\x53\x16\x18\x8d\x3b\x3f\x94\x86\x86\x63\x29\x2c\x9a\x51\x23\x0b\xea\x7d\x40\xb6\xb7\x76\xd0\x18\xe1\x94\x86\x37\x06\x26\xa3\xa8\x5a\xe8\x3d\x3f\x8a\x1a\x04\x8d\x52\x49\xe6\x0e\x60\x2e\xa0\x5a\x72\x4e\x75\x0c\x31\xa7\xd2\x21\xae\x96\x59\xc9\x15\x68\x0a\x30\x47\xc6\xc4\x50\xa0\x69\x8a\x34\x18\xb3\x5b\x4a\x02\x2b\x15\x00\x55\x4f\x40\x90\x9e\x34\xdf\xf4\x56\x21\x41\x02\x9e\x81\x34\xab\x06\x2a\xec\xa2\xe1\x2e\x41\xaa\x91\x20\x8d\xb1\xbf\xc1\xc4\x09\x1f\x45\xa8\x52\xae\xb4\x56\x8a\x85\x05\x56\x66\x19\xa7\xba\xf1\x57\x35\x07\x02\x82\x2c\xaa\xc7\x62\x88\x25\xe7\x48\x19\xda\x74\x23\x9d\x39\x5c\xff\x56\x6d\x71\x5d\x2a\x87\x62\x4a\x8e\x2a\x14\x43\x80\x34\x43\x8d\x0b\x5a\x49\x2b\xa6\x55\x86\x51\x12\xc3\x31\xe2\x4e\x84\xef\xe5\x28\x75\xf1\x7c\xe7\x15\x70\x3e\x60\x19\xb2\x4c\x8a\x36\x6c\x0a\xad\x30\x24\x60\xd8\x4d\x1b\x45\x6e\x8a\x37\x3b\xaa\x6c\xaa\x42\x45\x58\xeb\xf7\xc6\xaa\xc6\xc5\x9d\x95\x8c\xac\x54\xba\x96\x5f\xf2\x05\xe9\x2e\x9e\x85\x0e\x50\x69\x65\x3d\xc7\x03\xb3\x37\x2b\x60\x96\x16\xa0\x1d\x5c\x88\x5d\xe0\x40\xdc\xc4\x2d\x82\xc9\x31\x32\x79\x2a\x91\x26\xa0\x8e\x9e\x5f\x11\x71\xe6\xbe\x1f\xd8\x9f\x68\xa9\x88\x9c\x09\x80\xb0\x65\x53\xfa\xa0\xb8\x76\x72\xed\xbb\x0e\x36\x3d\x0f\x1c\xd7\x73\x20\xd0\x92\xaf\x02\x08\x69\x27\xf9\xe8\xe5\xc8\x28\xa9\x4a\x15\x43\xab\x4b\xba\x22\xd0\x9d\x66\x00\x7c\xa4\x29\x38\x50\x8a\x33\xec\xa3\x6c\x86\x01\x36\x3a\x90\x82\xcf\x61\xf2\x08\x97\x5a\x53\x61\x37\xbb\xe8\x36\x8e\x41\xbd\x46\x2f\xc6\xad\x85\x05\x15\x65\x1f\x5b\x9c\x92\x74\x7e\xcf\xc6\xbe\x4e\x9d\xbf\xda\x4d\x9c\x87\xdb\x18\x21\x42\xfe\xe5\x4b\xc8\x01\x21\x03\xf9\x2b\x97\x36\x31\x69\x77\xf0\x39\xa1\xaa\x32\x43\x0b\x22\xc2\xa6\xc3\xa0\x37\x63\x4b\x62\xfe\xf7\x20\x65\xa9\xb1\x06\x26\xef\xdc\xcf\x12\x48\xfd\xea\xf6\x86\x5a\xcb\x44\x66\x60\x72\x5d\x7f\x2d\x15\x52\x9d\x9e\xa8\xe4\xc9\x1a\x58\x6b\x0d\x1d\x45\x02\x4d\x93\xb5\xb5\xb5\xe1\xf1\x14\x16\x31\x41\x35\x60\x62\x4a\xb5\xa1\x04\x28\x9f\x1f\x61\xb2\xe6\xd3\x67\x3f\x51\xa4\x9a\x22\x82\x75\x59\xa4\x0d\x4e\x17\x72\xc6\x48\xb6\x27\xb6\x37\xb7\x2d\x20\xf7\xc7\x6a\xdb\x47\xa8\x3b\x93\x47\x75\x2e\xed\xf9\x6c\xf5\xd2\xf6\x00\x3a\x6c\xa3\x1e\xb6\x07\xce\x18\x45\x92\xb7\xf6\x77\xe8\x15\x59\x60\x72\x39\x8b\x37\x10\xa7\xda\x86\xae\x88\x81\xf5\x18\x40\xb8\xd1\x48\xf3\x03\xc0\x93\x99\xba\xe7\x7b\x35\x39\x30\x25\xc6\xd4\x98\x0d\xf0\x02\xac\x57\xcb\x09\x12\x19\xd5\x8f\xeb\xf1\xaa\xb5\xf1\x02\xf4\x07\xef\x1a\xb7\xf9\xce\x9a\x16\xed\x0d\x84\x05\xae\xc8\x31\x91\xc1\x56\x3b\x38\xd8\x1f\x26\xd7\x95\xe4\x51\x94\xef\x79\x63\xfe\xc6\x0e\xc3\x0d\x4e\xb4\x96\xba\x59\x3e\x52\xc9\xf7\xef\x00\xf4\x3c\x70\x77\x37\x8a\x54\x35\xd4\xec\x5b\xa4\xc1\x16\x4c\x40\x1b\xa5\xdf\x6a\x8f\x30\x3c\x89\xe1\xa3\xde\xda\x18\x6c\x6c\x6c\xc2\xa1\x3a\xbe\x01\x93\x63\x66\x0a\x66\x3c\x5e\x81\x17\xd0\x3b\x7e\x7d\x40\x6a\x39\x6b\xcf\xc2\x5a\x2f\xd5\x0c\x62\x80\x25\x0f\x0a\x12\xec\x6e\xbc\x00\x94\x30\x1b\x9e\x1d\x3f\x06\x4d\xe7\xf6\x0e\x70\xba\x04\x98\x0a\xeb\x23\xb0\x5e\x4f\xb9\x83\x09\xe8\x0e\xd9\xb0\x4c\xa7\x56\x80\xd4\x8a\xc0\x14\x40\x95\x9c\x07\x9a\x65\xb9\xed\x5b\xf9\x96\x8e\x35\x35\xf9\xa3\x4d\x98\xe8\xea\xb3\xab\x78\xf5\x8e\xf9\x7e\xb3\x9b\x97\xcf\xe9\xd8\xc2\xe4\x60\x80\xc9\x7c\xbf\x9b\xad\x7b\xe9\xa6\x8f\x46\xb8\xee\x32\x16\xf8\xeb\x2f\xf0\xc8\x73\x62\x4e\x45\x66\x73\x10\xc7\x60\x6b\xb3\x82\x22\x1b\xc7\x70\x7d\x26\xf5\xc4\x45\xb9\xcb\x1b\xfd\xd4\xa8\x06\xaa\x14\xa5\xa5\x04\x26\x97\xd2\xb3\x6c\x30\x96\xa5\x20\x61\x1d\xe5\x6e\x49\xef\x14\x36\x59\x77\x89\x7b\xdc\x8f\xd2\xac\x40\x7a\x0e\x93\xff\x07\x75\x5a\x5e\xdc\x2c\xd7\x49\x4f\xa1\x3a\xd4\x6b\xc3\xe2\x21\xb2\x40\x53\x45\x91\xf5\x97\x04\xc0\x04\xe8\xe8\xdb\x7f\x18\xa5\x13\xc2\xac\xf3\xda\x26\x4c\xdc\xe7\x62\x88\x2a\xd5\x9e\x38\xc4\x23\xa5\xc2\x4b\x54\x50\x0f\xf7\xfc\x49\xf2\x43\xe7\xd5\x6b\xae\x90\xcd\xbb\x23\xf2\xb0\xbd\xcb\x1a\x43\x66\xe4\xf0\xfa\xbc\x8d\x69\x8d\xd3\x7e\x29\x58\x6e\x7f\xe3\xff\x45\xcb\xbf\xdf\x6d\xc2\xe4\x10\xe1\xc9\x7d\xc3\x3d\xde\xda\xc6\x58\xea\xa2\xbe\x1e\xb9\xcf\xbe\xc4\xa1\xf1\xb3\x9c\x59\xda\x90\x61\x98\x9c\x1d\x83\x17\xe0\xfb\xf7\xe6\xd0\x2d\x3a\x62\xe4\xeb\x44\xe2\xfc\x3a\x8a\xaa\x6f\x30\x62\x42\x95\xb6\x77\x4f\x80\xfe\x28\x13\x66\x50\xca\x1d\x4f\x69\x80\x0c\x80\xe2\x08\xd3\x5c\x72\xe2\xf8\xfc\x81\x52\x40\x30\x3c\x71\x5a\x86\xde\xd2\x42\x12\x57\x84\xbc\x6c\x27\xa2\x45\xa7\x33\xa1\x21\xc2\x10\xe8\xfa\xc6\x18\x25\xa3\x54\x0f\x8a\xae\x57\xc8\x05\xf0\x97\x95\xf3\x28\x90\x63\x87\x08\xa0\x10\x9e\xa0\x6c\x89\x8e\x6e\xd2\xcf\xea\xd8\xd7\x07\xe7\x14\x4f\x52\x79\x7b\x6f\xe3\x53\x6a\x71\xfe\x5a\x38\xae\xe1\xb2\x72\x65\xcb\xb1\x9c\x09\x2e\x11\x01\x73\x59\xea\x46\x29\x20\x05\xa0\x08\xe7\xc0\xcd\x0d\x1b\xb3\x7b\x38\x75\x6a\xad\x02\xc9\x83\xd8\xab\xcf\x21\x5c\xea\x2e\x97\xbc\xd6\xdd\xd6\xe1\xef\x53\xc4\x19\xe9\x03\xf5\xbd\x22\xc8\xd2\x03\xa5\x5c\x2a\xad\x1a\x2d\x5a\x7f\x45\xe6\x02\x57\x2e\x24\x41\x7c\xf1\x26\x45\x6f\x51\xa1\x38\x7d\xe5\xc7\x92\x13\x31\x65\x5a\x8a\x82\x0a\x0b\xa6\x8e\xe6\xa4\x9c\x9a\x4e\x97\x56\x99\x4e\xf7\x63\xca\x69\xa3\xfb\x0a\x25\x7a\x9a\x77\x29\xca\x2b\x5e\x95\xdf\xc6\x86\xa4\xe2\xde\x5d\xd2\xc7\x52\x8c\x99\x2e\x08\xe5\x30\xa9\xe4\xd4\xf4\x7b\x61\x62\x7f\xde\x81\xa6\x2e\xdc\xc0\x94\x9a\xfe\xb3\x9e\x0e\xee\xd5\xa5\x5e\x9d\x6d\x88\x60\x95\x8e\xfb\xc9\xa8\xf6\x97\xbb\x91\x0c\xbc\x04\x2c\x4a\x99\x20\xf4\x36\x86\xc1\x76\x43\x5f\x08\x43\x5c\x66\x4b\x88\x7e\x7f\xe9\x9f\xae\xbf\xb9\xaa\x30\x42\xa8\xa8\x2f\x2a\xc9\xc2\x0d\xd1\x8b\x0e\x9a\x3d\x6b\x09\x12\x97\x45\xef\x26\x78\x6f\x3a\x1e\xdc\x14\x97\xcd\x70\x34\xc8\xd1\x9d\x1e\xba\xf7\x87\x33\xfc\x7f\x4d\x2b\x71\xd0\xd5\xea\x0e\x0a\xc3\xdb\x7b\x93\xc7\xb9\x6c\x2f\xed\xa4\x62\x39\xad\x3f\xfb\xec\xf9\xc8\xcf\x1b\x94\x0d\x1f\xda\x25\x1e\xfa\x3f\xcb\x0a\x6a\xfe\x71\xff\x02\xb6\x32\xb4\x5d\x4d\xed\x57\x92\xa1\xbd\xa9\x24\xf3\x81\x7c\x70\x8f\x7b\x0c\x99\xf0\xc6\xc6\x90\xcb\x81\x01\xf7\x5d\x4e\x66\x97\x93\xce\xe5\x0c\xb5\xcf\x8e\x80\x41\x53\x4a\xd6\x7b\xbc\xf4\xb3\x4b\x64\xb3\x21\xaf\x07\xcc\x00\x2c\x85\xa0\xd8\x52\x02\xac\x04\x98\x53\x19\xfe\xcf\x09\x6b\x0d\xa7\xe4\xa8\xba\x29\x03\xd3\xde\xc6\x06\xa8\xc9\x35\x58\x59\x59\x2b\x7a\x0a\x7a\x14\xa3\xa5\x76\x3e\x7a\x27\x62\xea\x49\x60\xdb\xe8\x13\x41\xcf\xe5\x5a\xac\x3a\xf1\x43\x3a\xb7\xc8\xaf\xa8\x98\x3a\x7e\xd5\xee\xf5\x10\xc9\x1a\xa6\xad\x3e\xed\x6b\x62\xb9\x98\x10\x4f\xc4\xf4\x11\x15\xd3\xcd\x2e\x71\x2d\xa3\x5d\xfb\x09\xf8\xdd\x73\x07\x31\x0d\x2f\xe8\x1c\xdc\xdd\xd5\x5c\x42\x4c\xc3\x0f\x88\x97\x35\x15\xdb\x5f\xe0\x55\xe0\xde\x85\x7d\x10\x81\x4b\x3a\x6b\x1d\x31\xe0\xd7\x2b\xae\x14\xf7\x29\x98\x29\x82\x27\x30\x59\xc2\x04\x96\x56\xee\xae\x14\x8b\xda\x10\x38\xa4\x06\xae\x27\x59\x84\xca\x7f\x53\xa4\xf7\xd5\x82\xd0\xaa\x6f\x41\xec\xda\x20\x4b\x80\x51\xaa\x41\xd4\xba\x67\x19\x18\x61\xb2\x9a\x6f\x2f\x96\xe1\x94\x4b\x3c\xe9\x43\xe1\x80\x10\x87\x83\xcd\xfa\x9f\x9a\x1a\x01\x3d\x54\xae\xe4\xc1\x55\x72\x1a\x4b\xe9\x55\x58\xfb\x41\xd2\x5d\xce\x24\x7e\x5c\x8d\x07\xf7\x96\x6b\x34\xa5\x00\xe7\x0e\xcf\x66\x09\x57\x7e\x28\xdb\xb7\x3e\xa1\x58\x0a\xd2\xb0\xf0\x55\x74\x64\xa1\x1e\x24\xbe\x06\xfc\xb8\x42\x2f\x96\x6a\xd0\xbc\x3b\xbc\x56\x2e\x0b\x22\x0e\xce\xd1\x14\x5d\x57\xff\xaa\xb7\xaf\x0f\x6e\xc2\xcd\x9b\x92\xea\x39\x18\x33\x6d\xec\x63\x60\x73\x2a\xc0\x95\x54\x8a\xea\xf0\xc6\xd4\xed\xee\xed\xe2\xbc\xf7\x74\xb1\xec\x2f\x7a\x2c\x09\x0d\x6f\xbe\xba\x1d\xfd\xdf\xf3\xd5\x67\xb0\x1b\xee\x84\xdb\xa1\xe1\xac\xf0\xef\x11\x37\x4b\x9f\x23\x2e\xce\x77\xe5\xce\xf1\x85\x3d\x9b\x4c\x3f\x9f\x5d\xec\xbe\x3f\xb9\xfc\x56\xbc\x7a\x7a\x71\x34\x79\xab\x23\x7d\xf2\x3c\x7a\xa3\xb2\x27\xe8\xe0\xcb\xcb\xf3\xd9\xe9\xf1\xab\x0f\x97\x07\xd1\x4b\xf5\xf2\xf4\xf4\xf9\x6e\xfe\x49\xbd\xdc\xbf\x98\x5c\xae\x7e\x8e\xe8\x5e\x05\x56\x2b\x4e\xc4\x8d\x09\x31\x97\x25\x19\x73\xa4\xab\xc7\x05\x74\x83\x6e\x23\xce\x52\x13\xa9\xc6\x23\xd1\x76\xb8\xbd\x13\xee\x46\x65\x41\x9a\xce\xd5\x16\x4d\x4f\xcf\x3f\x95\xd7\xe7\x2a\x7f\xfb\xfa\x4c\x1f\x8a\x6f\x4f\xe7\xf2\xa9\x3c\xdc\xdb\x2e\x2e\xc6\xf8\xd9\xf9\xb7\x37\x5f\xd8\xd1\xd7\xbd\xcb\x23\x4c\xff\x3c\x41\xaf\xf7\xce\xfe\x98\x31\x7c\x31\x53\xe7\xe3\xe7\xf8\xf9\x99\x3a\xcd\xf2\x5f\xb2\xe8\x27\x5f\x8d\x6e\x16\x1f\x8d\x96\x9b\x84\xb8\x3a\x54\x93\x7c\xfb\xea\xf4\x35\x55\x18\x7f\xfe\xf0\xf9\xf8\x70\x8f\xc8\xfd\xf7\x22\xbd\x98\x9b\x4f\xfb\x1f\xbf\x7c\x2a\x76\x3f\xdd\x5e\x7d\xa5\xfb\xec\xe2\xdd\xf8\xfd\xc5\xcd\xe5\xe4\x68\xf2\xfc\x1a\x7d\x28\x4f\xbe\x8c\xf9\xf9\xcf\x9a\xd4\x7b\x2d\xba\x41\x53\x54\xf5\xc2\xca\xd2\x68\x5c\x0a\x3c\x46\xd8\x4a\x3d\x5f\x78\xfd\x59\xe9\x15\x17\xd2\x30\x93\x32\xe3\x14\x29\x66\x16\xc2\x8c\x44\x56\x72\xa4\x7d\x98\xf7\xc3\x27\x4d\xbb\xf1\xc7\x43\x02\x7e\x08\xa1\x42\x3a\xbe\xe8\x20\xb4\x13\x3e\x0f\xb7\x9a\xf6\xfd\xad\x7f\x6e\xdb\x5a\xc5\xa0\xda\x2e\xda\xf2\x7b\x0f\x3b\x7f\xa0\xfe\x43\x2e\x46\x22\xf3\x7f\x87\xdf\x5b\x3e\x8a\x1c\x37\x74\xe9\xc6\x3f\xe6\xfe\x3b\x00\x00\xff\xff\x2e\x8f\x36\xc8\xdc\x1d\x00\x00"
func webAppsHtmlBytes() ([]byte, error) {
return bindataRead(
_webAppsHtml,
"web/apps.html",
)
}
func webAppsHtml() (*asset, error) {
bytes, err := webAppsHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "web/apps.html", size: 7644, mode: os.FileMode(420), modTime: time.Unix(1519392492, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _webFaviconIco = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x01\x00\x00\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00"
func webFaviconIcoBytes() ([]byte, error) {
return bindataRead(
_webFaviconIco,
"web/favicon.ico",
)
}
func webFaviconIco() (*asset, error) {
bytes, err := webFaviconIcoBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "web/favicon.ico", size: 0, mode: os.FileMode(420), modTime: time.Unix(1513278089, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _webIndexHtml = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x58\x5b\x73\xdb\xb8\x0e\x7e\xcf\xaf\x60\xb9\x0f\xdd\x9d\xa9\xa4\xd8\x71\xda\x26\xc7\xf2\x4c\xae\x6d\xec\x93\x4b\x93\x34\x4d\xfb\x72\x06\xa6\x60\x89\x36\x45\x32\x24\xe5\x4b\x3b\xfd\xef\x67\x28\x59\xbe\xe5\xb2\xed\xec\xe6\xc5\x24\x40\x7e\xc0\x07\x80\x24\x94\xf6\xab\x44\x31\x37\xd3\x48\x32\x97\x8b\xce\x56\xdb\xff\x10\x01\x32\x8d\x29\x4a\x4a\x64\x1a\x80\xd6\x31\x05\xad\x69\x67\x8b\x90\x76\x86\x90\xf8\x01\x21\x6d\xc7\x9d\xc0\xce\x91\x40\xd5\x8e\xaa\x71\x25\x7f\x15\x04\xe4\x1a\x1f\x0a\x6e\x30\x21\x39\x3a\x20\x0e\x52\x4b\x82\x60\xae\x2f\x45\x2c\x03\x63\xd1\xc5\xb4\x70\x83\xe0\x3d\x5d\x55\x49\xc8\x31\xa6\x63\x8e\x13\xad\x8c\xa3\x84\x29\xe9\x50\xba\x98\x4e\x78\xe2\xb2\x38\xc1\x31\x67\x18\x94\x93\x37\x84\x4b\xee\x38\x88\xc0\x32\x10\x18\x37\xde\x10\x9b\x19\x2e\x47\x81\x53\xc1\x80\xbb\x58\x2a\xda\xd9\x5a\xba\x75\xa8\x94\xb3\xce\x80\x26\x47\x37\x37\x4b\x8f\x04\x97\x23\x62\x50\xc4\xd4\xba\x99\x40\x9b\x21\x3a\x4a\x32\x83\x83\x98\x66\xce\x69\xbb\x1f\x45\x39\x4c\x59\x22\xc3\x7e\x8d\xe0\x27\x4c\xe5\xd1\x42\x10\xb5\xc2\xed\x70\x3b\xe8\xa3\x83\xb0\x19\x31\x6b\x97\xaa\x30\xe7\x32\x64\xd6\x52\xc2\xa5\xc3\xd4\x70\x37\x8b\xa9\xcd\x60\xe7\x7d\x2b\xb8\xb2\x1f\xdf\x5f\xbf\x6b\x76\x3f\xed\xdc\x5c\x26\xd9\x1d\xdf\x29\xa6\x03\x97\xc3\x97\xb7\x77\x6c\xb7\x71\xde\xeb\x6f\x3f\xec\x5e\x35\xcd\xf5\x67\x7d\x35\x36\xf6\x7b\x71\xd2\xfa\xd2\xd0\x6a\xfc\xf1\x6b\x7a\xab\x0f\x07\x36\xeb\x53\xc2\x8c\xb2\x56\x19\x9e\x72\x19\x53\x90\x4a\xce\x72\x55\x58\xfa\x22\x37\x9f\xf2\x98\x3a\x9c\xba\xa8\xf4\xab\xe2\x9a\xc3\xdc\xcf\xf9\x5e\xcb\x0c\xd7\x8e\x58\xc3\x96\x71\x28\x2c\x86\x03\x25\x1d\x4c\xd0\xaa\x1c\xcb\x18\x24\x8d\xed\x26\x0c\x80\xf5\x31\x1c\x5a\xda\x69\x47\xd5\xc6\x32\xf2\xed\xa8\x2e\x99\x76\x5f\x25\x33\x5f\x51\x3e\xa1\x46\x09\x81\x26\xa6\x4c\xa0\xaa\xcc\x55\x26\x25\x8c\x09\x13\x60\x6d\x4c\x25\x8c\xfb\x60\xc8\x80\x4f\x31\x09\x9c\xd2\x84\x54\x92\x20\x01\x33\xaa\xc7\x38\xd5\x20\x93\x40\xa4\xa4\x9f\x56\x8a\xaa\x4e\x61\x1d\x25\xe8\x1b\x90\x49\xcd\xf3\x0f\xda\x61\x65\xd9\x42\xe5\x57\xe1\x9c\x92\x1b\x1b\x9c\x4a\x53\x81\xa6\x0e\x55\xb5\x86\x92\x04\x1c\xcc\x75\x31\x65\x4a\x08\xd0\x16\x6b\x31\x98\xd4\x97\xf4\x1f\x15\xc4\x4d\xa1\x7d\x01\x63\x72\x54\x15\x30\x25\x60\x38\xd4\xec\x17\x96\x9e\x59\x56\x11\xc3\x24\xa6\x03\x10\xde\x44\x29\x15\xd0\xf7\xa9\xbc\x2d\x1d\xf0\x31\xe0\x29\x38\xae\xe4\x22\x63\x1a\x9e\x21\x12\x70\xe6\x97\xb5\x23\xbf\xa4\xa4\x1d\x55\x9c\xaa\x2c\x25\x7c\x11\xf7\x9a\x55\x1d\xe2\x25\x4b\x9e\x3c\xeb\xf4\xdc\x7e\x21\x36\xac\xfb\x7c\xe6\x26\x80\xc2\xcd\xd3\x5c\xd5\xe4\xca\xaa\x80\x3b\xcc\x09\x30\xc7\xc7\xb8\x58\xb2\x91\xc1\xc0\x57\xf1\x4a\xf6\x8e\xc1\x66\x7d\x05\x26\x59\x67\x6c\x4d\xa0\xa4\x98\xd1\xce\x9f\xac\x30\x06\xa5\xfb\x6b\x4e\x77\x9e\xe9\x12\x37\x12\xdc\x8f\x5f\xf0\x25\x31\x4a\x27\x6a\x22\x5f\xf4\x66\xb1\x6a\x1e\xe0\xa5\x77\x2b\x61\x3a\xae\x91\x88\x51\xe2\xb9\x2a\x5a\x98\xab\x52\x9c\x81\xd5\x4a\x17\x3a\xa6\xce\x14\xf8\x4c\x35\x2c\x3d\x23\xe4\x0b\xf6\xc9\x81\xd6\x82\xb3\xb2\x14\xec\xd2\xe9\x25\xeb\xf5\x0c\x2f\x5c\xcf\x51\x16\xab\x95\x25\x30\xe9\xcf\x1e\x39\xbf\x6a\x6c\x19\x88\x05\x88\x8f\x59\xcd\x3e\x82\x24\xf9\x5f\xf9\x58\x1c\x24\xc9\x9a\xfd\x5f\xd8\xaa\xb5\xa5\x9d\x73\x90\x90\xe2\xba\xeb\x51\xc2\xc7\xeb\xf9\xab\x75\x4f\xa4\xef\x97\x6a\x28\x72\x68\x9d\xa5\x9d\x5b\xff\xf3\x44\x75\xfc\x53\x78\x8b\xce\x71\x99\x5a\xda\xb9\x99\x8f\x9e\x34\x52\x1d\x9a\xa8\x10\x9d\x2d\xb2\xb5\x20\xda\x8e\x24\x8c\x3b\x5b\x5b\xeb\x87\x52\x3a\xe0\x12\x0d\xe1\x72\x8c\xc6\x62\x42\x74\x79\x2b\xd6\x27\x6f\x65\xad\x51\x93\xe5\x59\xf3\xf2\xf2\xe6\xf7\xd7\xfb\x34\xc8\x90\xa7\x99\xdb\x7f\xdb\xdc\xd6\xd3\xff\xa8\x31\x9a\x81\x50\x93\x60\xb6\x4f\xca\x13\xba\x72\x05\x04\x22\x0d\x5a\x74\x19\xe9\xf2\x6f\x7d\xd6\xce\x76\x3b\x07\x02\x8d\x8f\x60\xb6\xdb\xd9\xd0\x99\x0d\x81\xae\xc1\xfd\xab\x13\x30\x94\x0e\x0d\xed\xf8\x20\x2e\x0e\x8e\x7f\x1b\x04\x67\xa3\x98\x1e\xa3\x80\x12\xf9\xcf\xbf\x16\x4e\xf5\x9d\x24\x7d\x27\x03\x9b\x97\x3f\x4c\x20\x98\xf2\x22\x07\xe3\x83\xdb\x8e\xf4\x86\x45\x4f\x5d\xa6\x81\x41\x8d\xe0\x62\x5a\x02\x12\x2e\x49\x85\x4c\x49\x0d\x5c\x29\xe6\xe6\x4b\xc9\x8f\xd7\xa5\x2c\xb0\x05\x63\x68\xed\x6b\xb2\x4f\x5e\x95\x92\xf0\x18\x64\x8a\xe6\xcd\x5c\x9f\x94\xb3\xd7\xfb\x64\x55\xf9\xb3\x3e\xed\xa5\x90\x6e\xc6\xa5\xb5\x66\x36\xf0\xaf\x23\x97\x69\x69\xdd\x66\x6a\x12\xd3\x35\x4b\xb4\x73\x53\xf9\xd0\x8e\xb2\xd6\x3a\xd4\xaf\x60\xad\x43\x9d\x18\xa3\xcc\x63\xa0\xb6\xee\xfc\xf8\x41\xe6\x1c\xce\xd1\x5a\x48\x91\xfc\xfc\xf9\x38\xa0\x8f\x73\xda\x69\x3b\x9e\x23\x81\x3c\xf0\xbf\x01\xa4\xaa\xb6\x79\xcb\x73\xf4\xcf\x8d\x97\x77\xc8\x06\xd6\xe2\x44\xaf\x1f\x6d\xdf\xa2\x6d\xbc\x44\xbe\x0c\xdf\xaf\x57\xf3\x13\x55\xfe\x58\xeb\xb7\xda\x3c\x68\x34\x37\xd6\xac\x47\xb0\x2c\xe1\xc7\xc5\xfb\x14\xd5\x55\x47\xe7\x50\x5b\x4f\xa8\xb6\xd6\x8c\xac\xad\x58\xf6\x9b\xf5\x31\x5f\xec\x2b\x99\x5f\x6a\x7f\x7d\x83\x20\x5d\x18\xc3\x4d\xd5\x7a\x2d\xb6\xf8\x05\xc3\x4f\x05\x9a\x19\x19\x70\x63\xdd\x1b\xe2\x32\x94\xe4\x4a\x69\x8d\x26\x1c\xda\xf9\x7c\xd9\xe0\x76\x57\xfa\xdb\xa7\xfa\x38\xa6\x12\x0c\x87\x0f\x1e\xb1\xec\xe1\xaa\x61\xb0\x13\x36\xc3\x46\x68\x05\xcf\xcb\xa6\x75\xf8\x64\xcf\xda\xeb\xee\xa8\xe6\x71\xcf\x9d\x8d\xc6\x5f\xcf\x7a\x3b\x9f\x4f\x2e\xbe\xe7\xe7\xef\x7a\x47\xa3\x6b\x13\x99\x93\xbd\xe8\x93\x4e\xdf\xc2\xc1\xb7\x0f\xdd\xc9\xe9\xf1\xf9\xdd\xc5\x41\xf4\x41\x7f\x38\x3d\xdd\xdb\xc9\xee\xf5\x87\xdd\xde\xe8\xe2\xf9\x9e\x75\xd9\x3a\x3e\xef\x78\x22\x87\x36\x64\x42\x15\xc9\x40\x80\xa9\x3a\x50\x18\xc2\x34\x12\xbc\x6f\x23\x5d\x47\x24\x6a\x84\x8d\x66\xb8\x13\x15\x79\x52\x0b\x9f\x67\x34\x3e\xed\xde\x17\x37\x5d\x9d\x5d\x5f\x9e\x99\x43\xf9\xfd\xdd\x4c\xbd\x53\x87\xad\x46\xde\x1b\xb0\xf7\xdd\xef\x9f\xbe\xf1\xa3\x87\xd6\xc5\x11\xc3\xff\x9e\xc0\x65\xeb\xec\xe3\x84\xb3\xde\x44\x77\x07\x7b\x6c\xef\x4c\x9f\xa6\xd9\x3f\x62\xf4\x9b\x9f\x16\xc3\xcd\x2f\x8b\xa7\x29\x81\xd0\x87\x7a\x94\x35\xae\x4e\x2f\x51\x33\xf6\xf5\xee\xeb\xf1\x61\x2b\x51\xbb\x9f\x65\xbf\x37\xb3\xf7\xbb\x5f\xbe\xdd\xe7\x3b\xf7\xd3\xab\x07\xdc\xe5\xbd\xdb\xc1\xe7\xde\xf0\x62\x74\x34\xda\xbb\x81\xbb\xe2\xe4\xdb\x40\x74\x7f\x97\xd2\xca\x27\xc5\x10\xc6\x50\x49\x69\xc5\x34\x1a\x14\x92\x0d\x80\x39\x65\x66\x1b\x9f\x08\xcf\x46\xc5\xa7\x34\x4c\x95\x4a\x05\x82\xe6\x76\x23\xcd\x20\xd3\x42\x80\x29\xd3\xbc\x1b\xbe\xad\xe7\x75\x3c\x5e\x32\xf0\xb7\x25\x94\xab\x1c\xa5\xf3\x25\xd4\x0c\xf7\xc2\xed\x7a\xfe\x18\xfa\xf7\x60\xe7\x2e\x06\x15\x5c\xb4\x5d\x62\xaf\x0b\xff\xc6\xfd\x7f\x21\xc4\x2f\x41\x80\x4c\x23\x2e\x13\x9c\x3e\xda\xdf\x8e\xfc\xb7\x9b\xbf\xb2\xca\x7f\x13\xfc\x3f\x00\x00\xff\xff\xce\xc4\xb4\x28\x36\x10\x00\x00"
func webIndexHtmlBytes() ([]byte, error) {
return bindataRead(
_webIndexHtml,
"web/index.html",
)
}
func webIndexHtml() (*asset, error) {
bytes, err := webIndexHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "web/index.html", size: 4150, mode: os.FileMode(420), modTime: time.Unix(1519395925, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _webMainCss = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x52\xef\x6e\xa3\x30\x0c\xff\xbc\x3c\x85\xa5\x6a\xd2\x26\x15\x44\x87\xd6\xbb\x86\x2f\xf7\x2a\x01\x27\x60\x2d\xc4\x51\x48\x3b\xaa\xaa\xef\x7e\x72\xd6\xf5\xae\xfb\x04\xfe\xd9\xe6\xf7\xc7\xd4\x11\xab\xcc\x11\x2e\xea\x29\x1a\x44\x0a\xa3\x94\x1a\xf6\xbf\xe3\xda\xa9\xab\x52\x3d\xe3\x79\x3b\xe5\xd9\xcb\x48\x6f\x86\x8f\x31\xf1\x31\xa0\x86\x64\x90\x8c\xaf\x46\x79\xda\x90\x5f\xac\xf7\x14\x17\x0b\x26\x43\xcf\x39\xf3\xbc\x85\xcd\xae\x7f\xfb\xd5\xbe\x43\xf3\xbc\x85\x4d\x73\x68\x4c\xe3\x60\xd7\x34\xcf\xaf\x9d\x02\xe0\x93\x4d\xce\xf3\xa7\x06\x73\xcc\x2c\x48\xcf\x09\x6d\xaa\x06\xf6\x9c\xf4\xa6\x6d\x5b\x01\x27\x4b\xe3\x94\x75\xd9\x93\xfa\x93\x30\x4f\xfa\xbb\x8a\xbc\x50\x26\x0e\x1a\x1c\xad\x16\x45\xb1\x08\x86\x8b\x02\x40\x5a\xa2\x37\x67\x0d\x81\x83\xed\x94\xba\xaa\x9a\xc2\xc9\xa6\xc5\xa2\x78\xb9\xd1\x38\xe7\x8a\xcf\x7f\xbd\x29\x49\x1b\xe0\x2e\xa8\x04\xb2\x8b\x2b\x2c\xec\x09\x61\xb3\xdf\xef\xcb\x8a\xaa\x53\xc0\x8a\x82\xe3\xc2\x07\xe0\x3c\x9b\xac\x21\x89\xe2\x0e\xa0\x60\xff\x47\xf6\xed\x09\xe0\x96\xb5\x86\x77\x89\x59\x90\xd9\xa4\x91\x42\xe1\x6a\x05\x7b\x12\x86\x3f\xb3\x45\x32\xf0\x32\x53\xa8\xbe\x8c\xc3\xe1\xf0\x16\xd7\x57\x55\xcf\x8c\xc6\x57\x7e\xbc\x51\xcf\x66\xbd\x4f\x34\xcd\xed\x76\x75\x18\x2b\xa4\x94\xcf\xf2\x42\xe1\x64\x44\xfe\xe5\x67\xd2\xe9\x2b\x37\x55\x0f\x26\x3d\xb4\xe5\xb2\xc7\xa5\x58\xbf\xff\x0a\xf2\xa5\x65\xe0\x68\x1f\x23\xee\x3d\x0f\x1f\x9d\xba\xfe\x0d\x00\x00\xff\xff\xb5\x03\xf8\x32\x4f\x02\x00\x00"
func webMainCssBytes() ([]byte, error) {
return bindataRead(
_webMainCss,
"web/main.css",
)
}
func webMainCss() (*asset, error) {
bytes, err := webMainCssBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "web/main.css", size: 591, mode: os.FileMode(420), modTime: time.Unix(1519397260, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _webMomentumTestTmpl = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x48\xcc\x4b\x57\xa8\xad\xe5\xaa\xae\x56\x28\x4e\x2d\x2a\x4b\x2d\x52\xa8\xad\x05\x04\x00\x00\xff\xff\xdf\xac\x12\x18\x16\x00\x00\x00"
func webMomentumTestTmplBytes() ([]byte, error) {
return bindataRead(
_webMomentumTestTmpl,
"web/momentum/test.tmpl",
)
}
func webMomentumTestTmpl() (*asset, error) {
bytes, err := webMomentumTestTmplBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "web/momentum/test.tmpl", size: 22, mode: os.FileMode(420), modTime: time.Unix(1521808981, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _webMomentumYour404PageTmpl = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\x41\x6f\x13\x31\x10\x85\xcf\xe4\x57\x4c\x7c\x6d\xbc\x26\x0a\xd0\x16\xd9\x2b\xb5\x34\xa8\xaa\x80\x50\x28\x42\x70\x33\xeb\xc9\x7a\x12\xaf\xbd\xb1\x27\x89\xc2\xaf\x47\xd9\x04\xb5\x27\xcf\xcc\x93\x9e\xbe\xf7\x64\x3d\xbe\x5b\x7c\x78\xfa\xf5\x75\x0e\x9e\xbb\x50\x8f\xf4\xf1\x81\x60\x63\x6b\x04\x46\x51\x8f\x00\xb4\x47\xeb\x8e\x03\x80\x1e\x4b\x09\xdf\x70\xb3\xa5\x8c\x0e\x3a\x64\x0b\x6c\xdb\x02\x52\x9e\xf5\xe1\xd4\x78\x9b\x0b\xb2\x11\x5b\x5e\xca\x2b\xf1\x52\x8a\xb6\x43\x23\x76\x84\xfb\x3e\x65\x16\xd0\xa4\xc8\x18\xd9\x88\x3d\x39\xf6\xc6\xe1\x8e\x1a\x94\xc3\x32\x01\x8a\xc4\x64\x83\x2c\x8d\x0d\x68\xa6\x13\x28\x3e\x53\x5c\x4b\x4e\x72\x49\x6c\x62\x3a\x5b\xbf\xd2\x4c\x1c\xb0\xbe\x0d\x36\xae\xa1\xb7\x2d\x6a\x75\xba\x1c\xe9\xd5\x7f\x7c\xfd\x27\xb9\xc3\x19\xc6\x4f\xeb\x7b\x0c\x21\x4d\x60\x9f\x72\x70\x63\xad\xfc\xb4\x1e\x3d\x67\x5c\x3d\x6e\x31\x1f\x60\x49\xb9\xf0\x04\xd8\x63\x84\x27\x64\x8f\xf9\xbc\xdc\xa6\xc4\x85\xb3\xed\xe1\xe1\x7b\xf5\x1c\xbf\x34\x99\x7a\x86\x92\x1b\x23\x3c\x73\x5f\xde\x2b\xd5\x24\x87\xd5\x6a\x73\xf4\xab\x9a\xd4\xa9\xd3\x28\x67\xd5\xb4\x9a\x56\x25\x50\x57\x75\x14\xab\x55\x11\x40\x91\xb1\xcd\xc4\x07\x23\x8a\xb7\xb3\xab\x37\xf2\xe6\xf2\xe3\xef\xd5\xe5\xee\xc2\xa9\xe2\xba\xcf\x9b\x5e\xc5\xc5\xe3\x3e\xd0\xa7\xdd\x8f\xf2\xb0\xbc\xbb\xff\x79\xb1\xbe\x5e\x74\xad\xb2\x6a\xee\xf1\xc6\xb5\xfc\xf7\x4b\x99\xf9\x7e\x69\xdb\x77\x73\x77\xfd\xf6\x75\x14\xd0\xe4\x54\x4a\xca\xd4\x52\x34\xc2\xc6\x14\x0f\x5d\xda\x16\x51\x6b\x75\x62\x1d\xc0\x87\x9a\x4e\xed\x68\x35\xfc\x83\x7f\x01\x00\x00\xff\xff\xb5\x60\xf2\x4b\x17\x02\x00\x00"
func webMomentumYour404PageTmplBytes() ([]byte, error) {
return bindataRead(
_webMomentumYour404PageTmpl,
"web/momentum/your-404-page.tmpl",
)
}
func webMomentumYour404PageTmpl() (*asset, error) {
bytes, err := webMomentumYour404PageTmplBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "web/momentum/your-404-page.tmpl", size: 535, mode: os.FileMode(420), modTime: time.Unix(1521808981, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _webMomentumYour500PageTmpl = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\x41\x6f\x13\x31\x10\x85\xcf\xe4\x57\x4c\x7c\x6d\xbc\x26\x0a\xd0\x16\xd9\x2b\xb5\x34\xa8\xaa\x80\x50\x28\x42\x70\x33\xeb\xc9\x7a\x12\xaf\xbd\xb1\x27\x89\xc2\xaf\x47\xd9\x04\xb5\x27\xcf\xcc\x93\x9e\xbe\xf7\x64\x3d\xbe\x5b\x7c\x78\xfa\xf5\x75\x0e\x9e\xbb\x50\x8f\xf4\xf1\x81\x60\x63\x6b\x04\x46\x51\x8f\x00\xb4\x47\xeb\x8e\x03\x80\x1e\x4b\x09\xdf\x70\xb3\xa5\x8c\x0e\x3a\x64\x0b\x6c\xdb\x02\x52\x9e\xf5\xe1\xd4\x78\x9b\x0b\xb2\x11\x5b\x5e\xca\x2b\xf1\x52\x8a\xb6\x43\x23\x76\x84\xfb\x3e\x65\x16\xd0\xa4\xc8\x18\xd9\x88\x3d\x39\xf6\xc6\xe1\x8e\x1a\x94\xc3\x32\x01\x8a\xc4\x64\x83\x2c\x8d\x0d\x68\xa6\x13\x28\x3e\x53\x5c\x4b\x4e\x72\x49\x6c\x62\x3a\x5b\xbf\xd2\x4c\x1c\xb0\xbe\x0d\x36\xae\xa1\xb7\x2d\x6a\x75\xba\x1c\xe9\xd5\x7f\x7c\xfd\x27\xb9\xc3\x19\xc6\x4f\xeb\x7b\x0c\x21\x4d\x60\x9f\x72\x70\x63\xad\xfc\xb4\x1e\x3d\x67\x5c\x3d\x6e\x31\x1f\x60\x49\xb9\xf0\x04\xd8\x63\x84\x27\x64\x8f\xf9\xbc\xdc\xa6\xc4\x85\xb3\xed\xe1\xe1\x7b\xf5\x1c\xbf\x34\x99\x7a\x86\x92\x1b\x23\x3c\x73\x5f\xde\x2b\xd5\x24\x87\xd5\x6a\x73\xf4\xab\x9a\xd4\xa9\xd3\x28\x67\xd5\xb4\x9a\x56\x25\x50\x57\x75\x14\xab\x55\x11\x40\x91\xb1\xcd\xc4\x07\x23\x8a\xb7\xb3\xab\x37\xf2\xe6\xf2\xe3\xef\xd5\xe5\xee\xc2\xa9\xe2\xba\xcf\x9b\x5e\xc5\xc5\xe3\x3e\xd0\xa7\xdd\x8f\xf2\xb0\xbc\xbb\xff\x79\xb1\xbe\x5e\x74\xad\xb2\x6a\xee\xf1\xc6\xb5\xfc\xf7\x4b\x99\xf9\x7e\x69\xdb\x77\x73\x77\xfd\xf6\x75\x14\xd0\xe4\x54\x4a\xca\xd4\x52\x34\xc2\xc6\x14\x0f\x5d\xda\x16\x51\x6b\x75\x62\x1d\xc0\x87\x9a\x4e\xed\x68\x35\xfc\x83\x7f\x01\x00\x00\xff\xff\xb5\x60\xf2\x4b\x17\x02\x00\x00"
func webMomentumYour500PageTmplBytes() ([]byte, error) {
return bindataRead(
_webMomentumYour500PageTmpl,
"web/momentum/your-500-page.tmpl",
)
}
func webMomentumYour500PageTmpl() (*asset, error) {
bytes, err := webMomentumYour500PageTmplBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "web/momentum/your-500-page.tmpl", size: 535, mode: os.FileMode(420), modTime: time.Unix(1521808981, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _webSettingsHtml = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x58\x59\x6f\xdb\x3a\x16\x7e\xcf\xaf\x60\x79\x07\x48\x0b\x54\x52\xd6\xb6\x29\x2c\x0d\xb2\xb6\x8d\xa7\x49\x5a\xa7\xeb\xcb\x80\x22\x69\x89\x31\x45\xb2\x24\xe5\xc4\xed\xed\x7f\x1f\x90\xda\x9d\x38\x37\x99\xb9\xc0\x3c\xd9\x22\xcf\xf2\x9d\xf3\x1d\x1e\x2e\xa3\x27\x44\x62\xbb\x50\x14\xe4\xb6\xe0\xc9\xda\xc8\xfd\x00\x8e\x44\x16\x43\x2a\x20\x10\x59\x80\x94\x8a\x21\x52\x0a\x26\x6b\x00\x8c\x72\x8a\x88\xfb\x03\xc0\xc8\x32\xcb\x69\x72\xc8\xa9\x04\x09\x98\x50\x6b\x99\xc8\x4c\x38\x8a\xaa\xf1\x4a\xe6\x49\x10\x80\x8f\xf4\x47\xc9\x34\x25\xa0\xa0\x16\x01\x8b\x32\x03\x82\xa0\x9e\xf7\x43\x38\x47\xda\x50\x1b\xc3\xd2\x4e\x83\x57\xb0\x3f\x25\x50\x41\x63\x38\x67\xf4\x5a\x49\x6d\x21\xc0\x52\x58\x2a\x6c\x0c\xaf\x19\xb1\x79\x4c\xe8\x9c\x61\x1a\xf8\x8f\xe7\x80\x09\x66\x19\xe2\x81\xc1\x88\xd3\x78\xf3\x39\x30\xb9\x66\x62\x16\x58\x19\x4c\x99\x8d\x85\x84\xc9\x5a\x07\xeb\x40\x4a\x6b\xac\x46\x0a\x1c\x4e\x26\x1d\x22\xce\xc4\x0c\x68\xca\x63\x68\xec\x82\x53\x93\x53\x6a\x21\xc8\x35\x9d\xc6\x30\xb7\x56\x99\xd7\x51\x54\xa0\x1b\x4c\x44\x98\x36\x16\xdc\x07\x96\x45\xd4\x0e\x44\x3b\xe1\x46\xb8\x11\xa4\xd4\xa2\x70\x2b\xc2\xc6\x74\x53\x61\xc1\x44\x88\x8d\x81\x80\x09\x4b\x33\xcd\xec\x22\x86\x26\x47\xdb\xaf\x76\x82\x0b\xf3\xf6\xd5\xc7\x97\x5b\xa7\x1f\xb6\x27\xe7\x24\xff\xcc\xb6\xcb\x9b\xa9\x2d\xd0\x97\x17\x9f\xf1\xee\xe6\xfb\x71\xba\xf1\x63\xf7\x62\x4b\x7f\xfc\xa4\x2e\xe6\xda\xfc\x2c\x8f\x77\xbe\x6c\x2a\x39\x7f\xfb\x2d\xbb\x54\x07\x53\x93\xa7\x10\x60\x2d\x8d\x91\x9a\x65\x4c\xc4\x10\x09\x29\x16\x85\x2c\x0d\xbc\x37\x36\x47\x7f\x0c\x2d\xbd\xb1\x91\xc7\x55\xc5\x5a\xa0\x1a\x67\xad\x6b\xb0\x66\xca\x02\xa3\x71\x97\x87\xd2\xd0\x70\x2a\x85\x45\xd7\xd4\xc8\x82\xfa\x1c\x90\xcd\x8d\x2d\x34\x45\x38\xa5\xe1\x95\x81\xc9\x28\xaa\x14\x7d\xe6\x47\x51\x53\x3e\xa3\x54\x92\x85\xab\x2e\x47\xa8\x96\x9c\x53\x1d\x43\xcc\xa9\x0c\x4c\x5d\x48\x95\xdf\xca\xb7\x40\x73\x80\x39\x32\x26\x86\x02\xcd\x53\xa4\xc1\x94\xdd\x50\x12\x58\xa9\x00\xa8\x46\x02\x82\xf4\xac\xf9\x4f\x6f\x14\x12\x24\xe0\x19\x48\xb3\x6a\xa2\x2a\x5e\x34\xb4\x12\xa4\x1a\x09\xd2\x04\xfc\x07\x4c\x1c\x80\x51\x84\x2a\x80\xa5\xb5\x52\x2c\x29\x58\x99\x65\x9c\xea\x26\x67\x95\x0c\x04\x04\x59\x54\xcf\xc5\x10\x4b\xce\x91\x32\xb4\x19\x46\x3a\x73\xb5\xfd\x47\x65\x62\x52\x2a\x57\xc9\x94\x1c\x56\x95\x0c\x01\xd2\x0c\x35\x69\x68\x3d\xad\x10\xab\x02\xa3\x24\x86\x53\xc4\x9d\x0b\x3f\xca\x51\xea\x38\xbd\xf4\x00\x5c\x0e\x58\x86\x2c\x93\xa2\xa5\x4e\xa1\x15\x81\x04\x0c\x3b\xb1\x51\xe4\x44\x7c\xd8\x51\x15\x53\x45\x17\x61\x6d\xde\x9b\xa8\x9a\x14\x77\x51\x32\xb2\x12\x74\xed\xbf\xe4\x4b\xde\x1d\x9f\x85\x0e\x50\x69\x65\x2d\xe3\x8b\xb3\x27\x15\x30\x4b\x0b\xd0\x4e\x2e\x71\x17\xb8\x42\x6e\x78\x8b\x60\x72\x84\x4c\x9e\x4a\xa4\x09\xa8\xd9\xf3\x1a\x11\x67\xee\xff\x3d\xf6\x89\x96\x8a\xc8\x6b\x71\xbf\xa3\x56\xac\xce\x5a\x57\x30\xbd\xd8\x8f\x6a\x19\x08\xb4\xe4\xab\x4a\x83\xb4\x42\x9e\xb7\x1c\x19\x25\x55\xa9\x62\x68\x75\x49\x57\x50\xdc\x21\x03\xe0\x0b\x4d\xc1\xbe\x52\x9c\x61\xcf\xaf\xe9\x40\x77\x61\x0f\x69\x6b\xa1\x17\x54\x94\xfd\x72\xe1\x94\xa4\x8b\x5b\xe0\xfb\xce\xba\x44\xb4\x46\x5c\xd2\xda\xb4\x23\x42\xfe\xed\xb7\x85\x7d\x42\x06\xfe\x57\xaa\x82\x4e\x57\x29\x03\x93\xf7\x48\xa0\x8c\x0e\xb1\x47\x84\xcd\x87\x0c\x36\x73\x77\x10\xf8\xb0\xfa\xb0\xd4\x58\x03\x93\x4b\xf7\x73\x47\x7d\xac\x36\x0f\x10\xb6\x6c\x4e\x1f\xe6\xa5\xeb\x5b\xcd\x56\x38\x5c\x78\x46\x07\x52\xf0\x05\x4c\x9e\xe2\x52\x6b\x2a\xec\xb3\x7a\xd5\xdd\x09\xa9\x5a\x38\x51\xc9\x93\x35\xb0\xd6\xa6\x65\x14\x09\x34\x4f\xd6\xd6\xd6\x86\x2b\x53\x58\xc4\x04\xd5\x80\x89\x39\xd5\x86\x12\xa0\x7c\x6b\x84\xc9\x9a\xef\x9c\xfd\x1e\x91\x6a\x8a\x08\xd6\x65\x91\x36\x85\xba\xd4\x2e\x46\xb2\x5d\xac\x3d\xd9\x76\xff\xb8\x3d\x57\x13\x31\x42\xdd\x72\x3c\xac\xdb\x68\x2f\xc3\xab\x55\xdb\x24\x37\x69\x1b\x24\x61\x14\x49\xde\xc6\xdd\x55\xb7\xc8\x02\x93\xcb\xeb\x78\x1d\x71\xaa\x6d\xe8\xf6\x2e\xf0\x24\x06\x10\xae\x37\x5e\xfc\x04\xf0\x07\x98\x7a\xe4\x57\x25\x1c\x98\x12\x63\x6a\xcc\x3a\x78\x0d\x9e\x54\xea\x04\x89\x8c\xea\xe7\xf5\x7c\xf5\xb5\xfe\x1a\xf4\x27\x7f\x37\xe9\xf2\x83\xf5\x51\x68\x67\xe0\x2c\x70\x7b\x1b\x13\x19\x6c\xd1\xc1\x81\x7d\x98\x4c\x2a\xcf\xa3\x28\xdf\xf1\xc1\x3c\xc0\xc2\xd0\xc0\xb1\xd6\x52\x37\xea\x23\x95\xfc\xfa\x05\x40\x2f\x03\xbf\x7f\x8f\x22\x55\x4d\x35\x76\x8b\x34\xd8\x80\x09\x68\xd9\xf9\xa3\xce\x08\xc3\xb3\x18\x3e\xed\xe9\xc6\x60\x7d\xfd\x19\x1c\xc2\xf1\x1f\x30\x39\x62\xa6\x60\xc6\x2f\x1d\xe0\x1d\xf4\x16\xe9\x28\xdf\xf5\x0b\x0b\x98\x96\xbd\x7c\xb7\x99\xd2\xa0\xe1\x6c\x2a\x75\x01\x7c\x54\x65\x5a\x30\x1b\xc3\x7d\x42\x9e\x3e\x83\xf5\xf1\xce\xcd\xba\x45\xda\x94\x99\x4a\x2e\x73\x57\x24\x06\x58\x09\x4a\x43\xc1\x53\x45\x35\x70\x12\xcf\xea\x00\xbd\x18\x13\xaa\xb4\xf5\x4e\x2c\xca\x22\x75\xfb\xb2\xf3\x41\x98\x41\x29\x77\x1d\xf4\x5a\xea\x99\xcf\xa7\xe2\x08\xd3\x5c\x72\xe2\x8e\x19\x1b\x1b\x6d\x9c\xce\x73\xb3\xf7\xfa\xcc\x14\x92\xf8\xe3\x51\x73\x9a\xad\x81\x40\xa0\x9b\x43\x6c\x94\x8c\x52\xdd\xef\x1b\x2a\x39\x94\x42\x50\xec\x3b\xf2\xff\x1f\x71\x0f\xcc\x0a\xd4\x4b\x47\x9b\xd4\x0a\x90\x5a\x11\x98\xc2\xff\x28\xcd\x0a\xa4\x17\xfd\x3a\xf9\xa4\x08\xb2\xd4\xf3\xd5\xc7\xfa\xa4\xe1\x2d\xfc\xc7\x1c\x71\x46\xc0\x9f\x7f\x82\x16\x7f\x52\x29\x75\xe7\x09\x50\xd7\x44\x9b\xba\x7a\x24\x72\x56\x5a\x64\x75\xc9\xf8\x03\xba\xab\xad\xc9\xfb\xcb\x8b\xfb\x6b\xeb\x41\xd5\x35\xd8\xd8\x86\x3c\xb8\xea\x5f\xc9\xc2\x90\x06\x0f\x26\x97\xc6\x3a\xc3\x77\x26\xdf\x49\xbc\x95\xc6\xae\xa0\xab\xa1\x63\xb9\x86\x1e\x55\x19\x77\x60\xaa\xee\x46\x2b\xf0\x5c\x54\x17\xa7\xff\x1e\x0f\x2d\x10\xe3\x0f\x2b\x54\x8f\xa6\x96\x7f\x68\xc1\x3a\x9d\xe3\x4a\x65\xe5\x22\x1b\x02\x52\xc8\x98\x6b\xa9\xc9\x23\x30\x75\x2a\x8f\x81\x75\xe1\xfa\xdf\x7d\xa8\x54\x32\x00\x86\x73\x8a\x67\xa9\xbc\xa9\x80\x2d\x5b\xf4\x41\x9e\x8b\xfd\x6a\x07\x01\x13\x2a\x48\x95\x2b\x20\xa4\x65\xd3\xe6\x50\x17\xf6\x3a\x46\xed\xc4\x6b\x02\x4d\x31\x53\x8c\x0a\x77\x8a\x51\x7f\x0b\x5b\x0e\x41\xdf\xb7\xeb\x5e\x8f\x64\xcf\x43\xbb\x27\x49\xcd\xfa\xee\x0e\xe2\x7f\x73\x03\x7a\x48\xf3\x69\x6f\xf7\x60\xd0\x7b\x56\x43\xa9\x37\xdc\x1e\x84\xb3\x72\x76\x1b\x40\xe7\xb0\x3a\xea\x75\x1b\x3f\x96\x62\xca\x74\x41\x28\x87\x89\x53\x6d\xce\x7a\x43\xb1\xbe\xd4\xbe\xa6\x60\x21\x4b\x60\x4a\x4d\xff\xd9\x1e\x0d\x9b\xee\x59\x6f\xb9\xbd\xe7\x8b\x73\xe5\x18\x43\x1c\x9c\xa2\x39\x9a\x54\x97\xf3\xf6\x11\xc3\x09\x5c\x7d\x28\xa9\x5e\x80\x29\xd3\xc6\x3e\x07\x36\xa7\x02\x5c\x48\xa5\xa8\x0e\xaf\x4c\xfd\xdd\x3d\x81\x9c\xf6\x5e\x40\xee\xba\xe9\x63\x49\x68\x78\xf5\xc3\x59\xf4\xb7\xfc\xea\x6f\xb0\x1d\x6e\x85\x9b\xa1\xe1\xac\xf0\xcf\x1a\x57\x77\xbe\x6a\x8c\x4f\xb7\xe5\xd6\xd1\xd8\xbe\x9b\xcd\xbf\xbd\x1b\x6f\x7f\x3a\x3e\xfb\x59\xbc\x7f\x39\x3e\x9c\x7d\xd4\x91\x3e\xde\x8b\x3e\xa8\xec\x05\xda\xff\xfe\xe6\xf4\xfa\xe4\xe8\xfd\xe7\xb3\xfd\xe8\x8d\x7a\x73\x72\xb2\xb7\x9d\x7f\x55\x6f\x76\xc7\xb3\xb3\xd5\xaf\x1a\xdd\xe3\xc2\x6a\xe0\x44\x5c\x99\x10\x73\x59\x92\x29\x47\xba\x7a\xa3\x40\x57\xe8\x26\xe2\x2c\x35\x91\x6a\x32\x12\x6d\x86\x9b\x5b\xe1\x76\x54\x16\xa4\x19\x5c\x1d\xd1\xfc\xe4\xf4\x6b\x39\x39\x55\xf9\xc7\xf3\x77\xfa\x40\xfc\x7c\xb9\x90\x2f\xe5\xc1\xce\x66\x31\x9e\xe2\x57\xa7\x3f\x3f\x7c\x67\x87\x3f\x76\xce\x0e\x31\xfd\xd7\x31\x3a\xdf\x79\xf7\xf6\x9a\xe1\xf1\xb5\x3a\x9d\xee\xe1\xbd\x77\xea\x24\xcb\xff\xa7\x88\x1e\xf9\xf8\x74\xb5\xfc\xf6\x74\x77\x48\x88\xab\x03\x35\xcb\x37\x2f\x4e\xce\xa9\xc2\xf8\xdb\xe7\x6f\x47\x07\x3b\x44\xee\x7e\x12\xe9\x78\x61\xbe\xee\x7e\xf9\xfe\xb5\xd8\xfe\x7a\x73\xf1\x83\xee\xb2\xf1\xe5\xf4\xd3\xf8\xea\x6c\x76\x38\xdb\x9b\xa0\xcf\xe5\xf1\xf7\x29\x3f\x7d\x6c\x48\xbd\x47\xa7\x2b\x34\x47\xd5\x28\xac\x22\x8d\xa6\xa5\xc0\x53\x84\xad\xd4\x8b\xa5\x47\xa4\x95\x59\x71\x94\x86\x99\x94\x19\xa7\x48\x31\xb3\x44\x33\x12\x59\xc9\x91\xf6\x34\xef\x86\x2f\x9a\xef\x26\x1f\xf7\x39\xf8\xcb\x12\x2a\x64\x41\x85\x75\x25\xb4\x15\xee\x85\x1b\xcd\xf7\x6d\xd3\x8f\x33\x5b\x43\x0c\x2a\x73\xd1\x86\xb7\x3d\x1c\xfc\x0b\xf8\xf7\xa5\x18\x89\xcc\x5f\xc2\x6f\xa9\x8f\xa2\x54\x92\x85\x6b\x38\xfe\x41\xf8\x3f\x01\x00\x00\xff\xff\x58\x0f\xed\x82\x20\x16\x00\x00"
func webSettingsHtmlBytes() ([]byte, error) {
return bindataRead(
_webSettingsHtml,
"web/settings.html",
)
}
func webSettingsHtml() (*asset, error) {
bytes, err := webSettingsHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "web/settings.html", size: 5664, mode: os.FileMode(420), modTime: time.Unix(1519392499, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _webTestsHtml = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5c\x79\x57\xdc\xba\x92\xff\x3f\x9f\xa2\xe2\x3b\x73\x81\x99\xb8\xcd\x9a\x85\xd7\xed\x39\x61\xc9\x02\x09\xe1\xb2\x64\xb9\x67\xce\x99\x23\xdb\xea\xb6\x40\x96\x14\x49\x6e\x20\x84\xef\x3e\x47\xf2\xd2\x76\xb7\xed\x6e\x42\x1e\x33\x8f\x7f\xda\x96\x25\x55\xd5\xaf\xca\x55\xa5\x92\x4c\xff\x69\xc4\x43\x7d\x23\x30\xc4\x3a\xa1\xfe\x93\xbe\xf9\x01\x8a\xd8\x68\xe0\x60\xe6\x00\x1b\xb9\x48\x88\x81\x83\x84\x70\xfc\x27\x4f\xfa\x31\x46\x91\xff\x04\x00\xa0\xaf\x89\xa6\xd8\xdf\xa5\x98\x83\x0f\x1f\x11\x43\x23\x0c\x1a\x2b\xad\x7a\x7d\x2f\x7b\x96\xf5\x7b\xea\xba\x70\x82\xbf\xa7\x44\xe2\x08\x12\xac\x11\x68\x34\x52\xe0\xba\xf9\x73\xdb\x14\xc6\x48\x2a\xac\x07\x4e\xaa\x87\xee\x4b\xa7\xfa\x88\xa1\x04\x0f\x9c\x31\xc1\x57\x82\x4b\xed\x40\xc8\x99\xc6\x4c\x0f\x9c\x2b\x12\xe9\x78\x10\xe1\x31\x09\xb1\x6b\x6f\x9e\x01\x61\x44\x13\x44\x5d\x15\x22\x8a\x07\x6b\xcf\x40\xc5\x92\xb0\x4b\x57\x73\x77\x48\xf4\x80\x71\xa7\xc2\xd5\x0e\xe7\x5a\x69\x89\x04\xec\x9e\x9e\x4e\x18\xa2\x84\x5d\x82\xc4\x74\xe0\x28\x7d\x43\xb1\x8a\x31\xd6\x0e\xc4\x12\x0f\x07\x4e\xac\xb5\x50\xdb\x9e\x97\xa0\xeb\x30\x62\xbd\xa0\x98\xc1\xdc\x84\x3c\xf1\xca\x06\x6f\xb3\xb7\xda\x5b\x75\x03\xac\x51\x6f\xdd\x0b\x95\x9a\x3c\xea\x25\x84\xf5\x42\xa5\x1c\x20\x4c\xe3\x91\x24\xfa\x66\xe0\xa8\x18\x6d\xbc\xdc\x74\x8f\xd5\xbb\x97\x27\x2f\xd6\x0f\xfe\xda\x38\xfd\x14\xc5\x9f\xc9\x46\x7a\x3d\xd4\x09\xfa\xf2\xfc\x73\xb8\xb5\xf6\xf1\x30\x58\xfd\xbe\x75\xbc\x2e\x4f\xce\xc5\xf1\x58\xaa\x1f\xe9\xfe\xe6\x97\x35\xc1\xc7\xef\xbe\x8d\xce\xc4\xce\x50\xc5\x81\x03\xa1\xe4\x4a\x71\x49\x46\x84\x0d\x1c\xc4\x38\xbb\x49\x78\xaa\x9c\x4e\xd9\x8c\x01\x0c\x1c\x8d\xaf\xb5\x67\xf9\xca\x64\x4d\x50\xce\x67\x3e\x56\x85\x92\x08\x0d\x4a\x86\x13\x1c\x52\x85\x7b\x43\xce\x34\xba\xc2\x8a\x27\xd8\x62\x10\xad\xad\xae\xa3\x21\x0a\x03\xdc\xbb\x50\x8e\xdf\xf7\xb2\x81\xfe\x93\xbe\x97\x99\xcf\x93\x7e\xc0\xa3\x1b\x63\x5b\x46\x97\x92\x53\x8a\xe5\xc0\x09\x29\xe6\xae\x35\xa0\x82\x20\x43\x63\x08\x29\x52\x6a\xe0\x30\x34\x0e\x90\x84\x21\xb9\xc6\x91\xab\xb9\x00\xc8\x5a\xdc\x08\xc9\xcb\xe2\x1a\x5f\x0b\xc4\x22\x97\x8e\x20\x18\x65\x0f\xf2\x99\xec\x6c\xa8\x3e\x97\x1b\x48\xc4\xa2\x42\x56\xcf\xf1\x0d\xfd\xbe\x87\x2a\x23\x82\x54\x6b\xce\xa6\x86\x69\x3e\x1a\x51\x2c\x0b\xd0\xb2\x3e\x0e\x44\x48\xa3\xfc\xd9\xc0\x09\x39\xa5\x48\x28\x5c\x34\x23\x39\x32\xb6\xfd\x47\x36\xc5\x69\x2a\x8c\x25\xe3\x68\x37\xb3\x64\x07\x90\x24\xa8\xc0\xa2\xa4\xd4\xd2\x2d\x13\x12\x47\x03\x67\x88\xa8\x21\x61\x5b\x29\x0a\x8c\x52\xcf\x2c\x03\x06\x0f\x32\x42\x9a\x70\x56\x01\x20\xd3\xa1\x40\x2d\x02\xb9\x24\x34\xdd\xfb\x9e\xe9\x52\x01\xc1\xcb\x24\xac\xb4\x44\xa4\x54\x4b\x21\x68\xa1\x81\x89\xe0\x24\x6a\x95\x63\x8a\xa5\x94\x4e\x31\x64\xd4\x9e\x48\x17\xa5\x9a\x4f\xf5\xcd\x4d\xb8\xd2\xdf\x25\x1a\x27\xd0\xd0\x6d\x46\xe5\xae\x31\xfd\x8a\xba\xf7\x90\x8a\x03\x8e\x64\x04\x35\xa5\x4f\xe4\xa6\x64\x31\xe2\x91\xe4\x22\xe2\x57\x6c\x71\x2e\xca\x21\x39\xf6\x05\x57\x7f\x54\x61\xdb\xcb\xfb\x38\x20\x39\x6d\x33\xb4\xa8\xec\x64\xad\x20\x46\x4a\x70\x91\x8a\x81\xa3\x65\x8a\x5b\x0c\xa6\xca\xe5\x17\x1c\xc0\x6b\x21\x28\x09\xad\xb5\xa8\x8a\xda\x1b\x30\x99\xd6\x7e\x29\x46\x82\x59\x5a\x35\x44\x8a\xa3\xe0\x66\x46\x90\xe6\x09\xeb\x10\x95\x53\x1a\x68\x4b\x6d\xa1\x28\xfa\x1f\x1b\x81\x5e\x47\x51\x2b\x67\x1d\x13\xc1\x64\x26\x21\x94\xe3\x67\xd1\xaa\x5d\x46\x2f\x22\xe3\x87\x98\x04\x0a\x35\x19\xe3\xfb\x5b\x65\xee\xfd\xce\xcc\xcf\xd4\xcb\xaa\xa4\xcb\x19\xbd\x71\xfc\xe5\x30\x95\x12\x33\xbd\x92\xbf\xa9\x0f\xb3\xde\xfb\xf3\xa8\xb0\xd6\x84\x8d\x94\xe3\x9f\xe6\x57\x0b\x72\xd0\xf7\x52\x5a\xf5\x2b\x25\xc6\x7d\x8f\xa1\xe2\xb2\xe6\x5b\x98\x46\x84\x61\x09\x84\x8d\xb1\x54\x38\x02\x61\x7d\x7f\xd5\xa9\x1b\x5f\x51\x75\x80\x81\xc4\x28\x0a\x65\x9a\x04\xc5\x7b\xd3\xee\x0b\x79\xe9\x78\x2a\xa3\x3a\x51\x9b\xf4\xcb\xc1\xeb\xa3\x89\x43\xd9\xcd\xe3\xc7\x5c\xec\xa7\x66\x29\xad\xc5\xaa\xbd\x09\x37\x5e\xc3\xad\x04\xab\x04\x8c\x8d\x5c\x15\xf3\xab\xc1\x12\xa2\x58\xea\x9e\x89\xe3\xf0\x74\x00\x8e\xb3\x54\x90\xb4\x0f\xc0\xa6\x73\x79\xcb\x6d\xd6\xd9\x55\x69\x18\x62\xa5\x96\x60\x1b\x9e\x66\xc3\x23\xc4\x46\x58\x3e\xcb\x9f\x67\x77\x4b\xdb\x50\x7d\x78\x57\x80\x6b\x1b\xa7\x71\x8d\x37\x6b\x64\x5d\x13\xf4\x09\x1b\x39\x25\x9f\x4e\x8d\x92\xe3\x9f\x66\x3c\xf4\xbd\x78\xf3\xde\x53\xd5\x67\xda\x97\x92\xcb\x86\x79\x84\x7f\x7b\x0b\x15\x74\xee\xee\xfa\x9e\x98\xee\x53\x90\x4a\x02\x77\xd5\xf1\xa1\xd4\xed\x1f\x39\x6e\x24\xbc\x1c\x38\xcb\x95\x59\x06\xb0\xb4\xb4\xe2\xd4\x39\xb4\x37\x8e\xbf\x47\x54\x42\x94\x7d\x35\xa0\x46\x6a\xca\xb7\x54\x0d\x5e\xf2\xab\x69\x28\x73\xed\x96\x3a\x0b\x39\x75\x93\xc8\xdd\x58\xda\x06\x1c\x11\xdd\x7b\xbf\xf7\x0c\x8a\xc6\xb5\x75\x30\x5c\xb9\x21\x66\xda\x6a\xec\x69\xde\xe5\xae\xc9\xa8\x2b\x74\x03\xcd\xdc\x91\xe4\xa9\x00\x91\x52\xea\x4a\x32\x8a\x75\xa1\x60\xdb\x5e\xcf\x31\x76\x90\x22\x21\xe0\x6b\x94\x08\xda\xe1\xe3\x2a\xae\xdb\xb8\x35\xa7\x42\x0d\x0c\x45\x95\xd8\x1f\x21\x49\x82\xe4\x0d\x38\xfe\x7f\x42\x97\x77\x9f\x4a\xc6\x26\xb3\x54\x95\x73\x82\x87\x12\xab\x78\x79\xc5\xf1\x65\x76\x39\x9b\xbe\xb4\x28\x62\x62\x72\x5b\x05\x0d\x8b\x26\xc5\x43\x5d\xbe\x9a\xf1\x56\xd3\x00\xd9\x02\xef\xc4\xdc\xad\x5f\x87\x9f\x3f\x61\x39\x5b\x20\x51\xcc\x46\x3a\x86\xc1\x00\x56\x57\xb2\xb7\x92\x0c\x07\xce\xd3\x2b\x2e\x2f\x8d\x75\xb7\x20\x20\x6a\x8c\x25\xa9\xc6\x91\xe3\x1f\xf1\x6c\xd1\x05\x43\x9e\xb2\xa8\x37\x63\xd6\x93\xd1\xfe\xbd\x95\x52\xd1\x49\xfb\xbc\x8d\xe2\xb7\x60\x9b\xa3\x22\xb1\xc0\x48\x1b\x39\x94\x06\xc2\xa0\x9a\xf4\xcf\x8c\x69\xd3\x7b\xcd\x58\x27\x26\xb0\x1f\x11\x6d\x51\x5e\x71\x7c\x73\xdd\x6e\x00\x19\xf7\xcf\x8d\x67\x30\xfd\x7b\x47\x28\xc1\xd6\x31\xc4\xcf\x5b\x3a\x57\xe3\x71\x80\xa2\x11\x36\xeb\x0c\xc2\x86\x7c\xa2\x42\x3b\xd3\x3b\x8c\xc4\x47\xc2\x52\x8d\xe1\xcf\x3f\x21\x6b\x7b\x43\x18\x51\xb1\xd1\x98\xc0\xcc\xf8\xb0\xe9\x44\x7b\x3e\xa5\xdc\xc9\x75\xd1\x9a\x22\x75\xc4\x6d\xba\x78\x7f\x52\x85\x01\x14\xb4\xec\xbc\x5f\x0a\xf3\x3c\x49\x19\xfb\x25\x09\xf2\x60\x53\x9f\xb6\x60\x77\x82\x55\x49\xa8\x78\xd4\x49\x69\x41\x03\x6c\x6a\xaa\xaf\x64\x8c\x13\x7d\x55\xf2\x96\x3b\xcf\x26\xdf\xd9\x6c\x92\x55\xcc\xaa\xc6\x78\x7b\xb7\xe2\xf8\x3b\x28\xbc\xec\xf0\x45\x9d\x33\x56\x1d\x5d\x44\x14\x0a\xa8\x49\xe6\x73\x67\x61\xbc\xca\xd3\x21\x97\x49\xef\xdf\xc6\x88\x92\xa8\x4a\xfe\x5c\x44\x48\x63\xe3\xbb\x8c\x47\xcc\xee\xe6\x33\x31\x19\xbf\x87\x29\x2e\xc7\x37\x52\x9f\x71\x20\x99\x8d\x16\x1c\xfb\x99\x19\x4c\x1c\x61\xc8\xd9\x90\xc8\x24\xc2\xd4\xf1\xb3\xd9\x8b\x2c\xb6\xde\xb1\xda\xef\xb5\xc4\x70\xc3\x53\x50\xa9\xc4\xff\x95\x77\x6f\x58\x96\x76\xdb\x83\xa8\x30\x51\x45\x2b\x47\x05\x72\xd9\xaf\x08\xa5\x10\x60\xc0\xcc\xca\x09\x9c\x85\x18\x74\x8c\x41\x16\x05\x2c\x33\x18\x86\x04\xd3\x48\x01\x92\x18\x86\x84\xda\x8e\xa9\xee\x41\xa3\x93\xec\x8e\xf0\x6d\xa6\xa8\x12\xf7\x79\xd7\x82\xc9\xb2\x91\x55\xc6\xcc\x65\x47\x57\x98\x0d\x1d\x57\x31\xd1\xb8\xa8\x91\x38\xfe\xfb\x3d\xd8\x86\xdb\xdb\x22\xa3\x68\x4a\x8e\x16\x9d\x70\xda\x6f\xd8\x29\xcb\xd7\x19\x4e\x35\x92\x1a\x47\x9d\x53\x43\x56\x5b\x4c\x30\xa0\xc4\x35\xbf\x2e\x1a\xf1\x7c\x26\x3b\xde\xf1\xfb\x9e\x69\x9f\xc3\xe1\x7c\x11\x6c\x54\x07\x46\xc2\x4b\x03\x64\x7b\xe8\x2c\x47\x10\x26\x52\x5d\x29\x96\xb5\xbd\x13\x82\xa2\x10\xc7\x9c\x46\x58\x0e\x9c\x3a\x11\x3b\x24\xe1\x91\x49\xa4\xac\x48\x26\xea\x94\x6f\x91\x51\x65\x51\x07\x72\x4a\x9b\xf3\xe6\xb0\x15\x34\x18\x7c\x93\xa4\x59\x19\x6a\xbe\x98\x0a\x53\x1c\xea\x6e\x9e\xa6\xc5\x38\xb3\x73\x37\xba\xcb\x99\xf9\xb9\x30\xab\xb1\x6a\x22\x80\x84\x30\x79\x80\x5d\x9c\xc3\x18\xd1\x14\x0f\x1c\x93\xb0\x0b\x91\xd9\xa3\xe3\xe7\x77\x79\x8c\xce\xec\xd5\x34\x1c\x23\x1d\x5b\x83\xcd\x26\x9d\x67\x13\x99\x68\x0f\xc7\x73\xbe\x90\x55\x5b\x09\x63\x1c\x5e\x06\xfc\x7a\x21\x7b\x99\x35\x91\xdd\xe3\x73\x07\x3c\x1f\x8e\x25\x1f\x12\x8a\x61\xf7\xf8\x1c\xcc\x0b\xb0\x80\xc5\xe6\x09\x57\xf9\x2a\x9a\xa9\x16\x60\x5e\xf8\x1f\xd1\x35\x49\xd2\xa4\xa4\x05\x88\x52\x1e\x22\x8d\x23\x58\x26\x0c\x12\x42\x29\x51\x38\xe4\x2c\x52\x2b\xf3\xf9\x98\x41\x84\xa5\x49\x90\xa7\x32\xf3\xf0\x98\xa2\x36\x83\xce\x47\x74\x6d\x01\x7a\xc8\x2b\x04\x0b\xa9\xbd\x39\xa9\x9d\x02\xee\x51\x2d\xe3\x88\xef\xa4\x84\x46\xd6\x3a\xf6\x38\x30\xae\x21\x55\x18\xec\x9e\x8c\xe6\x10\x98\x87\xf0\x96\x83\x90\xfc\x02\x87\x6d\x11\xaa\xc6\xdd\xb4\xc5\x14\x24\x16\xb2\x9a\x73\x95\x45\xcb\x21\xa7\x94\x5f\x99\xec\x24\x8f\x94\xda\xac\x52\x28\x85\xd0\x70\x16\xf3\x2b\xd3\x20\x31\x0a\x63\x13\xd9\x25\x5c\xe1\x00\x14\x96\x63\x2c\x7b\x70\x82\x13\x6c\x8c\xc3\x74\x89\xd1\x18\x43\x3f\xe4\x11\xf6\x85\x90\x7c\xd8\xf7\xec\x35\x44\x38\x0d\x46\x70\x7e\xf2\x41\x15\x91\xba\x07\xdf\x78\x6a\x03\xb2\x01\xa1\xf4\x52\x9a\x83\xc2\x1a\x10\x08\x2e\x35\x64\x56\x07\x43\xc9\x13\x40\x0c\x30\x1b\x13\xc9\x59\x82\x99\x86\xb1\x59\xe1\x06\x74\x81\x77\xca\x8a\x6a\x97\xc2\xfe\xeb\x28\x92\x58\x29\xe0\xc3\xaa\x04\x7d\x2f\x7b\x7a\x3f\x4b\x58\x38\x9e\xc4\x5a\x8b\x6d\xcf\x9b\xf5\x12\xa9\xd2\x3c\xc9\x59\x7a\x84\xd7\xa1\x82\xc3\x71\x05\xdc\xdf\x81\xc5\x3d\xbc\xc3\xcb\xd5\x97\xab\x33\x50\x18\x7e\x8e\xf2\x39\xfe\x9f\xb8\x85\xa3\x12\x1d\x43\xdb\x2e\xd8\x35\x07\x81\xa5\x61\xec\x7e\x99\xc7\x3d\xd0\x69\xf0\x18\x27\xf8\xfb\x03\xad\x63\x3e\x22\x4f\x5d\x17\xf6\x90\x46\x36\x3a\x3f\xfb\x88\x75\xcc\xa3\x62\x77\xb5\x19\x42\xc3\xc8\xbd\x6a\xf1\xf0\x0b\x39\x73\xa5\xbb\xc5\x33\x2b\x7a\xcd\x4b\x9d\x9b\x47\xb9\x81\xee\xda\xd0\x28\x47\xe7\xeb\x8a\xfa\x5e\x61\xcb\x32\x6f\x66\x57\xe8\xb7\x6e\xf5\xb4\xff\x15\xa9\x7f\xa6\x28\x93\x4d\x15\x8b\x31\x5b\x66\xa8\x3e\xfb\xf9\xb3\xd6\x75\x30\x80\xa5\x25\xc7\x3f\xc9\x4c\x1a\x12\xdb\xda\xb5\x58\xaf\x61\xd3\x59\x99\x69\xd3\x41\x6d\xcf\x09\xaa\x6b\x8e\xc5\x84\x9d\xb3\xd5\x54\xab\xf5\xd6\x44\x85\xa5\xe3\x4f\xa7\x67\x4b\x8e\x6f\x7e\x3a\x37\xa1\x7e\x13\xb9\xb7\xfb\x86\xda\xdb\xfd\x47\x21\xb6\xb7\xff\x61\xff\x6c\x7f\xc9\xf1\xb3\x8b\xc7\x20\x79\x7c\x6e\xd1\x3c\x7f\x14\xf9\xce\x8f\xf7\x5e\x5b\xf9\xb2\x8b\xc7\x20\x79\xb2\x7f\x6a\x35\x68\x7f\x17\x22\xb8\x48\x28\x59\xa0\xcb\x6c\x5a\xd1\xe8\xee\xa7\x83\x26\xd2\xf1\x54\xf8\x38\x3f\xf9\x90\x65\x6e\x6a\x7a\x8f\xe7\x1e\x2c\x75\x86\x8b\x79\x09\xf3\xa2\xb2\xd4\x57\xdc\x31\x06\x93\x25\x41\x8c\x51\x84\xa5\x02\x65\x32\x3c\x85\x05\x92\x76\x01\x13\xdc\xc0\xd2\x7f\xb3\xa5\x19\x04\xde\x75\x0a\xd9\xc1\xe9\x5c\x29\x0c\xe7\x48\x62\xd4\xcc\xbc\x3d\x89\x33\x70\x12\xc2\xdc\x18\x93\x51\xac\xb7\xe1\xc5\xaa\xb8\xfe\xc7\x94\x58\x26\xa2\xce\xf0\x6c\x1b\xfd\xbe\x57\x50\xf8\x55\x09\xe2\xe7\x59\x8d\xa0\x38\x84\xd2\x5e\x05\x87\xb6\x1a\xdb\xc2\x68\xcc\x2f\x76\xd2\x91\xfd\x09\x28\x0f\x2f\xdb\xcb\x9e\xcb\x59\x68\x2a\xeb\xc7\x3f\x7f\xe6\x5b\x5e\x93\x9a\xf8\xca\x54\x10\x4d\x78\x84\xe8\xf4\xa9\x9c\x7c\x2b\xeb\xa3\x7d\xe6\x7f\x26\xf8\x0a\x24\x36\x0b\x86\xf9\x11\xea\x61\x66\xd1\xb2\xb5\x91\x15\xc9\x17\x04\xc2\xa9\xc7\xe9\x2f\x95\xd6\xdc\x2d\xd9\xa2\xd9\xf2\x8a\xe3\xdb\x0b\xfb\x36\x3f\x54\x30\x93\xe0\xf5\x85\xdf\x26\x41\xa5\x08\x7c\x0f\x01\xea\xfc\x57\x04\xd8\x45\x2c\xc4\xd4\x48\x90\x5d\xd5\x45\x30\x9c\x42\x5b\x76\xd9\x7a\x92\xa3\x65\xef\x4f\x76\xee\x19\xd4\xce\x2c\x4c\x2e\x0d\x1a\xd6\x78\x26\x47\x08\x2b\x09\x8b\x35\x39\x18\xa2\x08\x43\x76\xbc\xa7\x66\x6e\xa0\x51\x40\x58\x84\xaf\x07\x8e\xbb\x56\x6c\xba\x46\x04\x51\x3e\x6a\x38\x50\x53\x1f\x9a\xe5\x81\x24\x8a\x30\xcb\xb3\xc0\xe6\x7d\x65\xcb\x81\x9b\x4d\x0a\xd9\x0d\x1d\x95\xb4\x78\x98\x26\x0d\xa7\xb2\x66\xc6\x87\x8d\xa7\xb7\x9a\xfb\x66\x8e\x77\x7e\x72\x56\xd9\x6c\xcd\x06\xda\x73\xa3\x30\xa9\x29\xcf\x22\xf6\x81\xb3\xd1\x99\xe9\x65\xd2\x4e\xbb\xaa\xaf\x6d\x35\xd9\xa1\x59\x59\xfb\x1b\x4f\xa5\x35\x15\xa0\x48\x19\xbf\x7f\x7b\x9b\xbf\xd7\xbd\x28\x95\xf6\x44\x08\xdc\xdd\x41\x62\x1d\x85\xea\x95\xc7\x69\x9a\x36\x79\x61\x5e\x2e\x1f\x52\x5e\x1e\xf7\x8b\xb2\xbd\xff\xd2\xdb\x54\x37\xcf\x77\x6d\xbf\x8e\x57\xcb\x0a\xd3\xa0\xd9\x3f\x35\x49\xb0\xfa\x47\xe7\x4e\xd8\xbd\xf7\xba\xa7\x8b\x3d\xef\xf7\x9c\xba\x3e\x02\x1e\xb5\xe8\x6e\xa6\xad\x7d\x89\x56\xee\xbc\x2c\x50\x82\xec\xc7\x5b\x7e\x51\x73\x54\x10\xa5\xd2\xf8\x7a\xbb\x29\xd8\xae\x98\x6c\x9c\x2c\xe2\x68\xc0\x65\x84\xed\x51\x44\x2e\xb7\xff\xd8\xd8\xd8\xe8\x22\x17\x22\x36\x46\xca\x5a\x59\x66\x1b\xbb\xc7\xe7\xbb\x31\x92\xba\x0c\xcb\xf6\x60\xf1\xf6\xda\xea\xea\xbf\x9b\x38\x9b\xf5\xef\xcc\x76\xa0\x65\xfd\xdc\xb5\x92\x8d\xb7\x7c\x13\xb4\x40\x91\x1f\x0b\x8b\xfd\x0b\x22\x37\x88\xdb\x26\x2b\x64\xa9\xc8\xc0\x59\xdb\x58\x9d\x27\x78\x97\xd0\x85\x64\x3c\xb8\xb0\x9b\x0a\x3c\x65\xfa\x71\x04\xe4\xc1\xc5\xef\x91\xae\x7e\x96\x23\x77\x21\xf9\x29\x3c\xbb\x69\x3d\xa9\xd2\xcf\xdd\xe7\x83\xe6\xba\xc5\xcb\x79\x55\x88\x78\xcb\x3f\xe3\x36\xa3\x15\xa0\xac\x37\x6c\x39\x8e\xf2\x40\x00\x9b\x80\xd4\x5c\xcc\x07\x72\x63\x6b\x2e\x90\xb0\xc0\x62\x61\x16\x9a\xcd\x05\xa0\xd9\xbf\x16\x94\x4b\xfc\x38\xc8\x74\x1e\x44\x2a\x8f\xb6\x00\x61\x45\xb4\xd1\x5c\x54\xf3\xb1\x0f\x44\xe9\xe5\x6c\xe3\x6f\xc5\x6e\x6c\x55\x8e\x9e\xcc\x4f\xcb\xda\x7d\xc8\x9c\x42\x59\x69\xc1\x5d\x06\xdc\xe5\xd8\x6a\x62\x4f\x0e\xdf\x40\xf3\xd6\x7f\x45\xe0\x29\x82\x03\xc8\x8b\x53\x36\x16\x2e\x20\x73\xbc\xe5\x4f\x42\x77\x31\x8b\x3d\xa8\xf3\x4f\x08\x08\xf7\x5e\xaa\x6d\xac\xae\x8a\x6b\x07\x24\x46\x11\x67\xf4\xa6\xb2\x40\xcb\x39\xa6\x44\xe9\xf9\x4b\xb4\x2e\xf5\xb5\xad\xa0\xdb\x1f\x74\xb9\xac\x53\xfb\x92\x18\xbd\xff\x0e\xbf\x35\x21\x03\xcb\x13\x7b\xdf\x3d\x3e\x2f\x0e\xb9\xf5\x61\x6d\x75\x65\x41\xf7\x66\x22\x7f\xfe\x0e\x37\xa4\x75\xc5\x0a\xd1\xde\xa8\xc4\xf1\xcf\xb8\x46\x34\xdb\x9e\xdc\xae\x64\x77\xda\x34\xdb\xd6\xbb\xbb\x44\xcd\xcd\xeb\xf2\xbf\xc7\xf2\xa4\x1d\xf9\xc5\x3f\xc3\x99\xce\x1c\x1f\x5d\x5b\x5f\xda\x6e\x51\x95\x6f\x54\xf5\x6c\xa9\x70\xbc\x4b\xd0\xd6\xd1\xea\xb4\xe9\x58\x69\x1d\xb3\x19\xc7\x0c\xb5\xca\x72\x07\x13\xce\x23\x2a\xfe\x41\xca\x15\x7e\xf3\x2e\x5e\xdd\x05\x0c\x09\xd5\xad\x9b\x51\xb5\x22\x4f\xd6\x13\x82\x1b\x10\x28\xbc\x44\x23\x0c\xc3\x94\x85\xf6\xdb\x0c\xa7\xfd\x10\x66\xc9\x4e\xee\xa4\x5b\x8e\x75\xda\x55\x38\x4c\x8e\xb5\x76\x04\x2c\xeb\x15\x2a\x4b\xf0\xe3\xf3\x5a\xd8\x9a\xbc\xf5\x84\x65\x2c\x37\x47\x34\x58\xbe\xbd\xd5\xbd\x63\x2c\x43\xe3\xb3\xff\x63\x46\x51\x46\x4f\x2b\xff\x17\x61\xaf\xc1\x09\x3e\x42\xec\xcb\xa9\xfe\x96\x08\x98\xcf\xf5\xaf\x15\x07\x2d\xce\x0f\x09\x85\x95\x15\x6b\x01\x07\x92\x5d\xa7\x13\x0c\x76\x3b\x98\x85\x71\x82\xe4\x65\x01\xe1\xbf\x0a\x64\x99\x6c\xbf\x88\x57\xd7\xa2\xbf\xb6\xc8\x1f\x72\x6e\xbc\xd3\x2f\x54\x3d\x4a\xff\x62\xcf\xe6\xd8\x83\x7f\x4d\x15\x90\x79\x76\x3e\xff\xb4\x6e\x47\xe5\xed\x93\x3d\xf8\x85\x28\x1c\xa0\x31\x3a\xcd\x3e\x51\x2d\xeb\x70\xa6\xc3\xc5\x5f\x29\x96\x37\x30\x24\x52\xe9\x67\xa0\x63\xcc\xe0\x98\x0b\x81\x65\xef\x42\xe5\xf7\x93\x0f\x81\x0f\x2a\xdf\x01\x37\x7d\xef\x1a\xf2\x08\xf7\x2e\xbe\x9b\x19\xed\xb7\xae\xd9\xa5\xbb\xd1\x5b\xef\xad\xf5\x14\x25\x89\xfd\xb8\xf7\xa2\xf1\xdb\xde\xc3\x83\x0d\xbe\xbe\x77\xa8\xdf\x5f\x8e\xbf\xbd\x3f\xdc\x38\xdf\x3f\xfa\x91\x7c\x7c\x71\xb8\x7b\x79\x22\x3d\xb9\xff\xca\xfb\x4b\x8c\x9e\xa3\xd7\x7f\xbf\x3d\xb8\x7a\xb3\xf7\xf1\xf3\xd1\x6b\xef\xad\x78\xfb\xe6\xcd\xab\x8d\xf8\xab\x78\xbb\x75\x78\x79\xd4\xfe\x6d\xef\xe4\x13\xdb\x76\xc6\x23\x76\xa1\x7a\x21\xe5\x69\x34\xa4\x48\x66\x5f\xea\xa2\x0b\x74\xed\x51\x12\x28\x4f\x14\x88\x78\x6b\xbd\xb5\xf5\xde\x86\x97\x26\x51\xd1\xd8\x2e\xd1\xf8\xcd\xc1\xd7\xf4\xf4\x40\xc4\x27\x9f\xde\xcb\x1d\xf6\xe3\xc5\x0d\x7f\xc1\x77\x36\xd7\x92\xc3\x61\xf8\xf2\xe0\xc7\x5f\x7f\x93\xdd\xef\x9b\x47\xbb\x21\xfe\xb0\x8f\x3e\x6d\xbe\x7f\x77\x45\xc2\xc3\x2b\x71\x30\x7c\x15\xbe\x7a\x2f\xde\x8c\xe2\x07\x49\x74\xcf\x4f\xb0\x2f\xa6\xbf\xc0\x6e\x16\x09\x51\xb1\x23\x2e\xe3\xb5\xe3\x37\x9f\xb0\x08\xc3\x6f\x9f\xbf\xed\xed\x6c\x46\x7c\xeb\x9c\x05\x87\x37\xea\xeb\xd6\x97\xbf\xbf\x26\x1b\x5f\xaf\x8f\xbf\xe3\x2d\x72\x78\x36\x3c\x3f\xbc\x38\xba\xdc\xbd\x7c\x75\x8a\x3e\xa7\xfb\x7f\x0f\xe9\xc1\x7d\x45\xaa\x7c\x7a\x7d\x81\xc6\x28\x6b\x75\x32\x49\x3d\x13\xfb\x87\x28\xd4\x5c\xde\x4c\x7d\x4a\xdd\x8a\x8a\x51\x69\x6f\xc4\xf9\x88\x62\x24\x88\x9a\x52\x33\x62\xa3\x94\x22\x69\xd5\xbc\xd5\x7b\x5e\xdc\x17\x78\x74\x11\x98\x6b\x42\x09\x4f\x30\xd3\xc6\x84\xd6\x7b\xaf\x7a\xab\xc5\xfd\xef\x98\x3a\x67\xd3\xcd\xa6\xf4\x56\xed\xfc\xf5\xc6\x39\x74\xba\x60\x5e\xf0\x15\xb1\x69\x7b\x26\xde\x8b\xde\x5a\x7e\xfb\xeb\x54\x11\x1b\xd9\xaf\x51\x67\xbe\x91\x0f\x78\x74\xe3\x3f\x79\xd2\xf7\xec\x7f\x64\xf8\xdf\x00\x00\x00\xff\xff\x89\xd2\xe4\x41\xa1\x41\x00\x00"
func webTestsHtmlBytes() ([]byte, error) {
return bindataRead(
_webTestsHtml,
"web/tests.html",
)
}
func webTestsHtml() (*asset, error) {
bytes, err := webTestsHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "web/tests.html", size: 16801, mode: os.FileMode(420), modTime: time.Unix(1519400655, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _webYour404PageTmpl = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\x41\x6f\x13\x31\x10\x85\xcf\xe4\x57\x4c\x7c\x6d\xbc\x26\x0a\xd0\x16\xd9\x2b\xb5\x34\xa8\xaa\x80\x50\x28\x42\x70\x33\xeb\xc9\x7a\x12\xaf\xbd\xb1\x27\x89\xc2\xaf\x47\xd9\x04\xb5\x27\xcf\xcc\x93\x9e\xbe\xf7\x64\x3d\xbe\x5b\x7c\x78\xfa\xf5\x75\x0e\x9e\xbb\x50\x8f\xf4\xf1\x81\x60\x63\x6b\x04\x46\x51\x8f\x00\xb4\x47\xeb\x8e\x03\x80\x1e\x4b\x09\xdf\x70\xb3\xa5\x8c\x0e\x3a\x64\x0b\x6c\xdb\x02\x52\x9e\xf5\xe1\xd4\x78\x9b\x0b\xb2\x11\x5b\x5e\xca\x2b\xf1\x52\x8a\xb6\x43\x23\x76\x84\xfb\x3e\x65\x16\xd0\xa4\xc8\x18\xd9\x88\x3d\x39\xf6\xc6\xe1\x8e\x1a\x94\xc3\x32\x01\x8a\xc4\x64\x83\x2c\x8d\x0d\x68\xa6\x13\x28\x3e\x53\x5c\x4b\x4e\x72\x49\x6c\x62\x3a\x5b\xbf\xd2\x4c\x1c\xb0\xbe\x0d\x36\xae\xa1\xb7\x2d\x6a\x75\xba\x1c\xe9\xd5\x7f\x7c\xfd\x27\xb9\xc3\x19\xc6\x4f\xeb\x7b\x0c\x21\x4d\x60\x9f\x72\x70\x63\xad\xfc\xb4\x1e\x3d\x67\x5c\x3d\x6e\x31\x1f\x60\x49\xb9\xf0\x04\xd8\x63\x84\x27\x64\x8f\xf9\xbc\xdc\xa6\xc4\x85\xb3\xed\xe1\xe1\x7b\xf5\x1c\xbf\x34\x99\x7a\x86\x92\x1b\x23\x3c\x73\x5f\xde\x2b\xd5\x24\x87\xd5\x6a\x73\xf4\xab\x9a\xd4\xa9\xd3\x28\x67\xd5\xb4\x9a\x56\x25\x50\x57\x75\x14\xab\x55\x11\x40\x91\xb1\xcd\xc4\x07\x23\x8a\xb7\xb3\xab\x37\xf2\xe6\xf2\xe3\xef\xd5\xe5\xee\xc2\xa9\xe2\xba\xcf\x9b\x5e\xc5\xc5\xe3\x3e\xd0\xa7\xdd\x8f\xf2\xb0\xbc\xbb\xff\x79\xb1\xbe\x5e\x74\xad\xb2\x6a\xee\xf1\xc6\xb5\xfc\xf7\x4b\x99\xf9\x7e\x69\xdb\x77\x73\x77\xfd\xf6\x75\x14\xd0\xe4\x54\x4a\xca\xd4\x52\x34\xc2\xc6\x14\x0f\x5d\xda\x16\x51\x6b\x75\x62\x1d\xc0\x87\x9a\x4e\xed\x68\x35\xfc\x83\x7f\x01\x00\x00\xff\xff\xb5\x60\xf2\x4b\x17\x02\x00\x00"
func webYour404PageTmplBytes() ([]byte, error) {
return bindataRead(
_webYour404PageTmpl,
"web/your-404-page.tmpl",
)
}
func webYour404PageTmpl() (*asset, error) {
bytes, err := webYour404PageTmplBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "web/your-404-page.tmpl", size: 535, mode: os.FileMode(493), modTime: time.Unix(1513254601, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _webYour500PageTmpl = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x92\x41\x6f\x13\x31\x10\x85\xcf\xe4\x57\x4c\x7c\x6d\xbc\x26\x0a\xd0\x16\xd9\x2b\xb5\x34\xa8\xaa\x80\x50\x28\x42\x70\x33\xeb\xc9\x7a\x12\xaf\xbd\xb1\x27\x89\xc2\xaf\x47\xd9\x04\xb5\x27\xcf\xcc\x93\x9e\xbe\xf7\x64\x3d\xbe\x5b\x7c\x78\xfa\xf5\x75\x0e\x9e\xbb\x50\x8f\xf4\xf1\x81\x60\x63\x6b\x04\x46\x51\x8f\x00\xb4\x47\xeb\x8e\x03\x80\x1e\x4b\x09\xdf\x70\xb3\xa5\x8c\x0e\x3a\x64\x0b\x6c\xdb\x02\x52\x9e\xf5\xe1\xd4\x78\x9b\x0b\xb2\x11\x5b\x5e\xca\x2b\xf1\x52\x8a\xb6\x43\x23\x76\x84\xfb\x3e\x65\x16\xd0\xa4\xc8\x18\xd9\x88\x3d\x39\xf6\xc6\xe1\x8e\x1a\x94\xc3\x32\x01\x8a\xc4\x64\x83\x2c\x8d\x0d\x68\xa6\x13\x28\x3e\x53\x5c\x4b\x4e\x72\x49\x6c\x62\x3a\x5b\xbf\xd2\x4c\x1c\xb0\xbe\x0d\x36\xae\xa1\xb7\x2d\x6a\x75\xba\x1c\xe9\xd5\x7f\x7c\xfd\x27\xb9\xc3\x19\xc6\x4f\xeb\x7b\x0c\x21\x4d\x60\x9f\x72\x70\x63\xad\xfc\xb4\x1e\x3d\x67\x5c\x3d\x6e\x31\x1f\x60\x49\xb9\xf0\x04\xd8\x63\x84\x27\x64\x8f\xf9\xbc\xdc\xa6\xc4\x85\xb3\xed\xe1\xe1\x7b\xf5\x1c\xbf\x34\x99\x7a\x86\x92\x1b\x23\x3c\x73\x5f\xde\x2b\xd5\x24\x87\xd5\x6a\x73\xf4\xab\x9a\xd4\xa9\xd3\x28\x67\xd5\xb4\x9a\x56\x25\x50\x57\x75\x14\xab\x55\x11\x40\x91\xb1\xcd\xc4\x07\x23\x8a\xb7\xb3\xab\x37\xf2\xe6\xf2\xe3\xef\xd5\xe5\xee\xc2\xa9\xe2\xba\xcf\x9b\x5e\xc5\xc5\xe3\x3e\xd0\xa7\xdd\x8f\xf2\xb0\xbc\xbb\xff\x79\xb1\xbe\x5e\x74\xad\xb2\x6a\xee\xf1\xc6\xb5\xfc\xf7\x4b\x99\xf9\x7e\x69\xdb\x77\x73\x77\xfd\xf6\x75\x14\xd0\xe4\x54\x4a\xca\xd4\x52\x34\xc2\xc6\x14\x0f\x5d\xda\x16\x51\x6b\x75\x62\x1d\xc0\x87\x9a\x4e\xed\x68\x35\xfc\x83\x7f\x01\x00\x00\xff\xff\xb5\x60\xf2\x4b\x17\x02\x00\x00"
func webYour500PageTmplBytes() ([]byte, error) {
return bindataRead(
_webYour500PageTmpl,
"web/your-500-page.tmpl",
)
}
func webYour500PageTmpl() (*asset, error) {
bytes, err := webYour500PageTmplBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "web/your-500-page.tmpl", size: 535, mode: os.FileMode(493), modTime: time.Unix(1513254601, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _tmplMomentumAngTmpl = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x55\xc1\x6e\xdb\x38\x10\xbd\xeb\x2b\x5e\x85\xa2\x96\x10\x45\x6e\x0f\xbb\x07\xbb\x4a\x10\x14\x3d\x14\x58\xa0\x41\xda\x9e\x0c\xa3\xa0\xe5\xb1\x45\x9b\x21\x19\x92\x52\xe2\x35\xfc\xef\x0b\x52\x92\x25\x07\xd9\xc5\x1a\x30\x20\x8d\xde\x1b\xce\xbc\x47\x0e\x3f\xdb\xd2\x70\xed\x60\x4d\x59\xc4\x95\x73\xda\xce\xa6\x53\xb6\x63\x2f\xf9\x56\xa9\xad\x20\xa6\xb9\xcd\x4b\xf5\x18\x62\x53\xc1\x57\x76\xca\xe4\xb6\x16\xcc\xec\xec\xf4\x53\xfe\x47\xfe\x67\xff\x9e\x3f\x72\x99\xef\x6c\x7c\xf3\x79\xda\xe6\xbc\x89\xfa\xe4\xee\xa0\xa9\x88\x1d\xbd\xb8\xe9\x8e\x35\xac\x8d\xc6\x37\x11\x30\x9d\xe2\x4e\x13\x66\xb8\xbb\xff\x06\x92\x6b\xad\xb8\x74\x28\x05\x27\xe9\xf2\x08\x68\x98\x09\x80\x02\xe7\x55\xd4\xba\x16\x94\x4c\xee\x34\x4d\x32\x2c\x96\xe9\x3c\xea\x70\x96\x0c\x67\x82\xff\xed\xd1\x9b\x5a\x96\x8e\x2b\x99\xa8\xd5\x2e\x83\x36\xb4\xe1\x2f\x29\x8e\x3d\xd2\x19\x14\x58\x2c\x33\xe8\x79\x04\x6c\x94\x49\x34\xb8\x84\x5a\xed\x5a\x10\xc0\x37\xf0\xdc\xbc\x62\xf6\xfb\xb3\xbc\x37\x4a\x93\x71\x87\x44\xa7\x3d\xa0\xcd\xb4\x47\xd1\x65\xc7\x6d\xff\x70\x85\x78\x11\xe3\x0a\xda\x3f\x2d\x63\xcc\xa0\x33\x34\x28\x7c\xfa\x85\x5e\xce\x3b\xba\x75\x26\xd7\xb5\xad\x92\xa4\xc1\xbb\xa2\x80\xac\x85\xc0\x87\x0f\x41\x2c\xb5\xf1\x84\xa2\x40\xac\x56\x3b\x2a\x5d\x9c\xe2\xb6\xa3\x61\xe8\x33\x69\x32\xec\x53\xcc\xce\x5f\x48\x96\x6a\x4d\xbf\x1e\xbe\x7d\x51\x8f\x5a\x49\x92\x2e\xd9\xa7\xbe\x8a\xc2\xd7\xf3\xc6\xd7\x26\x4d\xdb\x72\x4e\x51\xfb\x37\xe4\x6a\x23\x43\x6d\x3b\xc5\x65\x12\x7f\x88\xd3\x79\x74\x8a\xa2\xe8\x4e\x53\xbe\x61\xa5\x53\xe6\xd0\x8b\x7f\x16\xf9\xbd\xdf\x38\xe9\xb1\x37\xe2\x77\xeb\xd8\xd1\x3a\x66\x1c\x66\x03\x2e\x3d\xe2\x94\x61\xc5\xac\x77\x3c\x8e\xb3\x8a\xd8\x9a\x8c\x9d\xe1\x78\xca\xbc\xfb\x63\xac\x21\xab\x95\xb4\xe4\x39\xc0\x69\x1e\x36\x4b\xa9\xe4\x86\x6f\x2d\x32\xa0\x5f\xac\x36\xe2\x81\x9e\xc6\x96\x37\x64\x56\x59\x6d\x44\x86\x35\x73\x2c\x2b\x99\x10\x2b\x56\xee\xd3\xde\x7d\xc1\xac\xfb\x6a\x8c\xf2\x7b\xe0\x78\x0a\xdb\xc7\xff\x7c\xd5\x79\x28\x39\x49\x7b\x8f\x42\x63\xc9\xf1\x2c\x30\xf0\x48\xae\x52\xeb\x19\xc2\x22\x18\x7d\xa8\x8d\x98\xb5\x39\x42\x7f\x57\x21\x82\x2b\x24\x48\x02\x18\xef\x0a\xc4\xf7\xdf\x7f\xfc\x8c\xbd\xc9\x43\xe4\xd7\xcf\x18\xf0\xa1\xef\xc1\xe9\x7c\x4f\x07\x9b\xf8\xc2\xd3\x5c\x90\xdc\xba\x0a\x37\xf8\x88\x14\xb7\x88\x6f\xbd\x8b\x23\xfb\xdb\xfe\x10\xc7\x69\x90\x13\x69\x36\xaa\xc7\x7f\x9b\xb5\x88\x51\xb4\x53\x1c\x5d\xa9\xdd\xeb\x19\x70\x4a\x73\x57\x91\x4c\x7a\x2d\x61\xeb\xb2\x24\x6b\xbf\x74\x1a\x0e\xae\x60\x2c\x4a\x38\xc7\xae\xe2\x16\xbd\xd8\x78\xe6\x42\x60\x45\x21\x40\x6b\x30\x7b\x90\x65\x65\x94\x54\xb5\x15\x87\x0b\xea\xeb\x3c\xcf\x15\x49\xb8\x8a\xd0\xaf\x05\x6e\xc1\x1a\xc6\x05\x5b\x09\x8a\x2e\xc1\x28\x95\xb4\x4a\x50\x2e\xd4\x76\x28\x6e\xfe\x3a\x6d\x68\x96\xe4\xfa\x0c\xc9\x83\x30\x17\x84\x37\xaa\x29\x5f\xb7\xdd\xd2\x30\xf0\xa2\x11\xfe\x34\x9c\x08\x90\xdf\x5f\xff\x47\xb5\x37\xf5\xf1\xd3\x87\x75\x49\xa0\xca\xb2\x1e\x59\xd4\xf1\x54\x98\x77\x0d\x99\xee\xc8\xda\x41\xae\x67\xee\xaa\x81\x6e\x1d\x73\xb5\xcd\x5f\xeb\xf6\x3e\x89\x73\xa1\xbc\xfb\xd7\xaa\x21\x23\xd8\x21\x4e\xf3\xd2\xda\x64\xb2\xe6\x56\x0b\x76\x98\x64\x98\x48\x25\x69\x72\xd9\xe4\x48\xcb\x0d\x13\x96\x2e\xc4\x78\x53\xbb\xff\x84\x8d\xe5\xeb\x47\x51\x58\xaf\x1b\x44\xad\x5e\xdf\x24\x77\xa3\xd1\x70\xa7\x29\x3d\x8e\x4e\x2d\x0a\x7f\x47\x74\xec\x76\xb7\xff\xa5\x94\xfe\xfa\x34\xe2\x30\x63\x32\xec\xe9\x90\xa1\x61\xa2\x1e\xf8\x1b\x65\x90\xf8\xa9\xc0\xfd\x1d\x63\x4c\x7f\xe8\xae\xf1\x69\x0e\x8e\x9b\x02\x1f\xe7\xe0\xd7\xd7\x63\xeb\xf8\x26\xf1\xd0\x05\x5f\x2e\xf6\x74\x58\xa2\x28\x5e\x25\xf5\xbf\xae\x81\x16\x37\x1c\xb0\xee\xe9\xd4\xab\xd0\xc1\x82\x48\x17\x1d\x3c\xd0\x53\x4d\x76\xdc\x76\x3b\x7a\xfe\x6d\xb2\xa1\x9d\x41\x0f\xf4\x34\x06\x5e\xe2\xfa\x05\x80\x2d\xb9\x1f\x24\x36\x17\xb3\xf9\xb2\xa2\xdf\x83\xa4\xe1\x6e\xf0\xf6\x9c\x6f\xf6\x7f\x02\x00\x00\xff\xff\x2e\xc3\xe0\xef\x36\x08\x00\x00"
func tmplMomentumAngTmplBytes() ([]byte, error) {
return bindataRead(
_tmplMomentumAngTmpl,
"tmpl/momentum/ang.tmpl",
)
}
func tmplMomentumAngTmpl() (*asset, error) {
bytes, err := tmplMomentumAngTmplBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "tmpl/momentum/ang.tmpl", size: 2102, mode: os.FileMode(420), modTime: time.Unix(1521808981, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _tmplMomentumJqueryTmpl = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x24\xce\xcd\x8a\x83\x30\x14\x40\xe1\xbd\x4f\x11\xb2\x37\xc1\x9f\x99\xc5\x60\x84\x19\xd0\xd9\x55\xa4\xa5\xd0\xee\x24\xda\xe4\x4a\x93\xd8\xdc\x88\xe6\xed\x4b\x71\x77\x56\x87\xaf\x42\xe9\x61\x09\x09\x21\xe8\xa5\xa0\x3a\x84\x05\x7f\x38\x97\x6e\x9c\xd8\xfc\x5a\x27\x1f\x99\x74\x86\x1f\x99\x16\x2c\x67\x19\x33\x60\xd9\x8c\x34\x21\x04\x6c\x98\x94\x87\x10\x05\x45\x3d\xe4\x5f\xdf\xa9\xde\x54\xa9\x70\x57\xed\x5d\x77\xd8\x34\x83\x19\xbb\xdb\xff\xdf\x23\x2b\xda\xd8\xaf\x70\xd9\x9e\xbf\xbd\xda\xaf\xe7\x93\x0a\xa5\xf8\x1c\xa4\x77\x88\xce\x83\x02\x2b\xe8\x60\x9d\x8d\xc6\xad\x48\xeb\x8a\x1f\xb0\xfa\x1d\x00\x00\xff\xff\x21\x9c\xac\xf7\xa1\x00\x00\x00"
func tmplMomentumJqueryTmplBytes() ([]byte, error) {
return bindataRead(
_tmplMomentumJqueryTmpl,
"tmpl/momentum/jquery.tmpl",
)
}
func tmplMomentumJqueryTmpl() (*asset, error) {
bytes, err := tmplMomentumJqueryTmplBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "tmpl/momentum/jquery.tmpl", size: 161, mode: os.FileMode(420), modTime: time.Unix(1521808981, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _tmplMomentumServerTmpl = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x54\x4d\x4f\xdb\x40\x10\x3d\xdb\xbf\x62\xb4\x87\x6a\x2d\x1c\x07\x55\x3d\x15\x4c\x0f\x5c\xa0\x6a\x0b\x22\x54\xaa\x84\x38\x6c\xd6\x63\x62\xd7\xd9\xdd\xce\x8e\x93\xb8\x28\xff\xbd\x5a\x7f\x09\x04\xa7\x9e\x12\x8d\xdf\xbc\xf7\x66\xe7\xed\x9e\x7b\x4d\x95\x63\xe0\xce\x61\x2e\x18\x0f\xbc\xac\xd5\x4e\x0d\x55\x71\x11\x47\x31\x40\xd9\x1a\xcd\x95\x35\x50\x7b\xc2\x3f\x2d\x7a\xde\xda\x2d\x1a\x6e\xb7\xb2\xa5\x26\x75\xaa\x6b\xac\x2a\xd2\x40\x91\x6a\xd5\x34\x6b\xa5\x7f\x27\xcf\x31\x00\xec\x14\xc1\x61\xc3\xec\x20\x07\x83\x7b\xf8\xf5\xfd\xdb\x15\xb3\xbb\x1b\x58\x64\x72\x16\x03\x44\x3d\x20\xb3\x86\x50\x15\x9d\x67\xc5\xa8\x37\xca\x3c\x21\xe4\xb3\xb2\x4c\x20\xf0\x45\x51\x55\xca\x01\xde\x83\x57\x01\x0c\x79\x0e\x9f\x06\xb9\x28\x0a\x82\xbe\xd5\x1a\xbd\x87\x1c\xe4\x20\x9e\x05\xd2\xd6\x07\xe0\xc7\xd3\xd3\x24\x20\x21\xaa\x4a\x90\xc1\x71\xa8\x8a\xdb\x9b\xd5\xfd\xd7\xd5\xcd\x0f\x31\xf0\x40\x14\x31\x75\x30\xfd\x9f\x66\x92\x01\x92\x39\x45\x1e\x67\x17\xde\x59\xe3\xf1\x1e\x0f\x9c\xa4\x93\x72\x3f\x56\x68\x3c\x82\x56\xac\x37\x20\x31\x99\xc9\x22\x6d\x8d\xb7\x0d\x66\x8d\x7d\x92\xe2\xda\xec\x54\x53\x15\x30\x88\x9f\xcd\x98\x49\xf1\x19\x89\x2c\xc1\x67\x78\xab\xd7\x1b\x17\xf0\x05\xc4\x0a\x69\x87\x04\x7b\xb2\x8c\x60\x2c\x4c\x28\xf1\x6e\xdf\x31\x85\x52\x35\x1e\x21\x99\x5c\x0e\xbf\x47\xc0\x50\x9d\xa5\xdf\x76\xce\x03\xc2\xe8\x34\x74\x1e\xcf\xe2\x78\x58\xb4\x47\xaa\x54\x53\xfd\x7d\xb5\x38\xbb\xae\x87\xd9\x7b\x04\x13\xe4\xf0\xf0\x18\xba\x4b\x4b\x32\xd4\x1c\x54\x06\x02\xaa\x67\x0c\x5b\xb1\xeb\x3a\xdb\x28\x7f\xb3\x37\xb7\x64\x1d\x12\x77\xd2\x25\xd3\x01\x42\x20\xc9\x5c\xeb\x37\x12\x8d\xb6\x05\xfe\xbc\xbb\xbe\xb4\x5b\x67\x0d\x1a\x96\x2e\x81\x13\x10\xb9\x80\x13\x78\xe7\xab\x5d\xd7\x0f\xee\x31\x79\x61\x9e\x90\x5b\x32\x3d\x65\x6d\x2b\x23\xc5\x87\x61\x09\xe1\xdb\x18\x4b\x87\xa6\xcf\x49\x0a\x21\xeb\xc0\xd4\x62\xd2\x8f\x5c\x95\xaf\xf3\x33\x65\x67\x8c\x1c\xf2\x98\xf2\x2b\x54\x05\x92\x14\x97\xd6\x30\x1a\x5e\x84\x26\x91\x82\x50\xce\x35\x95\x56\xe1\x94\x96\x87\xc5\x7e\xbf\x5f\x94\x96\xb6\x8b\x96\x9a\xc1\x7a\x31\xe5\x61\x22\x34\x85\x9c\x8f\x58\x8e\x97\x2e\x0c\x33\x2e\xee\xad\xa3\x97\x89\xfe\x1f\x57\xb5\xb7\xe6\x1d\x13\xfd\x2d\xf0\x4c\x95\x79\xaa\xca\xee\xb5\x93\xd1\xca\x0b\x74\x28\xc7\xe7\xcb\xe1\x41\xb9\x88\xa7\xf7\xc6\x93\xce\xc5\x32\xc4\xa4\x54\x9a\x2d\x75\x59\xed\xc5\xc5\x8c\xfb\x17\x00\x00\xff\xff\xea\xbb\x4f\x7f\x97\x04\x00\x00"
func tmplMomentumServerTmplBytes() ([]byte, error) {
return bindataRead(
_tmplMomentumServerTmpl,
"tmpl/momentum/server.tmpl",
)
}
func tmplMomentumServerTmpl() (*asset, error) {
bytes, err := tmplMomentumServerTmplBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "tmpl/momentum/server.tmpl", size: 1175, mode: os.FileMode(420), modTime: time.Unix(1521808981, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
// Asset loads and returns the asset for the given name.
// It returns an error if the asset could not be found or
// could not be loaded.
func Asset(name string) ([]byte, error) {
cannonicalName := strings.Replace(name, "\\", "/", -1)
if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err)
}
return a.bytes, nil
}
return nil, fmt.Errorf("Asset %s not found", name)
}
// MustAsset is like Asset but panics when Asset would return an error.
// It simplifies safe initialization of global variables.
func MustAsset(name string) []byte {
a, err := Asset(name)
if err != nil {
panic("asset: Asset(" + name + "): " + err.Error())
}
return a
}
// AssetInfo loads and returns the asset info for the given name.
// It returns an error if the asset could not be found or
// could not be loaded.
func AssetInfo(name string) (os.FileInfo, error) {
cannonicalName := strings.Replace(name, "\\", "/", -1)
if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err)
}
return a.info, nil
}
return nil, fmt.Errorf("AssetInfo %s not found", name)
}
// AssetNames returns the names of the assets.
func AssetNames() []string {
names := make([]string, 0, len(_bindata))
for name := range _bindata {
names = append(names, name)
}
return names
}
// _bindata is a table, holding each asset generator, mapped to its name.
var _bindata = map[string]func() (*asset, error){
"web/add_app.html": webAdd_appHtml,
"web/add_test.html": webAdd_testHtml,
"web/ang/apps.js": webAngAppsJs,
"web/ang/index.js": webAngIndexJs,
"web/apps.html": webAppsHtml,
"web/favicon.ico": webFaviconIco,
"web/index.html": webIndexHtml,
"web/main.css": webMainCss,
"web/momentum/test.tmpl": webMomentumTestTmpl,
"web/momentum/your-404-page.tmpl": webMomentumYour404PageTmpl,
"web/momentum/your-500-page.tmpl": webMomentumYour500PageTmpl,
"web/settings.html": webSettingsHtml,
"web/tests.html": webTestsHtml,
"web/your-404-page.tmpl": webYour404PageTmpl,
"web/your-500-page.tmpl": webYour500PageTmpl,
"tmpl/momentum/ang.tmpl": tmplMomentumAngTmpl,
"tmpl/momentum/jquery.tmpl": tmplMomentumJqueryTmpl,
"tmpl/momentum/server.tmpl": tmplMomentumServerTmpl,
}
// AssetDir returns the file names below a certain
// directory embedded in the file by go-bindata.
// For example if you run go-bindata on data/... and data contains the
// following hierarchy:
// data/
// foo.txt
// img/
// a.png
// b.png
// then AssetDir("data") would return []string{"foo.txt", "img"}
// AssetDir("data/img") would return []string{"a.png", "b.png"}
// AssetDir("foo.txt") and AssetDir("notexist") would return an error
// AssetDir("") will return []string{"data"}.
func AssetDir(name string) ([]string, error) {
node := _bintree
if len(name) != 0 {
cannonicalName := strings.Replace(name, "\\", "/", -1)
pathList := strings.Split(cannonicalName, "/")
for _, p := range pathList {
node = node.Children[p]
if node == nil {
return nil, fmt.Errorf("Asset %s not found", name)
}
}
}
if node.Func != nil {
return nil, fmt.Errorf("Asset %s not found", name)
}
rv := make([]string, 0, len(node.Children))
for childName := range node.Children {
rv = append(rv, childName)
}
return rv, nil
}
type bintree struct {
Func func() (*asset, error)
Children map[string]*bintree
}
var _bintree = &bintree{nil, map[string]*bintree{
"tmpl": &bintree{nil, map[string]*bintree{
"momentum": &bintree{nil, map[string]*bintree{
"ang.tmpl": &bintree{tmplMomentumAngTmpl, map[string]*bintree{}},
"jquery.tmpl": &bintree{tmplMomentumJqueryTmpl, map[string]*bintree{}},
"server.tmpl": &bintree{tmplMomentumServerTmpl, map[string]*bintree{}},
}},
}},
"web": &bintree{nil, map[string]*bintree{
"add_app.html": &bintree{webAdd_appHtml, map[string]*bintree{}},
"add_test.html": &bintree{webAdd_testHtml, map[string]*bintree{}},
"ang": &bintree{nil, map[string]*bintree{
"apps.js": &bintree{webAngAppsJs, map[string]*bintree{}},
"index.js": &bintree{webAngIndexJs, map[string]*bintree{}},
}},
"apps.html": &bintree{webAppsHtml, map[string]*bintree{}},
"favicon.ico": &bintree{webFaviconIco, map[string]*bintree{}},
"index.html": &bintree{webIndexHtml, map[string]*bintree{}},
"main.css": &bintree{webMainCss, map[string]*bintree{}},
"momentum": &bintree{nil, map[string]*bintree{
"test.tmpl": &bintree{webMomentumTestTmpl, map[string]*bintree{}},
"your-404-page.tmpl": &bintree{webMomentumYour404PageTmpl, map[string]*bintree{}},
"your-500-page.tmpl": &bintree{webMomentumYour500PageTmpl, map[string]*bintree{}},
}},
"settings.html": &bintree{webSettingsHtml, map[string]*bintree{}},
"tests.html": &bintree{webTestsHtml, map[string]*bintree{}},
"your-404-page.tmpl": &bintree{webYour404PageTmpl, map[string]*bintree{}},
"your-500-page.tmpl": &bintree{webYour500PageTmpl, map[string]*bintree{}},
}},
}}
// RestoreAsset restores an asset under the given directory
func RestoreAsset(dir, name string) error {
data, err := Asset(name)
if err != nil {
return err
}
info, err := AssetInfo(name)
if err != nil {
return err
}
err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755))
if err != nil {
return err
}
err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode())
if err != nil {
return err
}
err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
if err != nil {
return err
}
return nil
}
// RestoreAssets restores an asset under the given directory recursively
func RestoreAssets(dir, name string) error {
children, err := AssetDir(name)
// File
if err != nil {
return RestoreAsset(dir, name)
}
// Dir
for _, child := range children {
err = RestoreAssets(dir, filepath.Join(name, child))
if err != nil {
return err
}
}
return nil
}
func _filePath(dir, name string) string {
cannonicalName := strings.Replace(name, "\\", "/", -1)
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
}