Fix pagine proxy
This commit is contained in:
@@ -84,7 +84,7 @@ if ($id) {
|
||||
";
|
||||
$res = mysql_query( $query, $DB_ID );
|
||||
}
|
||||
$tabella = new html (0,"90%", array(3,3,15,2,15,0));
|
||||
$tabella = new html (0,"90%", array(3,3,20,2,15,0));
|
||||
$tabella->intestazione (array("","","Nome ACL","","Ultima Modifica",""));
|
||||
?>
|
||||
<tr>
|
||||
@@ -133,7 +133,7 @@ $tabella->riga();
|
||||
<td rowspan=2 colspan=3 class="spazioh"><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="colip"><input type="text" size="32" name=rif></td>
|
||||
<td class="colip"><input type="text" size="20" name=rif></td>
|
||||
</tr>
|
||||
<?php $tabella->riga();
|
||||
while ($dato = mysql_fetch_array ( $res )) { ?>
|
||||
|
||||
@@ -106,7 +106,7 @@ $query = " SELECT
|
||||
";
|
||||
$res = mysql_query( $query, $DB_ID );
|
||||
|
||||
$tabella = new html (0,"90%",array(3,10,2,10,2,10,2,10,2,10,0));
|
||||
$tabella = new html (0,"90%",array(3,16,2,20,2,15,2,16,2,10,0));
|
||||
$tabella->intestazione (array("","Utente","","Nome Completo","","Data attivazione","","Ultima Modifica","","IP",""));
|
||||
?>
|
||||
<tr>
|
||||
@@ -140,17 +140,17 @@ $tabella->intestazione (array("","Nuova Password","","Conferma Nuova Password","
|
||||
?>
|
||||
<tr>
|
||||
<td class="spazioh"><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td>
|
||||
<td class="colip"><input type="password" name=pwd1 id=pwd1></td>
|
||||
<td class="colip"><input type="password" size="15" name=pwd1 id=pwd1></td>
|
||||
<td class="spazioh"><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td>
|
||||
<td class="colip"><input type="password" size="16" name=pwd2 id=pwd2></td>
|
||||
<td class="colip"><input type="password" size="15" name=pwd2 id=pwd2></td>
|
||||
<td class="spazioh"><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td>
|
||||
<td class="spazioh"><input type="button" value="Genera password" onclick="window.open('users_pwd.php','_blank','width=1,toolbar=0,resizable=0,scrollbars=no,height=1,top=0,left=0,visible=none');"></td>
|
||||
<td class="spazioh"><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td>
|
||||
<td class="colip"><input id=pwd type=text></p></td>
|
||||
<td class="colip"><input id=pwd size="15" type=text></p></td>
|
||||
<td colspan="3" class="spazioh"><img src="<?php print $CONF['base_url'] ?>/img/spazio.gif"></td>
|
||||
</tr>
|
||||
<?php $tabella->riga(); ?>
|
||||
<tr><td class="spaziov" colspan=10><input type="submit" value="Conferma"></td></tr>
|
||||
<tr><td class="spaziov" colspan=11><input type="submit" value="Conferma"></td></tr>
|
||||
|
||||
<?php $tabella->close(); ?>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user