Initial commit
This commit is contained in:
46
templates/standard/livestat2.html
Normal file
46
templates/standard/livestat2.html
Normal file
@ -0,0 +1,46 @@
|
||||
<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>
|
Reference in New Issue
Block a user