blob: ecf51b878e553af6831f6daa919e81c70f8ea748 (
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' edit = 1 %]
|