47 lines
848 B
HTML
47 lines
848 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<link rel="stylesheet" href="templates/{$global_template}/css/styles_pc.php" type="text/css">
|
|
</head>
|
|
<body >
|
|
<table class="farbe_border" width="100%" cellpadding="0" height="100%" id="table1">
|
|
<tr>
|
|
<td>
|
|
<font size=1>Besucher gesamt:</font>
|
|
</td>
|
|
<td align="right">
|
|
<font size=1>{$livestat_ges}</font>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<font size=1>Besucher heute:</font>
|
|
</td>
|
|
<td align="right">
|
|
<font size=1>{$livestat_heute}</font>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<font size=1>Besucher gestern:</font>
|
|
</td>
|
|
<td align="right">
|
|
<font size=1>{$livestat_gestern}</font>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<font size=1>Gerade online:</font>
|
|
</td>
|
|
<td align="right">
|
|
<font size=1>{$livestat_online}</font>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|