Файл: templates/admin/guestbook_config_body.tpl
Строк: 56
<form action="{S_CONFIG_ACTION}"
method="post">
<div class="tab"><span
class="cattitle">{L_GENERAL_SETTINGS}</span></div>
<div
class="row1">{L_POSTS_PER_PAGE}<br/>
<input
class="post" type="text"
name="posts_per_page" size="3" maxlength="4"
value="{POSTS_PER_PAGE}" /></div>
<div
class="row1">{L_PERMIT_MOD}<br/>
<input
type="radio" name="permit_mod" value="1"
{PERMIT_MOD_YES} /> {L_YES} <input
type="radio" name="permit_mod" value="0"
{PERMIT_MOD_NO} /> {L_NO}</div>
<div
class="row1">{L_WORD_WRAP}<br/>
<input
type="radio" name="word_wrap" value="1"
{WORD_WRAP_YES} /> {L_YES} <input
type="radio" name="word_wrap" value="0"
{WORD_WRAP_NO} /> {L_NO}</div>
<div
class="row1">Скрыть
сообщения<br/>
<input type="radio"
name="hide_posts" value="1" {HIDE_POSTS_YES} />
{L_YES} <input type="radio"
name="hide_posts" value="0" {HIDE_POSTS_NO} />
{L_NO}</div>
<div
class="row1">{L_WORD_WRAP_LENGTH}<br />
<input
class="post" type="text" size="5"
maxlength="10" name="word_wrap_length"
value="{WORD_WRAP_LENGTH}" /></div>
<div
class="row1">{L_MAXLENGHT}<br />
<input
class="post" type="text" size="5"
maxlength="4" name="maxlenght_posts"
value="{MAXLENGHT}" /></div>
<div
class="row1">{L_FLOOD_INTERVAL}<br />
<input
class="post" type="text" size="3"
maxlength="4" name="flood_interval"
value="{FLOOD_INTERVAL}" /></div>
<div
class="row1">{L_SESSION_POSTING}<br />
<input
class="post" type="text" size="5"
maxlength="10" name="session_posting"
value="{SESSION_POSTING}" /></div>
<div
class="row1">{L_NO_SMILIES}<br/>
<input
type="radio" name="no_only_smilies" value="1"
{NO_SMILIES_YES} /> {L_YES} <input
type="radio" name="no_only_smilies" value="0"
{NO_SMILIES_NO} />
{L_NO}</div>
<p>{S_HIDDEN_FIELDS}<input
type="submit" name="submit"
value="{L_SUBMIT}" class="mainoption"
/></p>
</form>
<br clear="all" />