{include file="head.tpl"}
{include file="left.tpl"}
<form name="f1" id="fr" action="" >
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="21"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/corner9.gif" width="5" height="21"></td>
<td width="99%" class="header"><span class="whitetext">
Depreciation Calculation
</span></td>
<td><img src="images/corner10.gif" width="5" height="21"></td>
</tr>
</table></td>
</tr>
<tr>
<td class="border3side" valign="top" height="100%"><table width="100%" height="100%" border="0" cellspacing="8" cellpadding="0">
<tr>
<td valign="top">
<table cellSpacing="1" cellPadding="0" width="100%" border="0">
<tr>
<td class="title_heading" width="10%"><font color="#000000"> Tag</font></td>
<td class="title_heading" width="15%"><font color="#000000"> Price($)</font></td>
<td class="title_heading" width="15%"><font color="#000000"> Type</font></td>
<td class="title_heading" width="15%"><font color="#000000"> Vendor</font></td>
<td class="title_heading" width="20%"><font color="#000000"> Monthly Depreciation(in %) </font></td>
</tr>
{section name=index loop=$asset_tag}
{assign var="l" value=1}
<tr>
<td class="list_item" width="10%"> {$asset_tag[index]}</td>
<td class="list_item" width="15%"> {$asset_price[index]}</td>
<td class="list_item" width="15%"> {$equipment_name[index]}</td>
<td class="list_item" width="15%"> {$vendor_name[index]}</td>
<td class="list_item" width="15%">
<select name="depri_month" size="2">
{section name=count loop=100}
<option value="{$l}"> {$l} </option>
{$l++}
{/section}
</select>
</td>
</tr>
{/section}
<tr>
<!--<td class="btn_bg1" colspan="5">
<input type="image" name="assign" src="images/assign_user.gif" title="Assign Book to User"/>
</td>-->
<td class="btn_bg1" colspan="5"><input type="submit" name="submit" value="submit" /></td>
</tr>
</table>
</form>
{include file="foot.tpl"}