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

@@ -77,11 +77,11 @@ function do_submit() {
}
</script>
<form name="acl" method="post">
<table cellpadding="0" cellspacing="0" border="0" width="90%">
<input type="hidden" name="id" value="<?php print $id ?>">
<?php
html_spazi (array(5,20,5,6,6,6,5,20,0));
html_intestazione (array ("","Rete","","Nega","Default","Autorizza","","Nome Lista",""), array("","","","radio","radio","radio","","",""));
$tabella = new html (0,"90%",array(2,20,2,6,6,6,2,20,0));
$tabella->intestazione (array ("","Rete","","Nega","Default","Autorizza","","Nome Lista",""), array("","","","radio","radio","radio","","",""));
$res = mysql_query( $query, $DB_ID );
$conta = 0;
while ($dato = mysql_fetch_array ( $res )) {
@@ -98,8 +98,9 @@ while ($dato = mysql_fetch_array ( $res )) {
<td class="spazioh"><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td>
</tr>
<?php
} ?>
</table>
}
$tabella->riga();
$tabella->close();
?>
</form>
<img src="<?php print $CONF['base_url'] ?>/img/spazio.gif" width="1" height="20" alt="">
<?php view_footer(); ?>