Modifiche HTML

This commit is contained in:
cmaffio
2016-05-20 17:30:01 +02:00
parent de0e6e1867
commit 691a64e13a
32 changed files with 776 additions and 653 deletions

View File

@@ -16,22 +16,6 @@ if (isset($_POST['id'])) {
$res = mysql_query( $query, $DB_ID );
}
?>
<script type="text/javascript">
<!--
var stile = "top=30, left=30, width=1000, height=500, status=no, menubar=no, toolbar=no ";
function PopupG(apri)
{
window.open(apri, "", stile);
}
//-->
</script>
<table cellpadding="0" cellspacing="0" border="0" width="90%">
<?php
html_spazi (array(3,3,2,15,2,15,2,15,0));
$query = " SELECT
id,
ip,
@@ -46,6 +30,8 @@ $query = " SELECT
";
$res = mysql_query( $query, $DB_ID );
$tabella = new html (0,"90%",array(3,3,2,15,2,15,2,15,0));
?>
<form name="" method="post">
<tr>
@@ -59,7 +45,7 @@ $res = mysql_query( $query, $DB_ID );
<?php } ?>
</select>
</td>
<td class="spaziov" colspan=4><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td>
<td class="spaziov"><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td>
</tr>
</form>
<?php
@@ -107,10 +93,9 @@ while ($dato = mysql_fetch_array ( $res )) {
<td class="spazioh"><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td>
<td class="colip"><?php print $dato['data'] ?></td>
</tr>
<tr><td class="spaziov" colspan=9><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(); ?>
<?php
$tabella->riga ();
}
$tabella->close();
view_footer();
?>