File size: 1.08Kb
<?php $this->display('header.tpl', array('sub_title' => 'Изменение комментария')) ?>
<?php if ($error): ?>
<div class="error">
<?php echo $error ?>
</div>
<?php
endif ?>
<div class="title"><img src="<?php echo URL ?>views/<?php echo THEME ?>/img/titl.gif" class="ico" alt="" /><b>Изменение комментария</b></div>
<form action="<?php echo a_url('comments/comment_edit', 'comment_id=' . $comment['comment_id'] . '&return_name=' . urlencode('Вернуться') . '&return_url=' . urlencode(str_replace('&', '&', html_entity_decode($_GET['return_url'])))) ?>" method="post">
<div class="menu">
Сообщение:<br />
<textarea name="message" rows="5" cols="20"><?php echo $comment['text'] ?></textarea><br />
<input type="submit" name="submit" value="Сохранить" />
</div>
</form>
<div class="block">
<a href="<?php echo urldecode($_GET['return_url']) ?>"><?php echo urldecode($_GET['return_name']) ?></a><br />
<a href="<?php echo URL ?>">На главную</a>
</div>
<?php $this->display('footer') ?>