aboutsummaryrefslogtreecommitdiffstats
path: root/root/html/pages/new/new_host.tt
blob: d73600cd3b116afe7a6e3faf78e53da5c4ffcaf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<h2>Unknown mirror [% uri.host %]</h2>

<p>This server is still unknown in our database, please complete information about this mirror.</p>

[% IF location %]
<p>According the IP address this host is located in
[% location.name | html %] ([% location.continent | html %]).</p>
[% END %]

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

[% INCLUDE 'host_information.tt' %]