-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrailers.php
More file actions
84 lines (58 loc) · 2.38 KB
/
trailers.php
File metadata and controls
84 lines (58 loc) · 2.38 KB
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
<?php
include_once "inclusions.php";
start_html("Trailers");
make_header(true, "teams");
?>
<?php
//<img src="files/giungla.png" alt="You shall not pass" height="764" width="1200">
/*
<ul>
<li><p><a href="files/trailer2012.avi">Trailer 2012 [AVI, 22MB]</a> (dialoghi, voci e montaggio di Giovanni Paolini e Denis Nardin)</p></li>
<li><p><a href="files/trailer2013.avi">Trailer 2013 [AVI, 154MB]</a></p></li>
<li><p><a href="files/trailer2013-2.mkv">Trailer clandestino 2013 [MKV, 66MB]</a> (sottotitoli e montaggio di Giovanni Mascellani, Fabrizio Bianchi ed Enrico Polesel)</p></li>
</ul>
*/
start_box("Sigla della 24 ore", "purple", 600);
?>
<iframe width="560" height="315" src="//www.youtube.com/embed/xGoaHT6PzxY?rel=0" frameborder="0" allowfullscreen></iframe>
<p>Autore: Francesco Guatieri</p>
<?php
end_box();
start_box("Trailer 2014", "purple", 600);
?>
<iframe width="560" height="315" src="//www.youtube.com/embed/zWSAXOlzBcE?rel=0" frameborder="0" allowfullscreen></iframe>
<?php
end_box();
start_box("Trailer 2013", "blue", 600);
?>
<iframe width="560" height="315" src="//www.youtube.com/embed/e1G09hAuMMA?rel=0" frameborder="0" allowfullscreen></iframe>
<p><a href="files/trailer2013.avi">Scarica il trailer 2013 [AVI, 154MB]</a></p>
<?php
end_box();
start_box("Trailer Clandestino 2013", "blue", 600);
?>
<iframe width="560" height="315" src="//www.youtube.com/embed/OWZrbjebqrE?rel=0" frameborder="0" allowfullscreen></iframe>
<p><a href="files/trailer2013-2.mkv">Scarica il trailer clandestino 2013 [MKV, 66MB]</a> </br>
(sottotitoli e montaggio di Giovanni Mascellani, Fabrizio Bianchi ed Enrico Polesel)</p>
<?php
end_box();
start_box("Trailer 2012", "blue", 600);
?>
<iframe width="560" height="315" src="//www.youtube.com/embed/Y4_oP3aYQs4?rel=0" frameborder="0" allowfullscreen></iframe>
<p><a href="files/trailer2012.avi">Scarica il trailer 2012 [AVI, 22MB]</a> </br>
(dialoghi, voci e montaggio di Giovanni Paolini e Denis Nardin)</p>
<?php
end_box();
/*
<p><b>Giuramento dei Guardiani della Notte</b><br />
<table class="giuramento">
<col width="500">
<tr><td>
<i>"Night gathers, and now my watch begins. It shall not end until the
defeat of the physicists. I am the goalkeeper that guards the score of
the mathematicians. I pledge my life and honor to the Night's Watch,
for this 24-hours tournament and all the 24-hours to come."</i>
</td></tr></table></p>
*/
end_html();
?>