| Zeile 1... |
Zeile 1... |
| 1 |
<!-- $URL: file:///svn/repos/webhosting/trunk/templates/page.tpl $ last modified in Revision $Rev: 82 $ by $Author: lars $ at $Date: 2009-01-12 21:00:56 +0100 (Mo, 12 Jan 2009) $ -->
|
1 |
<!-- $URL: file:///svn/repos/webhosting/trunk/templates/page.tpl $ last modified in Revision $Rev: 84 $ by $Author: lars $ at $Date: 2010-06-19 18:18:41 +0200 (Sa, 19 Jun 2010) $ -->
|
| 2 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
| 3 |
<html>
|
3 |
<html>
|
| 4 |
<head>
|
4 |
<head>
|
| 5 |
<title>{$title}</title>
|
5 |
<title>{$title}</title>
|
| 6 |
<!-- <link href="./images/favicon.ico" rel="shortcut icon" type="image/x-icon"> -->
|
6 |
<!-- <link href="./images/favicon.ico" rel="shortcut icon" type="image/x-icon"> -->
|
| 7 |
<link rel="stylesheet" href="styles/Standard.css" type="text/css">
|
7 |
<link rel="stylesheet" href="styles/Standard.css" type="text/css">
|
| - |
|
8 |
<script type="text/javascript" language="javascript" src="jquery-1.4.2.min.js"></script>
|
| - |
|
9 |
<script type="text/javascript" language="javascript" src="jquery-ui-1.8.2.custom.min.js"></script>
|
| - |
|
10 |
<link rel="stylesheet" href="styles/jquery-ui-1.8.2.custom.css" type="text/css">
|
| 8 |
</head>
|
11 |
</head>
|
| 9 |
{if $focus}
|
12 |
{if $focus}
|
| 10 |
<body onload="document.order.{$focus}.focus();">
|
13 |
<body onload="document.order.{$focus}.focus();">
|
| 11 |
{else}
|
14 |
{else}
|
| 12 |
<body>
|
15 |
<body>
|