Размер файла: 0.98Kb
{% include '/system/header.tpl'%}
<div class="main"><div class="title">Управление правилами</div>
<p>
<form action="" method="post">
Текст правил (max. 5000):<br/>
<textarea class="form" name="text" cols="59" rows="30">{{data}}</textarea><br/>
<input name="ok" type="submit" class="button" value="Отправить" />
</form>
<small>
[b]текст[/b] - <span style="font-weight: bold">текст</span><br/>
[i]текст[/i] - <span style="font-style:italic">текст</span><br/>
[red]текст[/red] - <span style="color:red">текст</span><br/>
[green]текст[/green] - <span style="color:green">текст</span><br/>
[blue]текст[/blue] - <span style="color:blue">текст</span><br/>
</small>
</p>
</div>
<div class="login">
<a href="http://{{home|e}}">Главная</a>
<a href="http://{{home|e}}/admin_index">Панель управления</a>
</div>
{% include '/system/footer.tpl'%}