aboutsummaryrefslogtreecommitdiffstats
path: root/root/html/pages/new/index.tt
diff options
context:
space:
mode:
Diffstat (limited to 'root/html/pages/new/index.tt')
-rw-r--r--root/html/pages/new/index.tt13
1 files changed, 12 insertions, 1 deletions
diff --git a/root/html/pages/new/index.tt b/root/html/pages/new/index.tt
index 0ef4cfd..c20344c 100644
--- a/root/html/pages/new/index.tt
+++ b/root/html/pages/new/index.tt
@@ -1,5 +1,16 @@
-[% INCLUDE 'new/url_form.tt' %]
[% IF subtemplate %]
[% INCLUDE $subtemplate %]
+[% ELSE %]
+<p>Enter the url to the top level mirror tree. The URL must be in form
+<pre>PROTOCOL://SERVER/PATH</pre></p>
+<p>Supported protocol are
+[%- FOREACH proto = c.model('Mirrors').protocol_list -%]
+[%- IF NOT loop.first -%]
+[%- IF loop.last %] or [% ELSE %], [% END %]
+[%- END -%]
+[%- proto | html -%]
+[%- END -%].</p>
[% END %]
+
+[% INCLUDE 'new/url_form.tt' %]