]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - samples/app/app1/tt/pick_domain.html
CGI::Ex 2.24
[chaz/p5-CGI-Ex] / samples / app / app1 / tt / pick_domain.html
diff --git a/samples/app/app1/tt/pick_domain.html b/samples/app/app1/tt/pick_domain.html
new file mode 100644 (file)
index 0000000..36e59f9
--- /dev/null
@@ -0,0 +1,15 @@
+[% PROCESS "header.tt" title => "Pick Domain" %]
+
+(Your ip is [% remote_addr %]) (The time is [% time %])
+
+<form name=[% form_name %] action=[% script_name %] method=post>
+
+<label>Pick a domain:</label>
+<input type=text name=domain>
+<input type=submit value="Check"><br>
+<span class=error id=domain_error>[% domain_error %]</span>
+
+</form>
+[% js_validation %]
+
+[% PROCESS "footer.tt" %]
This page took 0.018663 seconds and 4 git commands to generate.