<!-- [BEGIN] Buttons -->
<div align="center" style="margin-top:10px">
<?php if ( $b_reg ) { ?>
<?php echo $hm->Button( array( '<>'=>'<default/>', 'name'=>"_sc=_this/reg_done&" ) ); ?>
<?php } ?>
<?php if ( $b_edit ) { ?>
<?php echo $hm->Button( array( '<>'=>'<default/>', 'name'=>"_sc=_this/edit_done&" ) ); ?>
<?php } ?>
<table width='100%'>
<tr>
<td align='right'>
<?php if ( $b_reg ) { ?>
<?php echo $hm->Button( array( '<>'=>'</>', 'name'=>"_sc=_this/reg_done&", 'src'=>'save', 'value'=>RSTR_SAVE ) ); ?>
<?php } ?>
<?php if ( $b_edit ) { ?>
<?php echo $hm->Button( array( '<>'=>'</>', 'name'=>"_sc=_this/edit_done&", 'src'=>'save', 'value'=>RSTR_SAVE ) ); ?>
<?php } ?>
<?php if ( $b_del ) { ?>
<?php echo $hm->Button( array( '<>'=>'</>', 'name'=>"_sc=_this/del_done&", 'src'=>'delete', 'value'=>RSTR_DELETE ) ); ?>
<?php } ?>
</td>
<td></td>
<td align='left'>
<?php echo $hm->Button( array( '<>'=>'</>', 'name'=>"_sc=_this/search_ret&", 'src'=>'cancel', 'value'=>RSTR_CANCEL ) ); ?>
</td>
</tr>
</table>
</div>
<!-- [END] Buttons -->