|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/modules/comment/tpl/ |
Upload File : |
<!--%import("filter/insert_comment_module_config.xml")-->
<form action="./" method="post" onsubmit="return procFilter(this, insert_comment_module_config)">
<input type="hidden" name="target_module_srl" value="{$module_info->module_srl?$module_info->module_srl:$module_srls}" />
<h4 class="xeAdmin">{$lang->comment}</h4>
<p class="summary">{$lang->about_comment_count}</p>
<table cellspacing="0" class="rowTable">
<tr>
<th><div>{$lang->comment_count}</div></th>
<td class="wide">
<input type="text" name="comment_count" value="{$comment_config->comment_count}" class="inputTypeText w80" />
</td>
</tr>
<tr>
<th colspan="2" class="button">
<span class="button strong black"><input type="submit" value="{$lang->cmd_save}"/></span>
</th>
</tr>
</table>
</form>