]> Dogcows Code - chaz/p5-CGI-Ex/blob - samples/app/app1/tt/pick_domain.html
add PSGI handler
[chaz/p5-CGI-Ex] / samples / app / app1 / tt / pick_domain.html
1 [% PROCESS "header.tt" title => "Pick Domain" %]
2
3 (Your ip is [% remote_addr %]) (The time is [% time %])
4
5 <form name=[% form_name %] action=[% script_name %] method=post>
6
7 <label>Pick a domain:</label>
8 <input type=text name=domain>
9 <input type=submit value="Check"><br>
10 <span class=error id=domain_error>[% domain_error %]</span>
11
12 </form>
13 [% js_validation %]
14
15 [% PROCESS "footer.tt" %]
This page took 0.034776 seconds and 5 git commands to generate.