<style type="text/css">
<!--
.style1 {font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
}
.style2 {font-family: Arial, Helvetica, sans-serif}
.style3 { color: #FFFFFF;
font-weight: bold;
}
-->
</style>
<form name="form1" method="post" action="view.php?func=view">
<table width="600" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#333333">
<tr>
<td background="../../images/table_head_bg.png" bgcolor="#333333"><span class="style1">View Tickets</span></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><?php include('../funcs/get_clients.php'); ?>
<select name="status" id="status">
<option value="Open" selected>Open</option>
<option value="Closed">Closed</option>
<option value="Pending">Pending</option>
<option value="All">All</option>
</select>
<input type="submit" name="button" id="button" value="View Tickets"> <br></td>
</tr>
</table>
<tr>
<td width="55%" bgcolor="#FFFFFF"> </td>
<td width="15%" bgcolor="#FFFFFF"> </td>
<td width="15%" bgcolor="#FFFFFF"> </td>
</tr>
</form>