| 1 |
lars |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
|
|
|
3 |
<?php $path = sfConfig::get('sf_relative_url_root', preg_replace('#/[^/]+\.php5?$#', '', isset($_SERVER['SCRIPT_NAME']) ? $_SERVER['SCRIPT_NAME'] : (isset($_SERVER['ORIG_SCRIPT_NAME']) ? $_SERVER['ORIG_SCRIPT_NAME'] : ''))) ?>
|
|
|
4 |
|
|
|
5 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
|
6 |
<head>
|
|
|
7 |
|
|
|
8 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
9 |
<meta name="title" content="symfony project" />
|
|
|
10 |
<meta name="robots" content="index, follow" />
|
|
|
11 |
<meta name="description" content="symfony project" />
|
|
|
12 |
<meta name="keywords" content="symfony, project" />
|
|
|
13 |
<meta name="language" content="en" />
|
|
|
14 |
<title>symfony project</title>
|
|
|
15 |
|
|
|
16 |
<link rel="shortcut icon" href="/favicon.ico" />
|
|
|
17 |
<link rel="stylesheet" type="text/css" media="screen" href="<?php echo $path ?>/sf/sf_default/css/screen.css" />
|
|
|
18 |
<!--[if lt IE 7.]>
|
|
|
19 |
<link rel="stylesheet" type="text/css" media="screen" href="<?php echo $path ?>/sf/sf_default/css/ie.css" />
|
|
|
20 |
<![endif]-->
|
|
|
21 |
|
|
|
22 |
</head>
|
|
|
23 |
<body>
|
|
|
24 |
<div class="sfTContainer">
|
|
|
25 |
<a title="symfony website" href="http://www.symfony-project.org/"><img alt="symfony PHP Framework" class="sfTLogo" src="<?php echo $path ?>/sf/sf_default/images/sfTLogo.png" height="39" width="186" /></a>
|
|
|
26 |
<div class="sfTMessageContainer sfTAlert">
|
|
|
27 |
<img alt="page not found" class="sfTMessageIcon" src="<?php echo $path ?>/sf/sf_default/images/icons/tools48.png" height="48" width="48" />
|
|
|
28 |
<div class="sfTMessageWrap">
|
|
|
29 |
<h1>Oops! An Error Occurred</h1>
|
|
|
30 |
<h5>The server returned a "<?php echo $code ?> <?php echo $text ?>".</h5>
|
|
|
31 |
</div>
|
|
|
32 |
</div>
|
|
|
33 |
|
|
|
34 |
<dl class="sfTMessageInfo">
|
|
|
35 |
<dt>Something is broken</dt>
|
|
|
36 |
<dd>Please e-mail us at [email] and let us know what you were doing when this error occurred. We will fix it as soon as possible.
|
|
|
37 |
Sorry for any inconvenience caused.</dd>
|
|
|
38 |
|
|
|
39 |
<dt>What's next</dt>
|
|
|
40 |
<dd>
|
|
|
41 |
<ul class="sfTIconList">
|
|
|
42 |
<li class="sfTLinkMessage"><a href="javascript:history.go(-1)">Back to previous page</a></li>
|
|
|
43 |
<li class="sfTLinkMessage"><a href="/">Go to Homepage</a></li>
|
|
|
44 |
</ul>
|
|
|
45 |
</dd>
|
|
|
46 |
</dl>
|
|
|
47 |
</div>
|
|
|
48 |
</body>
|
|
|
49 |
</html>
|