]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - samples/app/app1/tt/pick_domain_alternate.html
CGI::Ex 2.24
[chaz/p5-CGI-Ex] / samples / app / app1 / tt / pick_domain_alternate.html
diff --git a/samples/app/app1/tt/pick_domain_alternate.html b/samples/app/app1/tt/pick_domain_alternate.html
new file mode 100644 (file)
index 0000000..f593d30
--- /dev/null
@@ -0,0 +1,15 @@
+[% PROCESS "header.tt" title => "Pick Domain" %]
+
+<span class=error>We're sorry - the domain [% domain %] is not available.</span><br>
+Please choose from the following domains...
+
+<form name=[% form_name %] action=[% script_name %] method=post>
+
+[%- FOR d IN domains %]
+<input type=radio name=domain value="[% d.html %]"> [% d.html %]<br>
+[%- END %]
+<input type=submit value="Signup Domain"><br>
+
+</form>
+
+[% PROCESS "footer.tt" %]
This page took 0.016617 seconds and 4 git commands to generate.