<link href="css/style_new.css" rel="stylesheet" type="text/css">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle">
<form name="form1" method="post" action="">
<table width="90%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td colspan="5" height="30"></td>
</tr>
<tr>
<td class="title_heading" width="20%"> Equipment Name</td>
<td class="title_heading" width="20%"> Old Status</td>
<td class="title_heading" width="20%"> Changed Status</td>
<td class="title_heading" width="20%"> Comment</td>
<td class="title_heading" width="20%"> Date</td>
</tr>
</table>
{ if $count > 0}
<table width="90%" border="0" cellspacing="1" cellpadding="0" align="center">
{section name=index loop=$eq_name}
<tr>
<td class="list_item" width="20%"> {$eq_name[index]}</td>
<td class="list_item" width="20%"> {$old_status[index]}</td>
<td class="list_item" width="20%"> {$new_status[index]}</td>
<td class="list_item" width="20%"> {$comment[index]}</td>
<td class="list_item" width="20%"> {$date[index]}</td>
</tr>
{/section}
</table>
{else}
<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan="5" class="text">No History Found</td>
</tr>
</table>
{/if}
</form>
</td>
</tr>
</table>