]> Dogcows Code - chaz/p5-CGI-Ex/blob - samples/app/app1/tt/pick_domain_alternate.html
CGI::Ex 2.24
[chaz/p5-CGI-Ex] / samples / app / app1 / tt / pick_domain_alternate.html
1 [% PROCESS "header.tt" title => "Pick Domain" %]
2
3 <span class=error>We're sorry - the domain [% domain %] is not available.</span><br>
4 Please choose from the following domains...
5
6 <form name=[% form_name %] action=[% script_name %] method=post>
7
8 [%- FOR d IN domains %]
9 <input type=radio name=domain value="[% d.html %]"> [% d.html %]<br>
10 [%- END %]
11 <input type=submit value="Signup Domain"><br>
12
13 </form>
14
15 [% PROCESS "footer.tt" %]
This page took 0.0311 seconds and 4 git commands to generate.