{if !{$_CONF['info_row']['ajax_moderator_options']}}
<form method="post" action="index.php?page=management&close=1&subject_id={$subject}">
{/if}
<table align="center" border="0" cellspacing="1" class="border" width="60%">
<tr align="center">
<td class="tcat" width="60%" colspan="2">
{$lang['locked_Topic']}
</td>
</tr>
<tr>
<td class="row1 rows_space" width="30%">
{$lang['reason_close_topic']}
</td>
<td class="row1" width="30%">
<input name="reason" type="text" size="38" />
</td>
</tr>
{if {$SubjectInfo['poll_subject']} == '1'}
<tr>
<td class="row1 rows_space" width="30%">
Ø¥ØºÙØ§Ù Ø§ÙØ¥Ø³ØªÙتاء ?
</td>
<td class="row1" width="30%">
{if {$SubjectInfo['close_poll_subject']} == '0'}
<input name="close_poll" value="0" checked="checked" id="red" type="radio"> ÙØ§
<input name="close_poll" value="1" id="green" type="radio"> ÙØ¹Ù
{/if}
</td>
</tr>
<tr>
{/if}
<td class="row1 rows_space" width="60%" colspan="2">
<div align="center">
{if {$_CONF['info_row']['ajax_moderator_options']}}
<input type="button" id="close_id" value="{$lang['Count']}" />
{else}
<input type="submit" value="{$lang['Count']}" />
{/if}
</div></td>
</tr>
</table>
{if !{$_CONF['info_row']['ajax_moderator_options']}}
</form>
{/if}
<br />
<br />