<h1> <a name="pending" id="pending"></a> Users Awating Approval </h1>';
    $Admin_Process->pending_users_table();
    echo '</div><br>';
}
?>


<div style="width:600px; margin:0 auto; margin-bottom:20px;">
<a name="add" id="add"></a>
<form action="<?php 
echo $_SERVER['PHP_SELF'] . "#add_voilation";
?>
" method="post" enctype="multipart/form-data" style="float:left; margin-top:0px;">
<h1> Details of Voilation</h1>
<div class="red"><?php 
echo $myNew;
?>
</div>
<div class="label">License Plate No:</div>
<input name="license" type="text" class="field" value="<?php 
echo $_POST['license'];
?>
" />
<br />
<div class="label">Name:</div>
<input name="name" type="text" class="field" value="<?php 
echo $_POST['name'];
?>
" />
<br />
<div class="label">Place of Voilation:</div>
Exemplo n.º 2
0
</form><br />

</div>
<div style="width:350px; float:right; margin-top:0px;">
<a name="change" id="change"></a><br />
<form action="<?php 
print $_SERVER['PHP_SELF'] . "#change";
?>
" method="post" style="">
<h1> Change User Level</h1>Default user level is 1.  5 enables admin access.  <br />4 enables student admin access.
<div class="red"><?php 
print $Change;
?>
 </div>
<div class="label">Login Name: <?php 
$Admin_Process->list_users($con, $Table_Process);
?>
 Login Level: <select name="level" id="level">
                                  <option value="1">1</option>
                                  <option value="4">4</option>
                                  <option value="5">5</option>
                                </select>
</div>
<br />
<div>
<input name="Change" type="submit" class="textfield" value="Update" />
</div>
</form><br />
<a name="suspend" id="suspend"></a>
<form  action="<?php 
print $_SERVER['PHP_SELF'] . "#suspend";