aboutsummaryrefslogtreecommitdiffstats
path: root/root/html/includes/new/url_form.tt
diff options
context:
space:
mode:
Diffstat (limited to 'root/html/includes/new/url_form.tt')
-rw-r--r--root/html/includes/new/url_form.tt5
1 files changed, 5 insertions, 0 deletions
diff --git a/root/html/includes/new/url_form.tt b/root/html/includes/new/url_form.tt
new file mode 100644
index 0000000..f8840b9
--- /dev/null
+++ b/root/html/includes/new/url_form.tt
@@ -0,0 +1,5 @@
+<form action="[% c.uri_for() %]" method="POST">
+Enter the url to the top level mirror tree:<br>
+<input type="text" name="url" size=40 value="[% c.req.param('url') | html %]">
+<input type=submit>
+</form>