108
</tr>
</table>
<input type="hidden" name="LMI_PAYMENT_AMOUNT"
value="1.20">
<input type="hidden" name="LMI_PAYMENT_DESC" value= "<? echo $this-
>price?>" >
<input type="hidden" name="LMI_PAYMENT_NO" value=1 >
<input type="hidden" name="LMI_PAYEE_PURSE" value="Z145179295679">
<input type="hidden" name="LMI_SIM_MODE" value="0">
</form>
</div>
<h3><?=$this->form_title?></h3>
<?php include "message.tpl"; ?>
<div class="form">
<form name="product" action="<?=$this->action?>" method="post"
enctype="multipart/form-data">
<table>
<tr>
<td>Раздел:</td>
<td>
<select name="section_id">
<?php foreach ($this->sections as
$section) { ?>
<option
value="<?=$section["id"]?>" <?php if ($section["id"] == $this->section_id) {
?>selected="selected"<?php } ?>><?=$section["title"]?></option>
<?php } ?>
</select>