monitor-frontend/_html/body_admin_index.html
2018-08-04 10:53:24 +02:00

33 lines
1.3 KiB
HTML
Executable File

<table width="400" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr bgcolor="#FFFFFF">
<td align="center"><a href="suche.php">Suche</a></td>
</tr>
</table>
<br>
<table width="400" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr bgcolor="#FFFFFF">
<td>&nbsp;<strong>$num_dme</strong> DME/ZVEI ohne Organisation </td>
<td><div align="center"><a href="$_SERVER[php_self]?show=dme&org=0">anzeigen</a></div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td>&nbsp;<strong>$num_kfz</strong> Fahrzeuge ohne Organisation </td>
<td><div align="center"><a href="$_SERVER[php_self]?show=kfz&org=0">anzeigen</a></div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td>&nbsp;<strong>$num_user</strong> User im System, <strong>$num_new_user</strong> davon neu </td>
<td><div align="center"><a href="$_SERVER[php_self]?show=user">anzeigen</a></div></td>
</tr>
</table>
<br><br>
<table width="400" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr bgcolor="#FFFFFF">
<td>
<form name="form" method="post" action="$_SERVER[PHP_SELF]">
&nbsp;$select_search_org
<input type="submit" name="Submit" value="Ausw&auml;hlen">
</form>
<div align="center"></div></td>
</tr>
$show_to_edit
</table>