| 33 |
lars |
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) $ -->
|
| 1 |
lars |
2 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
3 |
<html>
|
|
|
4 |
<head>
|
|
|
5 |
<title>{$title}</title>
|
|
|
6 |
<!-- <link href="./images/favicon.ico" rel="shortcut icon" type="image/x-icon"> -->
|
|
|
7 |
<link rel="stylesheet" href="styles/Standard.css" type="text/css">
|
| 84 |
lars |
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">
|
| 1 |
lars |
11 |
</head>
|
| 33 |
lars |
12 |
{if $focus}
|
| 1 |
lars |
13 |
<body onload="document.order.{$focus}.focus();">
|
| 33 |
lars |
14 |
{else}
|
|
|
15 |
<body>
|
|
|
16 |
{/if}
|
| 1 |
lars |
17 |
<div align="right">Datum: {$smarty.now|date_format:"%d.%m.%Y"}</div>
|
|
|
18 |
<div align="right">Zeit: {$smarty.now|date_format:"%H:%M"} Uhr</div>
|
|
|
19 |
<h1>{if !$h1}{$title}{else}{$h1}{/if}</h1>
|
|
|
20 |
<div align="center">
|
| 82 |
lars |
21 |
{include file=$tpl_file}
|
|
|
22 |
</div>
|
|
|
23 |
<p><div class="copyright">Copyright © 2006 by Lars Tiefland</div>
|
|
|
24 |
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src="images/valid-html401.png" alt="Valid HTML 4.01!" height="31" width="88"></a></p>
|
|
|
25 |
<p>Powered by:<br>
|
|
|
26 |
<a href="http://smarty.php.net/" target="_blank"><img border="0" src="images/smarty_icon.png" alt="Smarty Template Engine" title="Smarty template Engine"></a>
|
|
|
27 |
<a href="http://pear.php.net/" target="_blank"><img border="0" src="images/pear-power.png" alt="PEAR" title="PEAR"></a>
|
|
|
28 |
<a href="http://www.eaccelerator.net/" target="_blank"><img border="0" src="images/eaccel.png" alt="eAccelerator" title="eAccelerator"></a>
|
|
|
29 |
<a href="http://www.euserv.de/" target="_blank"><img border="0" src="images/110x30-blau2_2.png" alt="EUServ" title="EUServ.de"></a>
|
|
|
30 |
</body>
|
|
|
31 |
</html>
|