Subversion-Projekte lars-tiefland.webhosting

Revision

Revision 34 | Revision 84 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 34 Revision 82
Zeile 1... Zeile 1...
1
<!-- $URL: file:///svn/repos/webhosting/trunk/templates/header.tpl $ last modified in Revision $Rev: 34 $ by $Author: lars $ at $Date: 2007-04-09 17:52:10 +0200 (Mo, 09 Apr 2007) $ -->
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) $ -->
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"> -->
Zeile 13... Zeile 13...
13
	{/if}
13
	{/if}
14
		<div align="right">Datum: {$smarty.now|date_format:"%d.%m.%Y"}</div>
14
		<div align="right">Datum: {$smarty.now|date_format:"%d.%m.%Y"}</div>
15
		<div align="right">Zeit: {$smarty.now|date_format:"%H:%M"} Uhr</div>
15
		<div align="right">Zeit: {$smarty.now|date_format:"%H:%M"} Uhr</div>
16
		<h1>{if !$h1}{$title}{else}{$h1}{/if}</h1>
16
		<h1>{if !$h1}{$title}{else}{$h1}{/if}</h1>
17
		<div align="center">
17
		<div align="center">
-
 
18
			{include file=$tpl_file}
-
 
19
		</div>
-
 
20
		<p><div class="copyright">Copyright &copy; 2006 by Lars Tiefland</div>
-
 
21
		<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>
-
 
22
		<p>Powered by:<br>
-
 
23
		<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>
-
 
24
		<a href="http://pear.php.net/" target="_blank"><img border="0" src="images/pear-power.png" alt="PEAR" title="PEAR"></a>
-
 
25
		<a href="http://www.eaccelerator.net/" target="_blank"><img border="0" src="images/eaccel.png" alt="eAccelerator" title="eAccelerator"></a>
-
 
26
		<a href="http://www.euserv.de/" target="_blank"><img border="0" src="images/110x30-blau2_2.png" alt="EUServ" title="EUServ.de"></a>
-
 
27
	</body>
-
 
28
</html>