[go: up one dir, main page]

Menu

[r38]: / index.html  Maximize  Restore  History

Download this file

42 lines (39 with data), 1.2 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>The Marvelous Movie Finder</title>
</head>
<BODY>
<div align="center"><img src="banner.png"></div>
<div align="center">
<table>
<tr>
<FORM ACTION="youtubesearch.php" METHOD="get">
<input type="hidden" name="type" value="url">
<td><label for="name">YouTube Video-URL: </label></td>
<td><INPUT TYPE="text" NAME="name" SIZE=30></td>
<td><INPUT TYPE="submit" VALUE="Search"></td>
</FORM>
</div>
</tr><tr>
<div align="center">
<FORM ACTION="youtubesearch.php" METHOD="get">
<input type="hidden" name="type" value="tags">
<td><label for="name">Search by YouTube-Tags: </label></td>
<td><INPUT TYPE="text" NAME="name" SIZE=30></td>
<td><INPUT TYPE="submit" VALUE="Search"></td>
</FORM>
</div>
<!--
<div align="center">
<FORM ACTION="youtubesearch.php" METHOD=get>
<input type="hidden" name="type" value="search">
<label for="name">Search by YouTube search pattern: </label>
<INPUT TYPE="text" NAME="name" SIZE=30>
<INPUT TYPE="submit" VALUE="Search">
</FORM>
</div>
-->
</BODY>
</HTML>