<link href="css/style_new.css" rel="stylesheet" type="text/css">
<title> History </title>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle">
<form name="form1" method="post" action="">
{section name=i loop=$eq_name}
<table width="90%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td colspan="4" height="30"></td>
</tr>
<tr>
<td class="btn_bg1" nowrap="nowrap">
<strong>Equipment Name :{$eq_name[i]} |</strong>
<strong>Serial No :{$eq_serial[i]} |</strong>
<strong>Manufacturer :{$eq_manufac[i]} |</strong>
<strong>Warranty Date :{$eq_warranty[i]}</strong></td>
</tr>
</table>
<table width="90%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td class="txtbox_bgcolor" width="20%"> Old Status</td>
<td class="txtbox_bgcolor" width="20%"> Changed Status</td>
<td class="txtbox_bgcolor" width="20%"> Comment</td>
<td class="txtbox_bgcolor" width="20%"> Date</td>
</tr>
{assign var=a value="$count_inner[i]" }
{if $a > 0}
{section name=index loop=$a}
<tr>
<td class="list_item" width="20%"> {$old_status[i][index]}</td>
<td class="list_item" width="20%"> {$new_status[i][index]}</td>
<td class="list_item" width="20%"> {$comment[i][index]}</td>
<td class="list_item" width="20%"> {$change_date[i][index]}</td>
</tr>
{/section}
{else}
<tr>
<td colspan="4" class="text" align="center"><font color="#FF0000">Running Properly Till Date</font></td>
</tr>
{/if}
</table>
{/section}
</form>
</td>
</tr>
</table>