videomail-client 5.0.0 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,357 +1,474 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <meta charset='utf-8'>
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
4
+ <meta charset="utf-8" />
5
+ <meta
6
+ name="viewport"
7
+ content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
8
+ />
6
9
  <title>listing directory /</title>
7
- <style>* {
8
- margin: 0;
9
- padding: 0;
10
- outline: 0;
11
- }
10
+ <style>
11
+ * {
12
+ margin: 0;
13
+ padding: 0;
14
+ outline: 0;
15
+ }
12
16
 
13
- body {
14
- padding: 80px 100px;
15
- font: 13px "Helvetica Neue", "Lucida Grande", "Arial";
16
- background: #ECE9E9 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ECE9E9));
17
- background: #ECE9E9 -moz-linear-gradient(top, #fff, #ECE9E9);
18
- background-repeat: no-repeat;
19
- color: #555;
20
- -webkit-font-smoothing: antialiased;
21
- }
22
- h1, h2, h3 {
23
- font-size: 22px;
24
- color: #343434;
25
- }
26
- h1 em, h2 em {
27
- padding: 0 5px;
28
- font-weight: normal;
29
- }
30
- h1 {
31
- font-size: 60px;
32
- }
33
- h2 {
34
- margin-top: 10px;
35
- }
36
- h3 {
37
- margin: 5px 0 10px 0;
38
- padding-bottom: 5px;
39
- border-bottom: 1px solid #eee;
40
- font-size: 18px;
41
- }
42
- ul li {
43
- list-style: none;
44
- }
45
- ul li:hover {
46
- cursor: pointer;
47
- color: #2e2e2e;
48
- }
49
- ul li .path {
50
- padding-left: 5px;
51
- font-weight: bold;
52
- }
53
- ul li .line {
54
- padding-right: 5px;
55
- font-style: italic;
56
- }
57
- ul li:first-child .path {
58
- padding-left: 0;
59
- }
60
- p {
61
- line-height: 1.5;
62
- }
63
- a {
64
- color: #555;
65
- text-decoration: none;
66
- }
67
- a:hover {
68
- color: #303030;
69
- }
70
- #stacktrace {
71
- margin-top: 15px;
72
- }
73
- .directory h1 {
74
- margin-bottom: 15px;
75
- font-size: 18px;
76
- }
77
- ul#files {
78
- width: 100%;
79
- height: 100%;
80
- overflow: hidden;
81
- }
82
- ul#files li {
83
- float: left;
84
- width: 30%;
85
- line-height: 25px;
86
- margin: 1px;
87
- }
88
- ul#files li a {
89
- display: block;
90
- height: 25px;
91
- border: 1px solid transparent;
92
- -webkit-border-radius: 5px;
93
- -moz-border-radius: 5px;
94
- border-radius: 5px;
95
- overflow: hidden;
96
- white-space: nowrap;
97
- }
98
- ul#files li a:focus,
99
- ul#files li a:hover {
100
- background: rgba(255,255,255,0.65);
101
- border: 1px solid #ececec;
102
- }
103
- ul#files li a.highlight {
104
- -webkit-transition: background .4s ease-in-out;
105
- background: #ffff4f;
106
- border-color: #E9DC51;
107
- }
108
- #search {
109
- display: block;
110
- position: fixed;
111
- top: 20px;
112
- right: 20px;
113
- width: 90px;
114
- -webkit-transition: width ease 0.2s, opacity ease 0.4s;
115
- -moz-transition: width ease 0.2s, opacity ease 0.4s;
116
- -webkit-border-radius: 32px;
117
- -moz-border-radius: 32px;
118
- -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.03);
119
- -moz-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.03);
120
- -webkit-font-smoothing: antialiased;
121
- text-align: left;
122
- font: 13px "Helvetica Neue", Arial, sans-serif;
123
- padding: 4px 10px;
124
- border: none;
125
- background: transparent;
126
- margin-bottom: 0;
127
- outline: none;
128
- opacity: 0.7;
129
- color: #888;
130
- }
131
- #search:focus {
132
- width: 120px;
133
- opacity: 1.0;
134
- }
17
+ body {
18
+ padding: 80px 100px;
19
+ font: 13px 'Helvetica Neue', 'Lucida Grande', 'Arial';
20
+ background: #ece9e9 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ece9e9));
21
+ background: #ece9e9 -moz-linear-gradient(top, #fff, #ece9e9);
22
+ background-repeat: no-repeat;
23
+ color: #555;
24
+ -webkit-font-smoothing: antialiased;
25
+ }
26
+ h1,
27
+ h2,
28
+ h3 {
29
+ font-size: 22px;
30
+ color: #343434;
31
+ }
32
+ h1 em,
33
+ h2 em {
34
+ padding: 0 5px;
35
+ font-weight: normal;
36
+ }
37
+ h1 {
38
+ font-size: 60px;
39
+ }
40
+ h2 {
41
+ margin-top: 10px;
42
+ }
43
+ h3 {
44
+ margin: 5px 0 10px 0;
45
+ padding-bottom: 5px;
46
+ border-bottom: 1px solid #eee;
47
+ font-size: 18px;
48
+ }
49
+ ul li {
50
+ list-style: none;
51
+ }
52
+ ul li:hover {
53
+ cursor: pointer;
54
+ color: #2e2e2e;
55
+ }
56
+ ul li .path {
57
+ padding-left: 5px;
58
+ font-weight: bold;
59
+ }
60
+ ul li .line {
61
+ padding-right: 5px;
62
+ font-style: italic;
63
+ }
64
+ ul li:first-child .path {
65
+ padding-left: 0;
66
+ }
67
+ p {
68
+ line-height: 1.5;
69
+ }
70
+ a {
71
+ color: #555;
72
+ text-decoration: none;
73
+ }
74
+ a:hover {
75
+ color: #303030;
76
+ }
77
+ #stacktrace {
78
+ margin-top: 15px;
79
+ }
80
+ .directory h1 {
81
+ margin-bottom: 15px;
82
+ font-size: 18px;
83
+ }
84
+ ul#files {
85
+ width: 100%;
86
+ height: 100%;
87
+ overflow: hidden;
88
+ }
89
+ ul#files li {
90
+ float: left;
91
+ width: 30%;
92
+ line-height: 25px;
93
+ margin: 1px;
94
+ }
95
+ ul#files li a {
96
+ display: block;
97
+ height: 25px;
98
+ border: 1px solid transparent;
99
+ -webkit-border-radius: 5px;
100
+ -moz-border-radius: 5px;
101
+ border-radius: 5px;
102
+ overflow: hidden;
103
+ white-space: nowrap;
104
+ }
105
+ ul#files li a:focus,
106
+ ul#files li a:hover {
107
+ background: rgba(255, 255, 255, 0.65);
108
+ border: 1px solid #ececec;
109
+ }
110
+ ul#files li a.highlight {
111
+ -webkit-transition: background 0.4s ease-in-out;
112
+ background: #ffff4f;
113
+ border-color: #e9dc51;
114
+ }
115
+ #search {
116
+ display: block;
117
+ position: fixed;
118
+ top: 20px;
119
+ right: 20px;
120
+ width: 90px;
121
+ -webkit-transition: width ease 0.2s, opacity ease 0.4s;
122
+ -moz-transition: width ease 0.2s, opacity ease 0.4s;
123
+ -webkit-border-radius: 32px;
124
+ -moz-border-radius: 32px;
125
+ -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.25),
126
+ inset 0px 1px 3px rgba(0, 0, 0, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.03);
127
+ -moz-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.25),
128
+ inset 0px 1px 3px rgba(0, 0, 0, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.03);
129
+ -webkit-font-smoothing: antialiased;
130
+ text-align: left;
131
+ font: 13px 'Helvetica Neue', Arial, sans-serif;
132
+ padding: 4px 10px;
133
+ border: none;
134
+ background: transparent;
135
+ margin-bottom: 0;
136
+ outline: none;
137
+ opacity: 0.7;
138
+ color: #888;
139
+ }
140
+ #search:focus {
141
+ width: 120px;
142
+ opacity: 1;
143
+ }
135
144
 
136
- /*views*/
137
- #files span {
138
- display: inline-block;
139
- overflow: hidden;
140
- text-overflow: ellipsis;
141
- text-indent: 10px;
142
- }
143
- #files .name {
144
- background-repeat: no-repeat;
145
- }
146
- #files .icon .name {
147
- text-indent: 28px;
148
- }
145
+ /*views*/
146
+ #files span {
147
+ display: inline-block;
148
+ overflow: hidden;
149
+ text-overflow: ellipsis;
150
+ text-indent: 10px;
151
+ }
152
+ #files .name {
153
+ background-repeat: no-repeat;
154
+ }
155
+ #files .icon .name {
156
+ text-indent: 28px;
157
+ }
149
158
 
150
- /*tiles*/
151
- .view-tiles .name {
152
- width: 100%;
153
- background-position: 8px 5px;
154
- }
155
- .view-tiles .size,
156
- .view-tiles .date {
157
- display: none;
158
- }
159
+ /*tiles*/
160
+ .view-tiles .name {
161
+ width: 100%;
162
+ background-position: 8px 5px;
163
+ }
164
+ .view-tiles .size,
165
+ .view-tiles .date {
166
+ display: none;
167
+ }
159
168
 
160
- /*details*/
161
- ul#files.view-details li {
162
- float: none;
163
- display: block;
164
- width: 90%;
165
- }
166
- ul#files.view-details li.header {
167
- height: 25px;
168
- background: #000;
169
- color: #fff;
170
- font-weight: bold;
171
- }
172
- .view-details .header {
173
- border-radius: 5px;
174
- }
175
- .view-details .name {
176
- width: 60%;
177
- background-position: 8px 5px;
178
- }
179
- .view-details .size {
180
- width: 10%;
181
- }
182
- .view-details .date {
183
- width: 30%;
184
- }
185
- .view-details .size,
186
- .view-details .date {
187
- text-align: right;
188
- direction: rtl;
189
- }
169
+ /*details*/
170
+ ul#files.view-details li {
171
+ float: none;
172
+ display: block;
173
+ width: 90%;
174
+ }
175
+ ul#files.view-details li.header {
176
+ height: 25px;
177
+ background: #000;
178
+ color: #fff;
179
+ font-weight: bold;
180
+ }
181
+ .view-details .header {
182
+ border-radius: 5px;
183
+ }
184
+ .view-details .name {
185
+ width: 60%;
186
+ background-position: 8px 5px;
187
+ }
188
+ .view-details .size {
189
+ width: 10%;
190
+ }
191
+ .view-details .date {
192
+ width: 30%;
193
+ }
194
+ .view-details .size,
195
+ .view-details .date {
196
+ text-align: right;
197
+ direction: rtl;
198
+ }
190
199
 
191
- /*mobile*/
192
- @media (max-width: 768px) {
193
- body {
194
- font-size: 13px;
195
- line-height: 16px;
196
- padding: 0;
197
- }
198
- #search {
199
- position: static;
200
- width: 100%;
201
- font-size: 2em;
202
- line-height: 1.8em;
203
- text-indent: 10px;
204
- border: 0;
205
- border-radius: 0;
206
- padding: 10px 0;
207
- margin: 0;
208
- }
209
- #search:focus {
210
- width: 100%;
211
- border: 0;
212
- opacity: 1;
213
- }
214
- .directory h1 {
215
- font-size: 2em;
216
- line-height: 1.5em;
217
- color: #fff;
218
- background: #000;
219
- padding: 15px 10px;
220
- margin: 0;
221
- }
222
- ul#files {
223
- border-top: 1px solid #cacaca;
224
- }
225
- ul#files li {
226
- float: none;
227
- width: auto !important;
228
- display: block;
229
- border-bottom: 1px solid #cacaca;
230
- font-size: 2em;
231
- line-height: 1.2em;
232
- text-indent: 0;
233
- margin: 0;
234
- }
235
- ul#files li:nth-child(odd) {
236
- background: #e0e0e0;
237
- }
238
- ul#files li a {
239
- height: auto;
240
- border: 0;
241
- border-radius: 0;
242
- padding: 15px 10px;
243
- }
244
- ul#files li a:focus,
245
- ul#files li a:hover {
246
- border: 0;
247
- }
248
- #files .header,
249
- #files .size,
250
- #files .date {
251
- display: none !important;
252
- }
253
- #files .name {
254
- float: none;
255
- display: inline-block;
256
- width: 100%;
257
- text-indent: 0;
258
- background-position: 0 50%;
259
- }
260
- #files .icon .name {
261
- text-indent: 41px;
262
- }
263
- }
264
- </style>
200
+ /*mobile*/
201
+ @media (max-width: 768px) {
202
+ body {
203
+ font-size: 13px;
204
+ line-height: 16px;
205
+ padding: 0;
206
+ }
207
+ #search {
208
+ position: static;
209
+ width: 100%;
210
+ font-size: 2em;
211
+ line-height: 1.8em;
212
+ text-indent: 10px;
213
+ border: 0;
214
+ border-radius: 0;
215
+ padding: 10px 0;
216
+ margin: 0;
217
+ }
218
+ #search:focus {
219
+ width: 100%;
220
+ border: 0;
221
+ opacity: 1;
222
+ }
223
+ .directory h1 {
224
+ font-size: 2em;
225
+ line-height: 1.5em;
226
+ color: #fff;
227
+ background: #000;
228
+ padding: 15px 10px;
229
+ margin: 0;
230
+ }
231
+ ul#files {
232
+ border-top: 1px solid #cacaca;
233
+ }
234
+ ul#files li {
235
+ float: none;
236
+ width: auto !important;
237
+ display: block;
238
+ border-bottom: 1px solid #cacaca;
239
+ font-size: 2em;
240
+ line-height: 1.2em;
241
+ text-indent: 0;
242
+ margin: 0;
243
+ }
244
+ ul#files li:nth-child(odd) {
245
+ background: #e0e0e0;
246
+ }
247
+ ul#files li a {
248
+ height: auto;
249
+ border: 0;
250
+ border-radius: 0;
251
+ padding: 15px 10px;
252
+ }
253
+ ul#files li a:focus,
254
+ ul#files li a:hover {
255
+ border: 0;
256
+ }
257
+ #files .header,
258
+ #files .size,
259
+ #files .date {
260
+ display: none !important;
261
+ }
262
+ #files .name {
263
+ float: none;
264
+ display: inline-block;
265
+ width: 100%;
266
+ text-indent: 0;
267
+ background-position: 0 50%;
268
+ }
269
+ #files .icon .name {
270
+ text-indent: 41px;
271
+ }
272
+ }
273
+ </style>
265
274
  <script>
266
- function $(id){
267
- var el = 'string' == typeof id
268
- ? document.getElementById(id)
269
- : id;
275
+ function $(id) {
276
+ var el = 'string' == typeof id ? document.getElementById(id) : id
270
277
 
271
- el.on = function(event, fn){
278
+ el.on = function (event, fn) {
272
279
  if ('content loaded' == event) {
273
- event = window.attachEvent ? "load" : "DOMContentLoaded";
280
+ event = window.attachEvent ? 'load' : 'DOMContentLoaded'
274
281
  }
275
282
  el.addEventListener
276
283
  ? el.addEventListener(event, fn, false)
277
- : el.attachEvent("on" + event, fn);
278
- };
284
+ : el.attachEvent('on' + event, fn)
285
+ }
279
286
 
280
- el.all = function(selector){
281
- return $(el.querySelectorAll(selector));
282
- };
287
+ el.all = function (selector) {
288
+ return $(el.querySelectorAll(selector))
289
+ }
283
290
 
284
- el.each = function(fn){
291
+ el.each = function (fn) {
285
292
  for (var i = 0, len = el.length; i < len; ++i) {
286
- fn($(el[i]), i);
293
+ fn($(el[i]), i)
287
294
  }
288
- };
295
+ }
289
296
 
290
- el.getClasses = function(){
291
- return this.getAttribute('class').split(/\s+/);
292
- };
297
+ el.getClasses = function () {
298
+ return this.getAttribute('class').split(/\s+/)
299
+ }
293
300
 
294
- el.addClass = function(name){
295
- var classes = this.getAttribute('class');
296
- el.setAttribute('class', classes
297
- ? classes + ' ' + name
298
- : name);
299
- };
301
+ el.addClass = function (name) {
302
+ var classes = this.getAttribute('class')
303
+ el.setAttribute('class', classes ? classes + ' ' + name : name)
304
+ }
300
305
 
301
- el.removeClass = function(name){
302
- var classes = this.getClasses().filter(function(curr){
303
- return curr != name;
304
- });
305
- this.setAttribute('class', classes.join(' '));
306
- };
306
+ el.removeClass = function (name) {
307
+ var classes = this.getClasses().filter(function (curr) {
308
+ return curr != name
309
+ })
310
+ this.setAttribute('class', classes.join(' '))
311
+ }
307
312
 
308
- return el;
313
+ return el
309
314
  }
310
315
 
311
316
  function search() {
312
- var str = $('search').value.toLowerCase();
313
- var links = $('files').all('a');
317
+ var str = $('search').value.toLowerCase()
318
+ var links = $('files').all('a')
314
319
 
315
- links.each(function(link){
316
- var text = link.textContent.toLowerCase();
320
+ links.each(function (link) {
321
+ var text = link.textContent.toLowerCase()
317
322
 
318
- if ('..' == text) return;
323
+ if ('..' == text) return
319
324
  if (str.length && ~text.indexOf(str)) {
320
- link.addClass('highlight');
325
+ link.addClass('highlight')
321
326
  } else {
322
- link.removeClass('highlight');
327
+ link.removeClass('highlight')
323
328
  }
324
- });
329
+ })
325
330
  }
326
331
 
327
- $(window).on('content loaded', function(){
328
- $('search').on('keyup', search);
329
- });
332
+ $(window).on('content loaded', function () {
333
+ $('search').on('keyup', search)
334
+ })
330
335
  </script>
331
336
  </head>
332
337
  <body class="directory">
333
338
  <input id="search" type="text" placeholder="Search" autocomplete="off" />
334
339
  <div id="wrapper">
335
- <h1><a href="/">~</a> / </h1>
336
- <ul id="files" class="view-tiles"><li><a href="/img" class="" title="img"><span class="name">img</span><span class="size"></span><span class="date">2016-7-11 12:07:44</span></a></li>
337
- <li><a href="/js" class="" title="js"><span class="name">js</span><span class="size"></span><span class="date">2019-9-13 11:11:53</span></a></li>
338
- <li><a href="/bad_browser.html" class="" title="bad_browser.html"><span class="name">bad_browser.html</span><span class="size">685</span><span class="date">2019-9-13 11:11:53</span></a></li>
339
- <li><a href="/bad_ios.html" class="" title="bad_ios.html"><span class="name">bad_ios.html</span><span class="size">967</span><span class="date">2019-9-13 11:11:53</span></a></li>
340
- <li><a href="/contact_form.html" class="" title="contact_form.html"><span class="name">contact_form.html</span><span class="size">4420</span><span class="date">2019-9-13 11:11:53</span></a></li>
341
- <li><a href="/correct_existing_videomail.html" class="" title="correct_existing_videomail.html"><span class="name">correct_existing_videomail.html</span><span class="size">4648</span><span class="date">2019-9-13 11:11:53</span></a></li>
342
- <li><a href="/correct_non_existing_videomail.html" class="" title="correct_non_existing_videomail.html"><span class="name">correct_non_existing_videomail.html</span><span class="size">2313</span><span class="date">2019-9-13 11:11:53</span></a></li>
343
- <li><a href="/direct_submit.html" class="" title="direct_submit.html"><span class="name">direct_submit.html</span><span class="size">2145</span><span class="date">2019-9-13 11:11:53</span></a></li>
344
- <li><a href="/entertain.html" class="" title="entertain.html"><span class="name">entertain.html</span><span class="size">1904</span><span class="date">2019-9-13 11:11:53</span></a></li>
345
- <li><a href="/experimental_audio.html" class="" title="experimental_audio.html"><span class="name">experimental_audio.html</span><span class="size">1068</span><span class="date">2019-9-13 11:11:53</span></a></li>
346
- <li><a href="/facing_mode_button.html" class="" title="facing_mode_button.html"><span class="name">facing_mode_button.html</span><span class="size">796</span><span class="date">2019-9-13 11:11:53</span></a></li>
347
- <li><a href="/form_without_email.html" class="" title="form_without_email.html"><span class="name">form_without_email.html</span><span class="size">2874</span><span class="date">2019-9-13 11:11:53</span></a></li>
348
- <li><a href="/high_quality.html" class="" title="high_quality.html"><span class="name">high_quality.html</span><span class="size">1037</span><span class="date">2019-9-13 11:11:53</span></a></li>
349
- <li><a href="/invalid_site_name.html" class="" title="invalid_site_name.html"><span class="name">invalid_site_name.html</span><span class="size">1293</span><span class="date">2019-9-13 11:11:53</span></a></li>
350
- <li><a href="/player_only.html" class="" title="player_only.html"><span class="name">player_only.html</span><span class="size">3637</span><span class="date">2019-9-13 11:11:53</span></a></li>
351
- <li><a href="/predefined.html" class="" title="predefined.html"><span class="name">predefined.html</span><span class="size">2257</span><span class="date">2019-9-13 11:11:53</span></a></li>
352
- <li><a href="/simple_jpegs.html" class="" title="simple_jpegs.html"><span class="name">simple_jpegs.html</span><span class="size">840</span><span class="date">2019-9-13 11:11:53</span></a></li>
353
- <li><a href="/simple.html" class="" title="simple.html"><span class="name">simple.html</span><span class="size">546</span><span class="date">2019-9-13 11:11:53</span></a></li>
354
- <li><a href="/videomail_optional_form.html" class="" title="videomail_optional_form.html"><span class="name">videomail_optional_form.html</span><span class="size">2710</span><span class="date">2019-9-13 11:11:53</span></a></li></ul>
340
+ <h1><a href="/">~</a> /</h1>
341
+ <ul id="files" class="view-tiles">
342
+ <li>
343
+ <a href="/img" class="" title="img"
344
+ ><span class="name">img</span><span class="size"></span
345
+ ><span class="date">2016-7-11 12:07:44</span></a
346
+ >
347
+ </li>
348
+ <li>
349
+ <a href="/js" class="" title="js"
350
+ ><span class="name">js</span><span class="size"></span
351
+ ><span class="date">2019-9-13 11:11:53</span></a
352
+ >
353
+ </li>
354
+ <li>
355
+ <a href="/bad_browser.html" class="" title="bad_browser.html"
356
+ ><span class="name">bad_browser.html</span><span class="size">685</span
357
+ ><span class="date">2019-9-13 11:11:53</span></a
358
+ >
359
+ </li>
360
+ <li>
361
+ <a href="/bad_ios.html" class="" title="bad_ios.html"
362
+ ><span class="name">bad_ios.html</span><span class="size">967</span
363
+ ><span class="date">2019-9-13 11:11:53</span></a
364
+ >
365
+ </li>
366
+ <li>
367
+ <a href="/contact_form.html" class="" title="contact_form.html"
368
+ ><span class="name">contact_form.html</span><span class="size">4420</span
369
+ ><span class="date">2019-9-13 11:11:53</span></a
370
+ >
371
+ </li>
372
+ <li>
373
+ <a
374
+ href="/correct_existing_videomail.html"
375
+ class=""
376
+ title="correct_existing_videomail.html"
377
+ ><span class="name">correct_existing_videomail.html</span
378
+ ><span class="size">4648</span><span class="date">2019-9-13 11:11:53</span></a
379
+ >
380
+ </li>
381
+ <li>
382
+ <a
383
+ href="/correct_non_existing_videomail.html"
384
+ class=""
385
+ title="correct_non_existing_videomail.html"
386
+ ><span class="name">correct_non_existing_videomail.html</span
387
+ ><span class="size">2313</span><span class="date">2019-9-13 11:11:53</span></a
388
+ >
389
+ </li>
390
+ <li>
391
+ <a href="/direct_submit.html" class="" title="direct_submit.html"
392
+ ><span class="name">direct_submit.html</span><span class="size">2145</span
393
+ ><span class="date">2019-9-13 11:11:53</span></a
394
+ >
395
+ </li>
396
+ <li>
397
+ <a href="/entertain.html" class="" title="entertain.html"
398
+ ><span class="name">entertain.html</span><span class="size">1904</span
399
+ ><span class="date">2019-9-13 11:11:53</span></a
400
+ >
401
+ </li>
402
+ <li>
403
+ <a href="/experimental_audio.html" class="" title="experimental_audio.html"
404
+ ><span class="name">experimental_audio.html</span
405
+ ><span class="size">1068</span><span class="date">2019-9-13 11:11:53</span></a
406
+ >
407
+ </li>
408
+ <li>
409
+ <a href="/facing_mode_button.html" class="" title="facing_mode_button.html"
410
+ ><span class="name">facing_mode_button.html</span><span class="size">796</span
411
+ ><span class="date">2019-9-13 11:11:53</span></a
412
+ >
413
+ </li>
414
+ <li>
415
+ <a href="/form_without_email.html" class="" title="form_without_email.html"
416
+ ><span class="name">form_without_email.html</span
417
+ ><span class="size">2874</span><span class="date">2019-9-13 11:11:53</span></a
418
+ >
419
+ </li>
420
+ <li>
421
+ <a href="/high_quality.html" class="" title="high_quality.html"
422
+ ><span class="name">high_quality.html</span><span class="size">1037</span
423
+ ><span class="date">2019-9-13 11:11:53</span></a
424
+ >
425
+ </li>
426
+ <li>
427
+ <a href="/invalid_site_name.html" class="" title="invalid_site_name.html"
428
+ ><span class="name">invalid_site_name.html</span><span class="size">1293</span
429
+ ><span class="date">2019-9-13 11:11:53</span></a
430
+ >
431
+ </li>
432
+ <li>
433
+ <a href="/player_only.html" class="" title="player_only.html"
434
+ ><span class="name">player_only.html</span><span class="size">3637</span
435
+ ><span class="date">2019-9-13 11:11:53</span></a
436
+ >
437
+ </li>
438
+ <li>
439
+ <a href="/predefined.html" class="" title="predefined.html"
440
+ ><span class="name">predefined.html</span><span class="size">2257</span
441
+ ><span class="date">2019-9-13 11:11:53</span></a
442
+ >
443
+ </li>
444
+ <li>
445
+ <a href="/simple_jpegs.html" class="" title="simple_jpegs.html"
446
+ ><span class="name">simple_jpegs.html</span><span class="size">840</span
447
+ ><span class="date">2019-9-13 11:11:53</span></a
448
+ >
449
+ </li>
450
+ <li>
451
+ <a href="/simple.html" class="" title="simple.html"
452
+ ><span class="name">simple.html</span><span class="size">546</span
453
+ ><span class="date">2019-9-13 11:11:53</span></a
454
+ >
455
+ </li>
456
+ <li>
457
+ <a href="/with_time_control.html" class="" title="with_time_control.html"
458
+ ><span class="name">with_time_control.html</span><span class="size">904</span
459
+ ><span class="date">2022-9-22 11:11:53</span></a
460
+ >
461
+ </li>
462
+ <li>
463
+ <a
464
+ href="/videomail_optional_form.html"
465
+ class=""
466
+ title="videomail_optional_form.html"
467
+ ><span class="name">videomail_optional_form.html</span
468
+ ><span class="size">2710</span><span class="date">2019-9-13 11:11:53</span></a
469
+ >
470
+ </li>
471
+ </ul>
355
472
  </div>
356
473
  </body>
357
474
  </html>