<!--
this is area on the right for the general list.
The list will have limited rows with next and
previous buttons.
-->
<div id="gnrl" style="padding: 2px; border:none;">
<!-- BEGIN _lst_prvNxt -->
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <!-- next and prev-->
<tr> <!-- buttons at the -->
<td width="50%"></td> <!-- top of the -->
<td width="25%" align="right">{_prv_}</td> <!-- list -->
<td width="25%" align="right">{_nxt_}</td>
</tr>
</table>
<!-- END _lst_prvNxt -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- BEGIN _lst_head -->
<tr style="background-color:{_lh_bg};">
<td style="border-bottom:1px solid black;" class="{_lh_cls0}">{_lh_hd0}</td>
<td style="border-bottom:1px solid black;" class="{_lh_cls1}">{_lh_hd1}</td>
<td style="border-bottom:1px solid black;" class="{_lh_cls2}">{_lh_hd2}</td>
<td style="border-bottom:1px solid black;" class="{_lh_cls3}">{_lh_hd3}</td>
</tr>
<!-- END _lst_head -->
<!-- BEGIN _lst_recs -->
<tr style="background-color:{_lr_bg};">
<td class="{_lr_cls0}">{_lr_cl0}</td>
<td class="{_lr_cls1}">{_lr_cl1}</td>
<td class="{_lr_cls2}">{_lr_cl2}</td>
<td class="{_lr_cls3}">{_lr_cl3}</td>
</tr>
<!-- END _lst_recs -->
</table>
</div>
|