Exemplo n.º 1
0
<td width=50px>&nbsp;&nbsp;&nbsp;
<a href="../index.php"><img src="./images/home.gif"  title="Back to homepage..."/></a>&nbsp;<b></td><td valign="middle" width=90px> <b>Back To Home</b> </td>
<td>
<img src="images/active.gif" style="border:hidden" title="Paid" align="absmiddle" width="40px" height="40px"/><b>Paid</b>&nbsp;&nbsp;&nbsp;
<img src="images/inactive.png" style="border:hidden" title="Not Paid" align="absmiddle" width="40px" height="40px"/><b>Inactive</b>&nbsp;&nbsp;&nbsp;

<img src="images/add.png" style="border:hidden" title="New One" align="absmiddle" width="24px" height="24px"/>&nbsp;<b>Vacant</b>&nbsp; <font color="#000000"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></font>&nbsp;&nbsp;
</td>
<td align="right">
<form action="ft_chart.php" method="post" onSubmit= "return validate_go(this);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="text" value="" name="go_id" id="go_id"><input type="submit" value="Find ID" name="go_submit"></form>
</td>
</tr>
<table>
</div>

<?php 
$id_decrypt = $obj_tree_view->getDecrypt($id);
if ($sess_obj->sess_user_id) {
    //$obj_tree_view->cconfigure($id);
    $obj_tree_view->addtomatrix($id_decrypt, 1, 0);
    $obj_tree_view->balancematrix();
    $obj_tree_view->displaymatrix($user_id, $id);
}
?>

</div>
	
</body>
</html>