25 lines
1.0 KiB
Smarty
25 lines
1.0 KiB
Smarty
|
|
<h2>Ответ на отзыв</h2>
|
||
|
|
<i>{$feed_row->name}</i><br>{$feed_row->text}
|
||
|
|
<form id="f_form2" style="margin-top: 20px;">
|
||
|
|
|
||
|
|
<div class="form-group">
|
||
|
|
<label>Комментарий*</label>
|
||
|
|
<textarea class="form-control" name="text"></textarea>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="well">
|
||
|
|
<div id="f_images2"></div>
|
||
|
|
<div class="clearfix"></div>
|
||
|
|
<span class="btn btn-success fileinput-btn" ><i class="fa fa-plus"> Добавить фото</i>
|
||
|
|
<input type="file" multiple name="img"></span>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="alert alert-danger f-error" id="f_text_error2" style="display: none;">введите текст комментария</div>
|
||
|
|
|
||
|
|
<button type="submit" class="btn btn-default" id="f_submit_btn2"><i class="fa fa-check"></i> Отправить</button>
|
||
|
|
<p class="help-block">*Обязательное поле</p>
|
||
|
|
<input type="hidden" name="parent_id" value="{$feed_row->id}">
|
||
|
|
<input type="hidden" name="name" value="Ответ">
|
||
|
|
<input type="hidden" name="email" value="">
|
||
|
|
<input type="hidden" name="url" value="save_reply">
|
||
|
|
</form>
|