<html>
<title>{$title}</title>
<head>
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="70%" align="center" class="label1">
<tr><td colspan="3"> </td></tr></table>
<table width="70%" border="1" align="center" cellpadding="0" cellspacing="0" id="tbl_border">
<tr><td class="list_item">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="5" id="tbl_list">
<tr>
<td width="33%" class="list_item"><strong> Manufacturer</strong></td>
<td width="1%" class="list_item">:</td>
<td width="66%" class="list_item">{$asset_manufacturer}</td>
</tr>
<tr>
<td class="list_item"><strong> Model</strong></td>
<td class="list_item">:</td>
<td class="list_item">{$asset_model}</td>
</tr>
<tr>
<td class="list_item"><strong> Purchase Order No</strong></td>
<td class="list_item">:</td>
<td class="list_item">{$po_no}</td>
</tr>
<tr>
<td class="list_item"><strong> Price</strong></td>
<td class="list_item">:</td>
<td class="list_item">{$asset_price}</td>
</tr>
<tr>
<td class="list_item"><strong>Vendor Name</strong></td>
<td class="list_item">:</td>
<td class="list_item">{$vendor_name}</td>
</tr>
<tr>
<td class="list_item"><strong>Equipment Name</strong></td>
<td class="list_item">:</td>
<td class="list_item">
<table border="1" width="100%" bordercolor="#000000" cellpadding="0" cellspacing="0" >
<tr><td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="tbl_serial">
{section name=i loop=$equipment_name}
<tr><td class="list_item"> {$equipment_name[i]}</td>
<td class="list_item"><strong>Serial:</strong></td>
<td class="list_item">{$serial_no[i]}</td>
</tr>
{/section}
</table>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="list_item"><strong>Decription</strong></td>
<td class="list_item">:</td>
<td class="list_item">{$asset_description} </td>
</tr>
<tr>
<td class="list_item"><strong>Receive Date</strong></td>
<td class="list_item">:</td>
<td class="list_item">{$receive_date} </td>
</tr>
<tr>
<td class="list_item"><strong>Issue to User</strong></td>
<td class="list_item">:</td>
<td class="list_item">{$full_name[$u_id]} </td>
</tr>
</table>
</td>
</tr>
</table>
<table align="center">
<tr>
<td align="center">
<input type="image" src="images/print.gif" name="add" onClick="window.print()" title="Click to Print"></td>
</tr>
</table>
</body>
</html>