Файл: templates/Original/admin/movetopic.tpl
Строк: 58
<?
echo <<<DATA
<table cellpadding=0 cellspacing=0
border=0 width=$exbb[tablewidth] align=center>
<form name=postform
action="postings.php" method=post>
<input type=hidden
name="action" value="movetopic">
<input
type=hidden name="checked" value="yes">
<input type=hidden name="forum"
value="$inforum">
<input type=hidden
name="topic" value="$intopic">
<tr>
<td>
<table cellpadding=6 cellspacing=1 border=0
width=100% class="bodyform">
<tr
class="catname">
<td
class="forumline" valign=middle colspan=2
align=center><b>$lang[Topic_moving]</b></td>
</tr>
<tr class="dats">
<td class="formtd" valign=middle
width=40%><b>$lang[Move_options]</td>
<td
class="formtd" valign=middle>
<input
name="leavemessage" type="radio" value="yes"
checked> $lang[Stay_blocked]<br><input
name="leavemessage" type="radio"
value="no"> $lang[Top_delete]
</td>
</tr>
<tr class="dats">
<td class="formtd"
valign=middle><b>$lang[Move_in]</b></td>
<td class="formtd" valign=middle><select
name="movetoid">$jumphtml</select></td>
</tr>
<tr class="dats">
<td class="postclr1" valign=middle colspan=2
align=center>
<input class=button
type="submit" value="$lang[Sent]"
name="submit">
</td>
</tr>
</table></td></tr></form></table><p>
DATA;
?>