-
Notifications
You must be signed in to change notification settings - Fork 0
/
video.html
528 lines (445 loc) · 17.5 KB
/
video.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Video</title>
<link rel="stylesheet" href="css/bootstrap.css">
<script src="js/bootstrap.js"></script>
<style>
#vid{
width: 80%;
margin-left: 5%;
margin-right: 5%;
}
#textarea{
width: 50%;
height: 30px;
}
.form-control{
border: 2px solid rgb(46, 44, 44);
}
#inputss{
width: 50%;
margin-left: 5%;
margin-right: 5%;
display: inline;
}
#inputs{
width: 30%;
margin-right: 1%;
}
.nav-link{
font-size: 1.5vw;
}
.nav-link.active{
margin-right: 2.5vw;
margin-left: 2.5vw;
text-align: center;
color: black;
}
.nav-link.active:hover{
color: rgb(94, 90, 90);
border-bottom: 2px solid black;
}
.navbar-brand{
padding-right: 5vw;
}
.img{
width: 95%;
margin-left: 2.5%;
margin-right: 2.5%;
}
#scrolls{
overflow: scroll;
height: 150vh;
}
#commdiv{
overflow: scroll;
height: 60vh;
}
#comments{
display: inline;
}
h3{
margin-top: 4vh;
margin-left: 6%;
margin-bottom: 5vh;
font-size: 7vh;
text-transform: capitalize;
}
.comments{
margin-bottom: 7vw;
}
.col-9{
display: inline-block;
}
.col-3{
display: inline-block;
}
/* #comdiv{
margin-left: 5vw;
} */
h2{
margin-left: 2vw;
font-size: 1.5vw;
margin-bottom: 1rem;
}
a{
text-decoration: none;
}
p{
margin-left: 1.1vw;
text-decoration: none;
color: #000;
margin-bottom: 1vw;
font-size: 1.5vw;
}
body{
background-color: #dedddd;
}
.navbar{
background-color: #dedddd;
}
#buttonid{
width: 10vw;
height: 6vh;
background-color: #fff;
border-radius: 0.5vw;
border: none;
}
#sub_button
{
border: none;
background-color: #dedddd;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img src="img/logo.png" alt="" srcset=""></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="home.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="about-us.html">About us</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="contact-us.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="logout.html">Logout</a>
</li>
</ul>
<form class="d-flex"></form>
<input class="form-control " id="inputs" type="search" placeholder="Search" onkeyup="my()" aria-label="Search">
</form>
</div>
</div>
</nav>
<div class="row">
<div class="col-9" id="cccc">
<script>
var x = document.createElement("VIDEO");
var y = document.createElement("h3");
var n = localStorage.getItem('nam');
y.innerHTML = n;
var vv = document.getElementById("cccc");
var video = localStorage.getItem('videotitle');
var id = localStorage.getItem('id');
console.log(id);
if (x.canPlayType("video/mp4")) {
x.setAttribute("src","img/"+video);
} else {
x.setAttribute("src","video.ogg");
}
x.setAttribute("controls", "loop autoplay");
x.id = "vid";
vv.appendChild(x);
vv.appendChild(y);
// localStorage.removeItem('nam');
// localStorage.removeItem('videotitle');
</script>
<div class="comments">
<input type="text" id="inputss" class="form-control" autocomplete="off" placeholder="Write Somethings here" required>
<button type="submit" id="buttonid" onclick="addcomment()">Comment</button>
</div>
<div class="m" id="main">
<div class="com" id="commdiv">
</div>
</div>
</div>
<div class="col-3" id="scrolls">
<div class="scroll-video">
<form action="new.html" method="get">
<input type="hidden" id="videoname" name="videoname" value="vid1.mp4">
<input type="hidden" id="name" name="name" value="Batch Operating System">
<input type="hidden" id="id" name="id" value="1">
<button type="submit" id="sub_button">
<img src="img/th1.jpg" class="img">
<p>Batch Operating System</p>
</button>
</form>
</div>
<div class="scroll-video">
<form action="new.html" method="get">
<input type="hidden" id="videoname" name="videoname" value="vid2.mp4">
<input type="hidden" id="name" name="name" value="Super Champions 2021 💛🦁 | We are the Chennai Boys.!">
<input type="hidden" id="id" name="id" value="2">
<button type="submit" id="sub_button">
<img src="img/th2.jpg" class="img">
<p>Super Champions 2021 💛🦁 | We are the Chennai Boys.!</p>
</button>
</form>
</div>
<div class="scroll-video">
<form action="new.html" method="get">
<input type="hidden" id="videoname" name="videoname" value="vid3.mp4">
<input type="hidden" id="name" name="name" value="Dressing room talks: The final overs with Jaddu">
<input type="hidden" id="id" name="id" value="3">
<button type="submit" id="sub_button">
<img src="img/th3.jpg" class="img">
<p>Dressing room talks: The final overs with Jaddu</p>
</button>
</form>
</div>
<div class="scroll-video">
<form action="new.html" method="get">
<input type="hidden" id="videoname" name="videoname" value="vid4.mp4">
<input type="hidden" id="name" name="name" value="Whether the amount in your bank account is safe ?">
<input type="hidden" id="id" name="id" value="4">
<button type="submit" id="sub_button">
<img src="img/th4.jpg" class="img">
<p>Whether the amount in your bank account is safe ?</p>
</button>
</form>
</div>
<div class="scroll-video">
<form action="new.html" method="get">
<input type="hidden" id="videoname" name="videoname" value="vid5.mp4">
<input type="hidden" id="name" name="name" value="THE RAID ON OSAMA BIN LADEN">
<input type="hidden" id="id" name="id" value="5">
<button type="submit" id="sub_button">
<img src="img/th5.jpg" class="img">
<p>THE RAID ON OSAMA BIN LADEN</p>
</button>
</form>
</div>
<div class="scroll-video">
<form action="new.html" method="get">
<input type="hidden" id="videoname" name="videoname" value="vid6.mp4">
<input type="hidden" id="name" name="name" value="Steve Smith's unusual technique">
<input type="hidden" id="id" name="id" value="6">
<button type="submit" id="sub_button">
<img src="img/th6.jpg" class="img">
<p>Steve Smith's unusual technique</p>
</button>
</form>
</div>
<div class="scroll-video">
<form action="new.html" method="get">
<input type="hidden" id="videoname" name="videoname" value="vid7.mp4">
<input type="hidden" id="name" name="name" value="स्विस बैंक लूट भारत आए Nirav Modi, सबको मिलेंगे 15 लाख | Fake It India S02E12">
<input type="hidden" id="id" name="id" value="7">
<button type="submit" id="sub_button">
<img src="img/th7.jpg" class="img">
<p>स्विस बैंक लूट भारत आए Nirav Modi, सबको मिलेंगे 15 लाख | Fake It India S02E12</p>
</button>
</form>
</div>
<div class="scroll-video">
<form action="new.html" method="get">
<input type="hidden" id="videoname" name="videoname" value="vid8.mp4">
<input type="hidden" id="name" name="name" value="Marvel Studios' Eternals | Official Hindi Trailer | In Cinemas November 5">
<input type="hidden" id="id" name="id" value="8">
<button type="submit" id="sub_button">
<img src="img/th8.jpg" class="img">
<p>Marvel Studios' Eternals | Official Hindi Trailer | In Cinemas November 5 </p>
</button>
</form>
</div>
</div>
</div>
</body>
<script src="https://www.gstatic.com/firebasejs/8.3.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.3.1/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.3.1/firebase-firestore.js"></script>
<script>
var firebaseConfig = {
apiKey: "AIzaSyB1SEaWtKNyYHwepc91rRIys7qrAn3VCQ0",
authDomain: "form-efe8c.firebaseapp.com",
databaseURL: "https://form-efe8c-default-rtdb.firebaseio.com",
projectId: "form-efe8c",
storageBucket: "form-efe8c.appspot.com",
messagingSenderId: "1007553602245",
appId: "1:1007553602245:web:6bea88e0de9877ce7ac6ac"
};
firebase.initializeApp(firebaseConfig);
const auth = firebase.auth();
var db = firebase.firestore();
var id = localStorage.getItem('id');
var b = false;
function fetchdata()
{
if(b)
{
document.getElementById("commdiv").remove();
var com = document.createElement('div');
com.setAttribute("id","commdiv");
com.setAttribute("class","com");
document.getElementById("main").appendChild(com);
}
var ids = id.toString();
db.collection("comments").where("videoid", "==", ids).orderBy("timestamp", "desc")
.get()
.then((querySnapshot) => {
querySnapshot.forEach((doc) => {
var commentt = doc.data().Comment;
var timestampp = doc.data().email;
// var node = document.createElement("LI"); // Create a <li> node
// var textnode = document.createTextNode(timestampp); // Create a text node
// node.appendChild(textnode); // Append the text to <li>
// document.getElementById("commdiv").appendChild(node);
var h = document.createElement('h2');
h.innerHTML = commentt;
var p = document.createElement('p');
p.innerHTML = timestampp;
var maindiv = document.getElementById("commdiv");
var d1 = document.createElement('div');
var d2 = document.createElement('div');
var d3 = document.createElement('div');
d1.setAttribute("class","col-9");
d2.setAttribute("class","col-3");
d3.setAttribute("class","ccom");
d1.setAttribute("id","comdiv");
d2.setAttribute("id","comdiv2");
d3.setAttribute("id","commentss");
h.setAttribute("id","commh");
p.setAttribute("id","commp");
d1.appendChild(h);
d2.appendChild(p);
d3.appendChild(d1);
d3.appendChild(d2);
maindiv.appendChild(d3);
// var comm = document.getElementById("commentss");
// var h = document.createElement('h2');
// var p = document.createElement('p');
// var d = document.createElement('div');
// var dd = document.createElement('div');
// var maindiv = document.createElement('div');
// dd.setAttribute("class","ccom");
// d.setAttribute("id","comdiv");
// d.setAttribute("class","col-9");
// var d1 = document.createElement('div');
// d1.setAttribute("id","comdiv1");
// d1.setAttribute("class","col-3");
// h.innerHTML = commentt;
// p.innerHTML = timestampp;
// d.appendChild(h); d1.appendChild(p);
// comm.appendChild(d);
// comm.appendChild(d1);
// comm.dd;
console.log(doc.id, " => ", doc.data());
});
})
.catch((error) => {
console.log("Error getting documents: ", error);
});
b=true;
}
fetchdata();
function my()
{
input = document.getElementById("inputs");
filter = input.value.toUpperCase();
table = document.getElementById("tables");
tr = document.getElementsByClassName("scroll-video");
t = tr[0].getElementsByTagName("p");
for(i=0;i<tr.length;i++)
{
td = tr[i].getElementsByTagName("p")[0];
if(td)
{
pvalue = td.innerText;
if(pvalue.toUpperCase().indexOf(filter)>-1)
{
tr[i].style.display = "";
}else{
tr[i].style.display = "none";
pvalue.innerText = "";
}
}
}
}
function button() {
var videoname = document.getElementById("videoname").value;
var name = document.getElementById("name").value;
console.log(name+" "+ videoname);
localStorage.setItem('videotitle',videoname);
localStorage.setItem('nam', name);
window.location.href = "video.html";
}
function addcomment()
{
var textarea = document.getElementById("inputss").value;
var email1 = localStorage.getItem('name');
var start = Date.now();
var n = start.toString();
var id = localStorage.getItem('id');
console.log(textarea);
db.collection("comments").doc(n).set({
Comment: textarea,
timestamp: n,
bool: true,
email: email1,
videoid:id
})
.then(() => {
console.log("Document successfully written!");
})
.catch((error) => {
console.error("Error writing document: ", error);
});
var textarea = document.getElementById("inputss").value;
var email1 = localStorage.getItem('name');
var target = document.getElementById("commentss");
var h = document.createElement('h2');
var p = document.createElement('p');
var d = document.createElement('div');
var dd = document.createElement('div');
dd.setAttribute("class","ccom");
d.setAttribute("id","comdiv");
d.setAttribute("class","col-9");
var d1 = document.createElement('div');
d1.setAttribute("id","comdiv1");
d1.setAttribute("class","col-3");
h.innerHTML = textarea;
p.innerHTML = email1;
d.appendChild(h); d1.appendChild(p);
dd.appendChild(d); dd.appendChild(d1);
target.insertBefore(dd,target.childNodes[0]);
document.getElementById("commdiv").value="";
}
db.collection("comments").where("bool", "==",true)
.onSnapshot((snapshot) => {
snapshot.docChanges().forEach((change) => {
if (change.type === "removed") {
var id = localStorage.getItem('id');
if(change.doc.data().videoid==id)
{
console.log("yes");
fetchdata();
}
console.log("Removed city: ", change.doc.data());
}
});
});
</script>
</html>