mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-10-05 19:18:01 +08:00
97 lines
2.7 KiB
HTML
97 lines
2.7 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" lang="it">
|
|
<head>
|
|
<title>Amministrazione WiFi</title>
|
|
<link type="text/css" href="css/layoutv1.css" rel="stylesheet" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="page-wrap">
|
|
<div id="inside">
|
|
<div id="header">
|
|
<table class="centered" width="784" border="0">
|
|
<tr>
|
|
<td><img src="images/logo_fiwifi-n.png" style="height:115px;width:457px;" /></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<div id="left-sidebar-no-dimension"></div>
|
|
|
|
<div id="main-content-without-sidebar">
|
|
<table class="centered" border="0">
|
|
<tr>
|
|
<th>
|
|
<h1>Amministrazione</h1>
|
|
</th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="header"><a href="admin_recovery">RECOVERY UTENTE</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="header"><a href="admin_view_user">DATI UTENTE</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="header"><a href="admin_status_network">STATUS NETWORK</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="header"><a href="admin_status_nodog">STATUS ACCESS POINT</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="header"><a href="admin_login_nodog">STATUS USER ACCESS</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="header"><a href="admin_login_nodog_historical">STATUS USER ACCESS (storico)</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="header"><a href="admin_status_nodog_and_user">STATUS ACCESS POINT AND USER ACCESS</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="header"><a href="phpldapadmin/htdocs/index.php">LDAP ADMIN</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="header"><a href="admin_printlog">VIEW LOG</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="header"><a href="admin_view_using">STATISTICHE: Utilizzo</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="header"><a href="admin_view_using_historical">STATISTICHE: Utilizzo (storico)</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="header"><a href="admin_view_statistics_login">STATISTICHE: Accessi</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="header"><a href="admin_historical_statistics_login">STATISTICHE: Accessi (storico)</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="header"><a href="admin_view_statistics_registration">STATISTICHE: Registrazioni</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="clear: both;"></div>
|
|
</div>
|
|
<hr />
|
|
|
|
<address>
|
|
ULib Server
|
|
</address>
|
|
</body>
|
|
</html>
|