Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libwww-mechanize-perl / libwww-mechanize-perl-1.34 / t / find_inputs.html
diff --git a/dev/i386/libwww-mechanize-perl/libwww-mechanize-perl-1.34/t/find_inputs.html b/dev/i386/libwww-mechanize-perl/libwww-mechanize-perl-1.34/t/find_inputs.html
new file mode 100644 (file)
index 0000000..afe8966
--- /dev/null
@@ -0,0 +1,26 @@
+<html>
+<body>
+
+<form action="http://localhost/" method="post" enctype="multipart/form-data" name="1st_form">
+    <input type="text" name="1a"  />
+    <input type="IMAGE" name="submit1" value="Submit" label="Sumbit" />
+    <input type="submit" name="submit2" value="Submit" label="Sumbit" />
+</form>
+
+<form action="http://localhost/" method="post" name="2nd_form">
+    <input type="text" name="YourMom" />
+    <input type="text" name="opt[2]"  /> Like in PHP!
+    <input type="text" name="1b"  />
+    <input type="SubMit" name="submit" value="Submit" label="Sumbit" />
+</form>
+
+<form action="http://localhost/" method="post" name="3rd_form">
+    <input type="text" name="YourMom" />
+    <input type="text" name="YourDad" />
+    <input type="text" name="YourSister" />
+    <input type="text" name="YourSister" />
+    <input type="SubMit" name="submit" value="Submit" label="Sumbit" />
+</form>
+
+</body>
+</html>