-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
44 lines (29 loc) · 1.42 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?php
// translate $page_title below
$page_title = "404: Page Not Found";
$pageid = '404';
include_once "{$config['file_root']}/includes/l10n/controller.inc.php";
?>
<div id="main-feature">
<h2>Hmmm, we’re having trouble finding that one.</h2>
</div>
<div id="content">
<div id="error-reasons">
<h3>אנו מצטערים, אבל לא מצאנו את מה שחיפשת.</h3>
<ul class="spaced">
<li>אם הקלדת את הכתובת בדוק שוב את האיות.</li>
<li>אם לחצת על קישור ממקום אחר, בבקשה דווח לנו על כך ב־<a href="mailto:[email protected]" title="Page Not Found on Mozilla.org">[email protected]</a> (באנגלית). ספר לנו מאיפה הגעת ומה חיפשת, ואנחנו נעשה את המירב כדי לתקן זאת.</li>
</ul>
</div>
<div id="error-suggestions">
<h3>לחילופין, אתה יכול לקפוץ לאחד מהדפים הפופולרים באתר שלנו.</h3>
<ul class="spaced">
<li>האם חיפשת מידע על <a href="/<?=$lang?>/firefox/">Firefox</a>?</li>
<li>או תוכנת הדוא"ל שלנו, <a href="/<?=$lang?>/thunderbird/">Thunderbird</a>?</li>
<li>יכול להיות וכדאי להתחיל ב־<a href="/<?=$lang?>/">www.mozilla.org</a>.</li>
</ul>
</div>
</div><!-- end #content div -->
<?php
require_once $footerfile;
?>