aboutsummaryrefslogtreecommitdiffstats
path: root/root/html/includes/new/url_form.tt
blob: f8840b97f05237cc7742b9ed678a593cb0b62939 (plain)
1
2
3
4
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>