]> git.ipfire.org Git - ipfire.org.git/blob - error/404.shtml
Rewrite of the error pages of the main site for proper handling of the error codes.
[ipfire.org.git] / error / 404.shtml
1 <!--#include virtual="../header.shtml" -->
2
3 <div id="main">
4
5 <div id="main_inner" class="fixed">
6
7 <div id="primaryContent_columnless">
8
9 <div id="columnA_columnless">
10
11 <!--#if expr="$HTTP_ACCEPT_LANGUAGE = /^de(.*)/" -->
12
13 <h3>404 - Die angeforderte Webseite wurde nicht gefunden</h3>
14
15 <img class="floatTL" src="/images/error/404.png" alt="Not found" />
16
17 <p>
18 Die Webseite, die aufgerufen wurde, ist auf dem Server leider
19 nicht vorhanden.
20 <br />
21 <a href="http://<!--#echo var="SERVER_NAME" -->/">Startseite</a>
22 <a href="javascript:history.go(-1)">Zurück</a>
23 </p>
24
25 <!--#else -->
26
27 <h3>404 - Document not found</h3>
28
29 <img class="floatTL" src="/images/error/404.png" alt="Not found" />
30
31 <p>
32 The requested document was not found on the webserver.
33 <br />
34 <a href="http://<!--#echo var="SERVER_NAME" -->/">Home</a>
35 <a href="javascript:history.go(-1)">Back</a>
36 </p>
37
38 <!--#endif -->
39
40 <br class="clear" />
41
42 </div>
43
44 </div>
45
46 <br class="clear" />
47
48 </div>
49
50 </div>
51
52 <!--#include virtual="../footer.shtml" -->