aboutsummaryrefslogtreecommitdiffstats
path: root/root/html/includes/new/url_form.tt
blob: 169fe739ed4393d922087b8892af4a5904899bb6 (plain)
1
2
3
4
5
6
7
<form action="[% c.uri_for() %]" method="POST">
Enter the url to the top level mirror tree, supported protocol are
[% c.model('Mirrors').protocol_list.join(', ') | html %].<br>

<input type="text" name="url" size=40 value="[% c.req.param('url') | html %]">
<input type=submit>
</form>