| 1 |
lars |
1 |
<?php decorate_with(dirname(__FILE__).'/defaultLayout.php') ?>
|
|
|
2 |
|
|
|
3 |
<div class="sfTMessageContainer sfTAlert">
|
|
|
4 |
<?php echo image_tag('/sf/sf_default/images/icons/cancel48.png', array('alt' => 'page not found', 'class' => 'sfTMessageIcon', 'size' => '48x48')) ?>
|
|
|
5 |
<div class="sfTMessageWrap">
|
|
|
6 |
<h1>Oops! Page Not Found</h1>
|
|
|
7 |
<h5>The server returned a 404 response.</h5>
|
|
|
8 |
</div>
|
|
|
9 |
</div>
|
|
|
10 |
<dl class="sfTMessageInfo">
|
|
|
11 |
<dt>Did you type the URL?</dt>
|
|
|
12 |
<dd>You may have typed the address (URL) incorrectly. Check it to make sure you've got the exact right spelling, capitalization, etc.</dd>
|
|
|
13 |
|
|
|
14 |
<dt>Did you follow a link from somewhere else at this site?</dt>
|
|
|
15 |
<dd>If you reached this page from another part of this site, please email us at <?php echo mail_to('[email]') ?> so we can correct our mistake.</dd>
|
|
|
16 |
|
|
|
17 |
<dt>Did you follow a link from another site?</dt>
|
|
|
18 |
<dd>Links from other sites can sometimes be outdated or misspelled. Email us at <?php echo mail_to('[email]') ?> where you came from and we can try to contact the other site in order to fix the problem.</dd>
|
|
|
19 |
|
|
|
20 |
<dt>What's next</dt>
|
|
|
21 |
<dd>
|
|
|
22 |
<ul class="sfTIconList">
|
|
|
23 |
<li class="sfTLinkMessage"><a href="javascript:history.go(-1)">Back to previous page</a></li>
|
|
|
24 |
<li class="sfTLinkMessage"><?php echo link_to('Go to Homepage', '@homepage') ?></li>
|
|
|
25 |
</ul>
|
|
|
26 |
</dd>
|
|
|
27 |
</dl>
|