| 78 |
lars |
1 |
<!-- $URL: http://repos.lars-tiefland.de:8080/svn/webhosting/trunk/admin/templates/header.tpl $ last modified in Revision $Rev: 51 $ by $Author: lars $ at $Date: 2007-06-10 13:55:19 +0200 (So, 10. Jun 2007) $ -->
|
|
|
2 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
3 |
<html>
|
|
|
4 |
<head>
|
|
|
5 |
<title>{$title}</title>
|
|
|
6 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
|
7 |
<!-- <link href="./images/favicon.ico" rel="shortcut icon" type="image/x-icon"> -->
|
|
|
8 |
<link rel="stylesheet" href="../styles/Standard.css" type="text/css">
|
|
|
9 |
</head>
|
|
|
10 |
{if $focus}
|
|
|
11 |
<body onload="document.order.{$focus}.focus();">
|
|
|
12 |
{else}
|
|
|
13 |
<body>
|
|
|
14 |
{/if}
|
|
|
15 |
<div align="right">Datum: {$smarty.now|date_format:"%d.%m.%Y"}</div>
|
|
|
16 |
<div align="right">Zeit: {$smarty.now|date_format:"%H:%M"} Uhr</div>
|
|
|
17 |
<h1>{if !$h1}{$title}{else}{$h1}{/if}</h1>
|
|
|
18 |
<div align="center">
|