Modifiche HTML
This commit is contained in:
@@ -16,10 +16,7 @@ function PopupG(apri)
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<table cellpadding="0" cellspacing="0" border="0" width="90%">
|
||||
<?php
|
||||
html_spazi (array(3,2,15,2,15,2,15,2,15,2,15,2,0));
|
||||
|
||||
$query = " SELECT
|
||||
utenti.id,
|
||||
utenti.utente,
|
||||
@@ -49,6 +46,7 @@ $query = " SELECT
|
||||
$res = mysql_query( $query, $DB_ID );
|
||||
while ($dato = mysql_fetch_array ( $res )) {
|
||||
|
||||
$tabella = new html (0,"90%",array(3,2,15,2,15,2,15,2,15,2,15,2,0));
|
||||
?>
|
||||
<tr>
|
||||
<td rowspan=2 class="col3btn">
|
||||
@@ -85,10 +83,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=13><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