Просмотр файла mch-lib/templates/blue/admin/adm_comments.tpl

Размер файла: 739B
<div class="ptext">
{section name=c loop=$comms_n}
 <div class="ptext2"> <small> {$comms_n[c]} [{$comms_d[c]}] </small> [<a href="?do=6&del={$comms_id[c]}&idb={$id}">Уд.</a>] <br /> </div>
  	<small>{$comms_t[c]}</small> <br />
{/section}

{include file="$nav"}
<div class="ptext2">
<form action="?do=6&id={$id}&ok=1" method="POST">
<div class="f">
<small>Прокомментировать: </small> </br />
</div>
<small>Имя: </small> </br />
  <input type="text" name="namec" value="Администратор" class="q"> <br />
<small>Комментарий: </small> </br />
  <textarea name="comm" cols="17" rows="5" class="q"></textarea> <br />
  <input type="submit" value="Ответить" class="q">
</form>
</div>
</div>