aboutsummaryrefslogtreecommitdiffstats
path: root/root/html/includes/new/host_information.tt
blob: 78c04c22312dbd5ec75052027edeb82ab6d47e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Enter Info for [% uri.host %]

<form action="[% c.uri_for() %]" method="POST">
<input type="hidden" name="url" value="[% uri | html %]">
<input type="hidden" name="hostinfo" value="1">

[% location.name %] / [% location.continent %]<br>

Country:
<select name="country">
<option value="">--</option>
[% FOREACH country = c.model('Mirrors').country_list %]
<option value="[% country.code %]" [% "selected=select" IF country.code == location.code %]>[% country.name | html %]</option>
[% END %]
</select>

City: <input type="text" name="city">
<input type="submit">
</form>