Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
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 = 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=<?php echo sfConfig::get('sf_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>Website Temporarily Unavailable</h1>
30
      <h5>Please try again in a few seconds...</h5>
31
    </div>
32
  </div>
33
 
34
  <dl class="sfTMessageInfo">
35
    <dt>What's next</dt>
36
    <dd>
37
      <ul class="sfTIconList">
38
        <li class="sfTReloadMessage"><a href="javascript:window.location.reload()">Try again: Reload Page</a></li>
39
      </ul>
40
    </dd>
41
  </dl>
42
</div>
43
</body>
44
</html>