Файл: templates/Original/admin/board_posts.tpl
Строк: 108
<?
echo <<<DATA
<form action="setvariables.php"
method="post">
<input type=hidden name="action"
value="posts">
<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[Param_setup]</span></th>
</tr>
<tr
class="normal">
<td class="tab_down"
width=70%>$lang[Topics_per_page]</td>
<td
class="tab_down"><input class="tab"
type="text" name="topics_per_page" size="3"
maxlength="4" value="$new_exbb[topics_per_page]"
/></td>
</tr>
<tr class="normal">
<td
class="tab_down">$lang[Posts_per_page]</td>
<td
class="tab_down"><input class="tab"
type="text" name="posts_per_page" size="3"
maxlength="4" value="$new_exbb[posts_per_page]"
/></td>
</tr>
<tr class="normal">
<td
class="tab_down">$lang[Hot_topic]</td>
<td
class="tab_down"><input class="tab"
type="text" name="hot_topic" size="3"
maxlength="4" value="$new_exbb[hot_topic]"
/></td>
</tr>
<tr class="normal">
<td
class="tab_down">$lang[Show_location]</td>
<td
class="tab_down"><input class="notab"
type="radio" name="location" value="1"
$loc_yes /> $lang[yes] <input
class="notab" type="radio" name="location"
value="0" $loc_no /> $lang[no]</td>
</tr>
<tr
class="normal">
<td
class="tab_down">$lang[Max_post_size]</td>
<td
class="tab_down"><input class="tab"
type="text" name="max_posts" size="15"
maxlength="8" value="$new_exbb[max_posts]"
/></td>
</tr>
<tr
class="normal">
<td>$lang[Mail_from_posts]</td>
<td><input
class="notab" type="radio" name="mail_posts"
value="1" $mpost_yes />
$lang[yes] <input class="notab"
type="radio" name="mail_posts" value="0"
$mpost_no />
$lang[no]</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" height="22"
background="./templates/Original/im/tab_bg.gif"><input
class="tab" type="submit" name="submit"
value="$lang[Save]" class="button"
/>
</td>
</tr>
</table>
</form>
DATA;
?>