Modifiche HTML
This commit is contained in:
@@ -16,15 +16,16 @@ function PopupG(apri)
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<table cellpadding="0" cellspacing="0" border="0" width="90%">
|
||||
<?php html_spazi (array(3,3,3,2,15,2,15,2,15,2,15,2,15,2,0));?>
|
||||
<?php
|
||||
$tabella = new html (0,"90%",array(3,3,3,2,15,2,15,2,15,2,15,2,15,2,0));
|
||||
?>
|
||||
<tr>
|
||||
<td class="spaziov" colspan=4><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td>
|
||||
<td><a href="modutenti.php"><img src="<?php print $CONF['base_url'] ?>/img/addusers.png" border="0" ALT="Aggiungi utente" TITLE="Aggiungi utente"></a></td>
|
||||
<td class="spaziov" colspan=10><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td>
|
||||
</tr>
|
||||
<tr><td class="spaziov" colspan=15><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td></tr>
|
||||
<?php
|
||||
$tabella->riga();
|
||||
$query = "SELECT id, utente, admin, creazione, modifica, ultimo, attivo FROM utenti ORDER BY utente";
|
||||
$res = mysql_query( $query, $DB_ID );
|
||||
while ($dato = mysql_fetch_array ( $res )) {
|
||||
@@ -75,10 +76,9 @@ while ($dato = mysql_fetch_array ( $res )) {
|
||||
<td class="colip"><?php print $records ?></td>
|
||||
<td class="col3btn"><a href="javascript:PopupG('logutenti.php?idutente=<?php print $dato['id'] ?>')"><img border="0" src="<?php print $CONF['base_url'] ?>/img/iconSystemLog.gif" ALT="Grafico Utilizzo" TITLE="Grafico Utilizzo"></a></td>
|
||||
</tr>
|
||||
<tr><td class="spaziov" colspan=15><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td></tr>
|
||||
|
||||
<?php
|
||||
} ?>
|
||||
</table>
|
||||
<img src="<?php print $CONF['base_url'] ?>/img/spazio.gif" width="1" height="20" alt="">
|
||||
<?php view_footer(); ?>
|
||||
$tabella->riga();
|
||||
}
|
||||
$tabella->close();
|
||||
view_footer();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user