<style>
.tlinks {
color: #000000;
text-decoration: none;
width:100%;
height:100%;
display:block;
}
a.tlinks:link {
color: #000000;
text-decoration: none;
}
a.tlinks:visited {
color: #000000;
text-decoration: none;
}
a.tlinks:hover {
color: #000000;
text-decoration: underline;
}
a.tlinks:active {
color: #333333;
}
</style>
<link href="<?PHP echo $disp_cssdir; ?>css/TicketOverview.css" rel="stylesheet" type="text/css" />
<div class="TicketOverview">
<table width="100%" border="1" cellspacing="0" cellpadding="1" style="<?PHP echo $disp_acolor; ?>">
<tr>
<td><table width="100%" border="1" cellspacing="0" cellpadding="1">
<tr>
<td width="26%"><?PHP echo $disp_targeturl; ?>Ticket ID: <big><?php echo $disp_tid;?></big><?php echo $disp_ctid;?></a></td>
</td>
<td width="74%"><?PHP echo $disp_targeturl; ?>Job Status: <?PHP echo $disp_jobstat; ?></a></td>
</tr>
<tr>
<td><?PHP echo $disp_targeturl; ?>Check In Date: <?PHP echo $disp_chin; ?></a></td>
<td><?PHP echo $disp_targeturl; ?>Job Type: <?PHP echo $disp_servtyp; ?></a></td>
</tr>
<tr>
<td><?PHP echo $disp_targeturl; ?>Make: <?PHP echo $disp_itmmke; ?></a></td>
<td><?PHP echo $disp_targeturl; ?>Model: <?PHP echo $disp_itmmod; ?></a></td>
</tr>
</table>
<table width="100%" border="1" cellspacing="0" cellpadding="1">
<tr>
<td><?PHP echo $disp_targeturl; ?>Business Name: <?PHP echo $disp_showbus; ?></a></td>
<td><?PHP echo $disp_targeturl; ?>Business Contact: <?PHP echo $disp_showbc; ?></a></td>
</tr>
<tr>
<td><?PHP echo $disp_targeturl; ?>Lastname,Firstname: <?PHP echo $disp_shcus; ?></a></td>
<td><?PHP echo $disp_targeturl; ?>Phone Number: <?PHP echo $disp_cph; ?></a></td>
</tr>
</table></td>
</tr>
<tr>
<td><?PHP echo $disp_targeturl; ?>Problem Description:<br />
<?PHP echo (nl2br(htmlentities($disp_desc))); ?></a></td>
</tr>
<tr>
<td><?PHP echo $disp_targeturl; ?>Items Checked In:<br />
<?PHP echo (nl2br(htmlentities($disp_ass))); ?></a></td>
</tr>
<tr>
<td><?PHP echo $disp_targeturl; ?>Items Required For Repair:<br />
<?PHP echo (nl2br(htmlentities($disp_ireqp))); ?></a></td>
</tr>
</table>
</div>
<div class="Seperator"> </div>