Файл: templates/Original/admin/board_secure.tpl
Строк: 141
<?
echo <<<DATA
<form action="setvariables.php"
method="post">
<input type=hidden name="action"
value="secure">
<input type=hidden name="save"
value="1">
<input type=hidden name="ch_files"
value="$ch_files">
<input type=hidden
name="ch_dirs" value="$ch_dirs">
<table
width="99%" cellpadding="4" cellspacing="0"
border="0" align="center"
class="tab">
<tr class="forumline">
<th
class="tab_down" colspan="2" height="29"
background="./templates/Original/im/tab_bg1.gif"><span
class="catname">$lang[Secure_setup]</span></th>
</tr>
<tr
class="normal">
<td class="tab_down"
width=70%>$lang[Anti_bot]<br /><span
class="moder">$lang[Anti_bot_nt]</span></td>
<td
class="tab_down"><input class="notab"
type="radio" name="anti_bot" value="1"
$bot_yes /> $lang[yes] <input
class="notab" type="radio" name="anti_bot"
value="0" $bot_no /> $lang[no]</td>
</tr>
<tr
class="normal">
<td
class="tab_down">$lang[Registration_off]</td>
<td
class="tab_down"><input class="notab"
type="radio" name="reg_on" value="0" $reg_off
/> $lang[yes] <input class="notab"
type="radio" name="reg_on" value="1" $reg_on
/> $lang[no]</td>
</tr>
<tr
class="normal">
<td
class="tab_down">$lang[User_activation]<br /><span
class="moder">$lang[User_activation_mes]</span></td>
<td
class="tab_down"><input class="notab"
type="radio" name="passwordverification"
value="0" $passverif_yes />
$lang[yes] <input class="notab"
type="radio" name="passwordverification"
value="1" $passverif_no />
$lang[no]</td>
</tr>
<tr
class="normal">
<td
class="tab_down">$lang[New_reg]<br /></td>
<td
class="tab_down"><input class="notab"
type="radio" name="newusernotify" value="1"
$newuser_yes /> $lang[yes] <input
class="notab" type="radio"
name="newusernotify" value="0" $newuser_no />
$lang[no]</td>
</tr>
<tr
class="normal">
<td>$lang[Flood_Interval] <br
/><span
class="moder">$lang[Flood_Interval_mes]</span></td>
<td><input
class="tab" type="text" size="3"
maxlength="4" name="flood_limit"
value="$new_exbb[flood_limit]"
/></td>
</tr>
</table>
<table
width="99%" cellpadding="2" cellspacing="0"
border="0" align="center"
class="tab_left_right_down">
<tr
class="normal">
<td colspan="2"
align="center"
background="./templates/Original/im/tab_bg.gif"><input
type="submit" name="submit"
value="$lang[Save]" class="tab"
/>
</td>
</tr>
</table>
</form>
DATA;
?>