aboutsummaryrefslogtreecommitdiffstats
path: root/root/html/pages/new/index.tt
blob: c20344c8e0bcced2d2515cd30bd2d7716ae62de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

[% 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' %]