first commit
This commit is contained in:
179
templates/standard/useronline.html
Executable file
179
templates/standard/useronline.html
Executable file
@ -0,0 +1,179 @@
|
||||
<html>
|
||||
<head>
|
||||
{literal}
|
||||
<script type='text/javascript' src='./overlib/overlib.js'></script>
|
||||
{/literal}
|
||||
<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">
|
||||
<title>{$stat_titel}</title>
|
||||
<style type="text/css">
|
||||
{literal}
|
||||
.link{
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table align="center" border="0" style="border-collapse: collapse" width="75%" cellpadding="0" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table valign="top" cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$stat_titel}</font><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td>
|
||||
|
||||
<table valign="top" border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED" width="100%" id="AutoNumber1">
|
||||
<tr>
|
||||
<td width='5%'>
|
||||
Nr.
|
||||
</td>
|
||||
<td width='40%'>
|
||||
{if $sort == 'nachname'}
|
||||
<font size=\"2\"><a href=?sort=nachname&option={$option}><b>Name</b></a></font>
|
||||
{else}
|
||||
<font size=\"2\"><a href=?sort=nachname&option={$option}>Name</a></font>
|
||||
{/if}
|
||||
</td>
|
||||
<td width='20%'>
|
||||
{if $sort == 'logins'}
|
||||
<font size=\"2\"><a href=?sort=logins&option={$option}><b>Logins</b></a></font>
|
||||
{else}
|
||||
<font size=\"2\"><a href=?sort=logins&option={$option}>Logins</a></font>
|
||||
{/if}
|
||||
</td>
|
||||
<td width='30%'>
|
||||
{if $sort == 'datumsort'}
|
||||
<font size=\"2\"><a href=?sort=datumsort&option={$option}><b>Letzter Login</b></a></font>
|
||||
{else}
|
||||
<font size=\"2\"><a href=?sort=datumsort&option={$option}>Letzter Login</a></font>
|
||||
{/if}
|
||||
</td>
|
||||
<td width='5%'>
|
||||
<font size=\"2\">Anmeldeinformation</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
{section name=table_data loop=$table_data}
|
||||
<tr>
|
||||
<td width='5%'>
|
||||
{$smarty.section.table_data.rownum}
|
||||
</td>
|
||||
<td width='40%'>
|
||||
{if $table_data[table_data].link == '0'}
|
||||
<a class=link href="javascript:void(0);" onmouseover="{literal}return overlib('', BACKGROUND, 'graph_einzel.php?uid={/literal}{$table_data[table_data].uid}{literal}&vorname={/literal}{$table_data[table_data].vorname2}{literal}&nachname={/literal}{$table_data[table_data].nachname2}{literal}', WIDTH, 320, HEIGHT, 200, CAPTION, STICKY, STATUS, ''); {/literal}" onmouseout="{literal}nd(); {/literal}">{$table_data[table_data].vorname} {$table_data[table_data].nachname}</a>
|
||||
{/if}
|
||||
|
||||
{if $table_data[table_data].link == '1'}
|
||||
<a href="historie.php?uid={$table_data[table_data].uid}" onmouseover="{literal}return overlib('', BACKGROUND, 'graph_einzel.php?user={/literal}{$table_data[table_data].user}{literal}&vorname={/literal}{$table_data[table_data].vorname2}{literal}&nachname={/literal}{$table_data[table_data].nachname2}{literal}', WIDTH, 320, HEIGHT, 200, CAPTION, STICKY, STATUS, ''); {/literal}" onmouseout="{literal}nd(); {/literal}">{$table_data[table_data].vorname} {$table_data[table_data].nachname}</a>
|
||||
{/if}
|
||||
|
||||
</td>
|
||||
<td width='20%'>
|
||||
{$table_data[table_data].logins}
|
||||
</td>
|
||||
<td width='30%'>
|
||||
|
||||
{if $table_data[table_data].logins == '0'}
|
||||
-
|
||||
{else}
|
||||
{$table_data[table_data].datum}
|
||||
{/if}
|
||||
|
||||
</td>
|
||||
<td width='5%'>
|
||||
<a href="logininfo.php?user={$table_data[table_data].uid}"><img height="20" border="0" src="./templates/{$global_template}/images/stat.gif" width="20"></a>
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
</tbody>
|
||||
<tr>
|
||||
<td width='100%' colspan=4>
|
||||
<br><br>
|
||||
{$stat_inactive}<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
{section name=table_data2 loop=$table_data2}
|
||||
<tr>
|
||||
<td width='5%'>
|
||||
{$smarty.section.table_data2.rownum}
|
||||
</td>
|
||||
<td width='40%'>
|
||||
{if $table_data2[table_data2].link == '0'}
|
||||
<a class=link href="javascript:void(0);" onmouseover="return overlib('', BACKGROUND, 'graph_einzel.php?user={$table_data2[table_data2].user}&vorname={$table_data2[table_data2].vorname2}&nachname={$table_data2[table_data2].nachname2}', WIDTH, 320, HEIGHT, 200, CAPTION, STICKY, STATUS, '');" onmouseout="nd();">{$table_data2[table_data2].vorname} {$table_data2[table_data2].nachname}</a>
|
||||
{/if}
|
||||
|
||||
{if $table_data2[table_data2].link == '1'}
|
||||
<a href="historie.php?user={$table_data2[table_data2].uid}" onmouseover="return overlib('', BACKGROUND, 'graph_einzel.php?user={$table_data2[table_data2].user}&vorname={$table_data2[table_data2].vorname2}&nachname={$table_data2[table_data2].nachname2}', WIDTH, 320, HEIGHT, 200, CAPTION, STICKY, STATUS, '');" onmouseout="nd();">{$table_data2[table_data2].vorname} {$table_data2[table_data2].nachname}</a>
|
||||
{/if}
|
||||
|
||||
|
||||
</td>
|
||||
<td width='15%'>
|
||||
{$table_data2[table_data2].logins}
|
||||
</td>
|
||||
<td width='40%'>
|
||||
|
||||
{if $table_data2[table_data2].logins == '0'}
|
||||
-
|
||||
{else}
|
||||
{$table_data2[table_data2].datum}
|
||||
{/if}
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
</tbody>
|
||||
|
||||
<tr>
|
||||
<td width='5%' style=\"border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: solid; border-top-width: 1px; border-bottom-style: none; border-bottom-width: medium\">
|
||||
|
||||
</td>
|
||||
<td width='40%' style=\"border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: solid; border-top-width: 1px; border-bottom-style: none; border-bottom-width: medium\">
|
||||
|
||||
</td>
|
||||
<td colspan="2" rowspan="1" width='55%' style=\"border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: solid; border-top-width: 1px; border-bottom-style: none; border-bottom-width: medium\">
|
||||
{$Anzahl} Logins seit dem {$DatumFirst}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
</table>
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<p align='center'>
|
||||
{$useronline_stat_month}
|
||||
<br><br>
|
||||
{$useronline_stat_user}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user