Admin HTML Markup Clean.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9371 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-27 09:50:44 +00:00
parent 773c18bde2
commit 12ca869ccd
75 changed files with 2992 additions and 3093 deletions

View file

@ -6,188 +6,195 @@
<form ruleset="insertConfig" action="./" method="post">
<input type="hidden" name="act" value="procPointAdminInsertConfig" />
<h4 class="xeAdmin">{$lang->max_level}</h4>
<table cellspacing="0" class="rowTable">
<tr>
<td colspan="2">
<input type="text" class="inputTypeText w80" value="{$config->max_level}" name="max_level" />
<p>{$lang->about_max_level}</p>
</td>
</tr>
</table>
<h3 class="h3">{$lang->max_level}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<tr>
<td colspan="2">
<input type="text" value="{$config->max_level}" name="max_level" />
<p>{$lang->about_max_level}</p>
</td>
</tr>
</table>
</div>
<h4 class="xeAdmin">{$lang->point_name}</h4>
<table cellspacing="0" class="rowTable">
<tr>
<td colspan="2">
<input type="text" class="inputTypeText w80" value="{$config->point_name}" name="point_name" />
<p>{$lang->about_point_name}</p>
</td>
</tr>
</table>
<h3 class="h3">{$lang->point_name}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<tr>
<td colspan="2">
<input type="text" value="{$config->point_name}" name="point_name" />
<p>{$lang->about_point_name}</p>
</td>
</tr>
</table>
</div>
<h4 class="xeAdmin">{$lang->is_default}</h4>
<table cellspacing="0" class="rowTable">
<tr class="row2">
<td><div>{$lang->point_signup}</div></td>
<td>
<input type="text" class="inputTypeText w80" value="{$config->signup_point}" name="signup_point" /> {$config->point_name}
<p>{$lang->about_point_signup}</p>
</td>
</tr>
<tr>
<td><div>{$lang->cmd_login}</div></td>
<td><input type="text" class="inputTypeText w80" value="{$config->login_point}" name="login_point" /> {$config->point_name}</td>
</tr>
<tr class="row2">
<td><div>{$lang->point_insert_document}</div></td>
<td><input type="text" name="insert_document" value="{$config->insert_document}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
<tr>
<td><div>{$lang->point_insert_comment}</div></td>
<td><input type="text" name="insert_comment" value="{$config->insert_comment}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
<tr class="row2">
<td><div>{$lang->point_upload_file}</div></td>
<td><input type="text" name="upload_file" value="{$config->upload_file}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
<tr>
<td><div>{$lang->point_download_file}</div></td>
<td><input type="text" name="download_file" value="{$config->download_file}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
<tr class="row2">
<td><div>{$lang->point_read_document}</div></td>
<td><input type="text" name="read_document" value="{$config->read_document}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
<tr>
<td><div>{$lang->point_voted}</div></td>
<td><input type="text" name="voted" value="{$config->voted}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
<tr class="row2">
<td><div>{$lang->point_blamed}</div></td>
<td><input type="text" name="blamed" value="{$config->blamed}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
</table>
<h3 class="h3">{$lang->is_default}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<tr class="row2">
<td>{$lang->point_signup}</td>
<td>
<input type="text" class="inputTypeText w80" value="{$config->signup_point}" name="signup_point" /> {$config->point_name}
<p>{$lang->about_point_signup}</p>
</td>
</tr>
<tr>
<td>{$lang->cmd_login}</td>
<td><input type="text" class="inputTypeText w80" value="{$config->login_point}" name="login_point" /> {$config->point_name}</td>
</tr>
<tr class="row2">
<td>{$lang->point_insert_document}</td>
<td><input type="text" name="insert_document" value="{$config->insert_document}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
<tr>
<td>{$lang->point_insert_comment}</td>
<td><input type="text" name="insert_comment" value="{$config->insert_comment}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
<tr class="row2">
<td>{$lang->point_upload_file}</td>
<td><input type="text" name="upload_file" value="{$config->upload_file}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
<tr>
<td>{$lang->point_download_file}</td>
<td><input type="text" name="download_file" value="{$config->download_file}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
<tr class="row2">
<td>{$lang->point_read_document}</td>
<td><input type="text" name="read_document" value="{$config->read_document}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
<tr>
<td>{$lang->point_voted}</td>
<td><input type="text" name="voted" value="{$config->voted}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
<tr class="row2">
<td>{$lang->point_blamed}</td>
<td><input type="text" name="blamed" value="{$config->blamed}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
</table>
</div>
<h4 class="xeAdmin">{$lang->level_icon}</h4>
<table cellspacing="0" class="rowTable">
<tr>
<td colspan="2">
<select name="level_icon" class="fullWidth">
<!--@foreach($level_icon_list as $key => $val)-->
<option value="{$val}" <!--@if($config->level_icon == $val)-->selected="selected"<!--@end-->>{$val}</option>
<!--@end-->
</select>
<p>{$lang->about_level_icon}</p>
</td>
</tr>
</table>
<h3 class="h3">{$lang->level_icon}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<tr>
<td colspan="2">
<select name="level_icon" class="fullWidth">
<!--@foreach($level_icon_list as $key => $val)-->
<option value="{$val}" <!--@if($config->level_icon == $val)-->selected="selected"<!--@end-->>{$val}</option>
<!--@end-->
</select>
<p>{$lang->about_level_icon}</p>
</td>
</tr>
</table>
</div>
<h4 class="xeAdmin">{$lang->disable_download}</h4>
<table cellspacing="0" class="rowTable">
<tr>
<td colspan="2">
<input type="checkbox" name="disable_download" value="Y" <!--@if($config->disable_download=='Y')-->checked="checked"<!--@end--> />
<p>{$lang->about_disable_download}</p>
</td>
</tr>
</table>
<h4 class="xeAdmin">{$lang->disable_read_document}</h4>
<table cellspacing="0" class="rowTable">
<tr>
<td colspan="2">
<input type="checkbox" name="disable_read_document" value="Y" <!--@if($config->disable_read_document=='Y')-->checked="checked"<!--@end--> />
<p>{$lang->about_disable_read_document}</p>
</td>
</tr>
</table>
<table cellspacing="0" class="rowTable">
<tr>
<th colspan="2" class="button">
<span class="button black strong"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span>
</th>
</tr>
</table>
<h4 class="xeAdmin">{$lang->point_link_group}</h4>
<table cellspacing="0" class="rowTable">
<thead>
<tr>
<th class="half_wide"><div>{$lang->group}<div></th>
<th class="half_wide"><div>{$lang->level}<div></th>
</tr>
</thead>
<tbody>
<!--@foreach($group_list as $key => $val)-->
<tr class="row{$cycle_idx}">
<td class="center"><div>{$val->title}</div></td>
<td class="center"><input type="text" class="inputTypeText w80" value="{$config->point_group[$key]}" name="point_group_{$key}" /></td>
</tr>
<!--@end-->
<tr class="row{$cycle_idx}">
<td colspan="2">
<select name="group_reset">
<option value="Y"<!--@if($config->group_reset != 'N')--> selected="selected"<!--@end-->>{$lang->point_group_reset_and_add}</option>
<option value="N"<!--@if($config->group_reset == 'N')--> selected="selected"<!--@end-->>{$lang->point_group_add_only}</option>
</select>
</td>
</tr>
<tr>
<td colspan="2"><p>{$lang->about_point_link_group}</p></td>
</tr>
<tr>
<th colspan="2" class="button">
<span class="button black strong"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span>
</th>
</tr>
</tbody>
</table>
<h4 class="xeAdmin">{$lang->level_point_calc}</h4>
<table cellspacing="0" class="rowTable">
<tr>
<td><input name="expression" value="{$config->expression}" size="4" class="inputTypeText w100"/> <input type="button" onclick="exp_calc(this.form)" value="{$lang->cmd_exp_calc}" /> <input type="button" onclick="exp_calc(this.form, true)" value="{$lang->cmd_exp_reset}" /><p>{$lang->expression}</p>
</td>
</tr>
</table>
<h4 class="xeAdmin">{$lang->level_point}</h4>
<table cellspacing="0" class="rowTable">
<tr>
<td>1</td>
<td><img src="{getUrl()}/modules/point/icons/{$config->level_icon}/1.gif" alt="" /></td>
<td><input type="text" name="level_step_1" value="{$config->level_step[1]}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
<!--@for($i=2;$i<=$config->max_level;$i++)-->
<tr class="row{(($i-1)%2+1)}">
<td>{$i}</td>
<td><img src="{getUrl()}/modules/point/icons/{$config->level_icon}/{$i}.gif" alt="" /></td>
<td><input type="text" id="level_step_{$i}" name="level_step_{$i}" value="{$config->level_step[$i]}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
<!--@end-->
<tr>
<th colspan="4" class="button">
<span class="button black strong"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span>
</th>
</tr>
</table>
<h4 class="xeAdmin">{$lang->cmd_point_recal}</h4>
<table cellspacing="0" class="rowTable">
<tr>
<td>
<p>{$lang->about_cmd_point_recal}</p>
<p id="pointReCal"></p>
</td>
</tr>
<tr>
<th class="button">
<span class="button black strong"><input type="button" value="{$lang->cmd_point_recal}" onclick="doPointRecal(); return false;"/></span>
</td>
</tr>
</table>
<h3 class="h3">{$lang->disable_download}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<tr>
<td colspan="2">
<input type="checkbox" name="disable_download" value="Y" <!--@if($config->disable_download=='Y')-->checked="checked"<!--@end--> />
<p>{$lang->about_disable_download}</p>
</td>
</tr>
</table>
</div>
<h3 class="h3">{$lang->disable_read_document}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<tr>
<td colspan="2">
<input type="checkbox" name="disable_read_document" value="Y" <!--@if($config->disable_read_document=='Y')-->checked="checked"<!--@end--> />
<p>{$lang->about_disable_read_document}</p>
</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}" /></span>
</div>
<h3 class="h3">{$lang->point_link_group}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<thead>
<tr>
<th class="half_wide"><div>{$lang->group}<div></th>
<th class="half_wide"><div>{$lang->level}<div></th>
</tr>
</thead>
<tbody>
<!--@foreach($group_list as $key => $val)-->
<tr class="row{$cycle_idx}">
<td class="center">{$val->title}</td>
<td class="center"><input type="text" class="inputTypeText w80" value="{$config->point_group[$key]}" name="point_group_{$key}" /></td>
</tr>
<!--@end-->
<tr class="row{$cycle_idx}">
<td colspan="2">
<select name="group_reset">
<option value="Y"<!--@if($config->group_reset != 'N')--> selected="selected"<!--@end-->>{$lang->point_group_reset_and_add}</option>
<option value="N"<!--@if($config->group_reset == 'N')--> selected="selected"<!--@end-->>{$lang->point_group_add_only}</option>
</select>
</td>
</tr>
<tr>
<td colspan="2"><p>{$lang->about_point_link_group}</p></td>
</tr>
</tbody>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}" /></span>
</div>
<h3 class="h3">{$lang->level_point_calc}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<tr>
<td>
<input name="expression" value="{$config->expression}" size="4" /> <input type="button" onclick="exp_calc(this.form)" value="{$lang->cmd_exp_calc}" />
<input type="button" onclick="exp_calc(this.form, true)" value="{$lang->cmd_exp_reset}" />
<p>{$lang->expression}</p>
</td>
</tr>
</table>
</div>
<h3 class="h3">{$lang->level_point}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<tr>
<td>1</td>
<td><img src="{getUrl()}/modules/point/icons/{$config->level_icon}/1.gif" alt="" /></td>
<td><input type="text" name="level_step_1" value="{$config->level_step[1]}" /> {$config->point_name}</td>
</tr>
<!--@for($i=2;$i<=$config->max_level;$i++)-->
<tr class="row{(($i-1)%2+1)}">
<td>{$i}</td>
<td><img src="{getUrl()}/modules/point/icons/{$config->level_icon}/{$i}.gif" alt="" /></td>
<td><input type="text" id="level_step_{$i}" name="level_step_{$i}" value="{$config->level_step[$i]}" /> {$config->point_name}</td>
</tr>
<!--@end-->
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}" /></span>
</div>
<h3 class="h3">{$lang->cmd_point_recal}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<tr>
<td>
<p>{$lang->about_cmd_point_recal}</p>
<p id="pointReCal"></p>
</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="button" value="{$lang->cmd_point_recal}" onclick="doPointRecal(); return false;"/></span>
</div>
</form>

View file

@ -5,49 +5,51 @@
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<table cellspacing="0" class="crossTable">
<caption>Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}</caption>
<thead>
<tr>
<th scope="col"><div>{$lang->no}</div></th>
<th scope="col"><div>{$lang->user_id}</div></th>
<th scope="col"><div>{$lang->user_name}</div></th>
<th scope="col"><div>{$lang->nick_name}</div></th>
<th scope="col"><div>{$lang->point}</div></th>
<th scope="col"><div>{$lang->level}</div></th>
</tr>
</thead>
<tbody>
<!--@foreach($member_list as $no => $val)-->
<tr class="row{$cycle_idx}">
<td class="center number">{$no}</td>
<td class="nowrap">{$val->user_id}</td>
<td class="nowrap">{$val->user_name}</td>
<td class="nowrap"><span class="member_{$val->member_srl}">{$val->nick_name}</span></td>
<td class="nowrap">
<form action="./" method="get">
<input type="hidden" name="member_srl" value="{$val->member_srl}" />
<input type="text" name="orgpoint" value="{$val->point}" class="inputTypeText w80" readonly />
<input type="text" id="point_{$val->member_srl}" name="point" class="inputTypeText w80" />
<span class="button"><input type="button" value="{$lang->cmd_update}" onclick="updatePoint({$val->member_srl})" /></span>
</form>
</td>
<td class="number center">{$val->level}</td>
</tr>
<!--@end-->
</tbody>
</table>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<caption>Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}</caption>
<thead>
<tr>
<th scope="col">{$lang->no}</th>
<th scope="col">{$lang->user_id}</th>
<th scope="col">{$lang->user_name}</th>
<th scope="col">{$lang->nick_name}</th>
<th scope="col">{$lang->point}</th>
<th scope="col">{$lang->level}</th>
</tr>
</thead>
<tbody>
<!--@foreach($member_list as $no => $val)-->
<tr>
<td>{$no}</td>
<td>{$val->user_id}</td>
<td>{$val->user_name}</td>
<td><a href="#popup_menu_area" class="member_{$val->member_srl}">{$val->nick_name}</a></td>
<td>
<form action="./" method="get">
<input type="hidden" name="member_srl" value="{$val->member_srl}" />
<input type="text" name="orgpoint" value="{$val->point}" class="inputTypeText w80" readonly />
<input type="text" id="point_{$val->member_srl}" name="point" class="inputTypeText w80" />
<span class="button"><input type="button" value="{$lang->cmd_update}" onclick="updatePoint({$val->member_srl})" /></span>
</form>
</td>
<td>{$val->level}</td>
</tr>
<!--@end-->
</tbody>
</table>
</div>
<form ruleset="updatePoint" id="updateForm" action="./" method="POST">
<input type="hidden" name="act" value="procPointAdminUpdatePoint" />
<input type="hidden" id="update_member_srl" name="member_srl" value="" />
<input type="hidden" id="update_point" name="point" class="inputTypeText w80" />
<input type="hidden" id="update_point" name="point" />
</form>
<!-- 페이지 네비게이션 -->
<div class="pagination a1">
<a href="{getUrl('page','','module_srl','')}" class="prevEnd">{$lang->first_page}</a>
<div class="pagination">
<a href="{getUrl('page','','module_srl','')}" class="direction">&lsaquo; {$lang->first_page}</a>
<!--@while($page_no = $page_navigation->getNextPage())-->
<!--@if($page == $page_no)-->
<strong>{$page_no}</strong>
@ -55,7 +57,7 @@
<a href="{getUrl('page',$page_no,'module_srl','')}">{$page_no}</a>
<!--@end-->
<!--@end-->
<a href="{getUrl('page',$page_navigation->last_page,'module_srl','')}" class="nextEnd">{$lang->last_page}</a>
<a href="{getUrl('page',$page_navigation->last_page,'module_srl','')}" class="direction">{$lang->last_page} &rsaquo;</a>
</div>
<!-- 검색 -->

View file

@ -4,41 +4,44 @@
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form action="./" method="post" id="fo_point">
<input type="hidden" name="act" value="procPointAdminInsertModuleConfig" />
<table cellspacing="0" class="crossTable">
<thead>
<tr>
<th><div>{$lang->point_insert_document}</div></th>
<th><div>{$lang->point_insert_comment}</div></th>
<th><div>{$lang->point_upload_file}</div></th>
<th><div>{$lang->point_download_file}</div></th>
<th><div>{$lang->point_read_document}</div></th>
<th><div>{$lang->point_voted}</div></th>
<th><div>{$lang->point_blamed}</div></th>
</tr>
</thead>
<tbody>
<!--@foreach($mid_list as $key => $val)-->
<tr class="row2">
<th colspan="7" scope="col"><div><strong>{$val->browser_title}</strong> ({$val->mid})</div></th>
</tr>
<tr>
<td><input type="text" name="insert_document_{$val->module_srl}" value="{$module_config[$val->module_srl]['insert_document']}" class="inputTypeText w40" /> {$config->point_name}</td>
<td><input type="text" name="insert_comment_{$val->module_srl}" value="{$module_config[$val->module_srl]['insert_comment']}" class="inputTypeText w40" /> {$config->point_name}</td>
<td><input type="text" name="upload_file_{$val->module_srl}" value="{$module_config[$val->module_srl]['upload_file']}" class="inputTypeText w40" /> {$config->point_name}</td>
<td><input type="text" name="download_file_{$val->module_srl}" value="{$module_config[$val->module_srl]['download_file']}" class="inputTypeText w40" /> {$config->point_name}</td>
<td><input type="text" name="read_document_{$val->module_srl}" value="{$module_config[$val->module_srl]['read_document']}" class="inputTypeText w40" /> {$config->point_name}</td>
<td><input type="text" name="voted_{$val->module_srl}" value="{$module_config[$val->module_srl]['voted']}" class="inputTypeText w40" /> {$config->point_name}</td>
<td><input type="text" name="blamed_{$val->module_srl}" value="{$module_config[$val->module_srl]['blamed']}" class="inputTypeText w40" /> {$config->point_name}</td>
</tr>
<!--@end-->
<tr>
<th colspan="7" class="button">
<span class="button black strong"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
</th>
</tr>
</tbody>
</table>
<input type="hidden" name="act" value="procPointAdminInsertModuleConfig" />
<div class="table">
<table width="100%" border="1" cellspacing="0">
<thead>
<tr>
<th>{$lang->point_insert_document}</th>
<th>{$lang->point_insert_comment}</th>
<th>{$lang->point_upload_file}</th>
<th>{$lang->point_download_file}</th>
<th>{$lang->point_read_document}</th>
<th>{$lang->point_voted}</th>
<th>{$lang->point_blamed}</th>
</tr>
</thead>
<tbody>
<!--@foreach($mid_list as $key => $val)-->
<tr class="row2">
<th colspan="7" scope="col"><strong>{$val->browser_title}</strong> ({$val->mid})</th>
</tr>
<tr>
<td><input type="text" name="insert_document_{$val->module_srl}" value="{$module_config[$val->module_srl]['insert_document']}" class="inputTypeText w40" /> {$config->point_name}</td>
<td><input type="text" name="insert_comment_{$val->module_srl}" value="{$module_config[$val->module_srl]['insert_comment']}" class="inputTypeText w40" /> {$config->point_name}</td>
<td><input type="text" name="upload_file_{$val->module_srl}" value="{$module_config[$val->module_srl]['upload_file']}" class="inputTypeText w40" /> {$config->point_name}</td>
<td><input type="text" name="download_file_{$val->module_srl}" value="{$module_config[$val->module_srl]['download_file']}" class="inputTypeText w40" /> {$config->point_name}</td>
<td><input type="text" name="read_document_{$val->module_srl}" value="{$module_config[$val->module_srl]['read_document']}" class="inputTypeText w40" /> {$config->point_name}</td>
<td><input type="text" name="voted_{$val->module_srl}" value="{$module_config[$val->module_srl]['voted']}" class="inputTypeText w40" /> {$config->point_name}</td>
<td><input type="text" name="blamed_{$val->module_srl}" value="{$module_config[$val->module_srl]['blamed']}" class="inputTypeText w40" /> {$config->point_name}</td>
</tr>
<!--@end-->
<tr>
<th colspan="7" class="button">
</th>
</tr>
</tbody>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span>
</div>
</form>

View file

@ -2,47 +2,46 @@
<load target="js/point_admin.js" usecdn="true" />
<form action="./" method="get" onsubmit="return procFilter(this, insert_point_module_config);" id="fo_point">
<input type="hidden" name="target_module_srl" value="{$module_config['module_srl']?$module_config['module_srl']:$module_srls}" />
<h4 class="xeAdmin">{$lang->point}</h4>
<table cellspacing="0" class="rowTable">
<tr>
<th><div>{$lang->point_insert_document}</div></th>
<td class="wide"><input type="text" name="insert_document" value="{$module_config['insert_document']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
</tr>
<tr>
<th><div>{$lang->point_insert_comment}</div></th>
<td><input type="text" name="insert_comment" value="{$module_config['insert_comment']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
</tr>
<tr>
<th><div>{$lang->point_upload_file}</div></th>
<td><input type="text" name="upload_file" value="{$module_config['upload_file']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
</tr>
<tr>
<th><div>{$lang->point_download_file}</div></th>
<td><input type="text" name="download_file" value="{$module_config['download_file']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
</tr>
<tr>
<th><div>{$lang->point_read_document}</div></th>
<td><input type="text" name="read_document" value="{$module_config['read_document']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
</tr>
<tr>
<th><div>{$lang->point_voted}</div></th>
<td><input type="text" name="voted" value="{$module_config['voted']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
</tr>
<tr>
<th><div>{$lang->point_blamed}</div></th>
<td><input type="text" name="blamed" value="{$module_config['blamed']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
</tr>
<tr>
<th colspan="2" class="button">
<span class="button strong black"><input type="submit" value="{$lang->cmd_save}" /></span>
<span class="button"><input type="button" value="{$lang->cmd_reset}" onclick="doPointReset('{$module_config['module_srl']?$module_config['module_srl']:$module_srls}'); return false"/></span>
</th>
</tr>
</table>
<!-- 버튼 -->
<input type="hidden" name="target_module_srl" value="{$module_config['module_srl']?$module_config['module_srl']:$module_srls}" />
<h3 class="h3">{$lang->point}</h3>
<div class="table">
<table width="100%" border="1" cellspacing="0">
<tr>
<th>{$lang->point_insert_document}</th>
<td class="wide"><input type="text" name="insert_document" value="{$module_config['insert_document']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
</tr>
<tr>
<th>{$lang->point_insert_comment}</th>
<td><input type="text" name="insert_comment" value="{$module_config['insert_comment']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
</tr>
<tr>
<th>{$lang->point_upload_file}</th>
<td><input type="text" name="upload_file" value="{$module_config['upload_file']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
</tr>
<tr>
<th>{$lang->point_download_file}</th>
<td><input type="text" name="download_file" value="{$module_config['download_file']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
</tr>
<tr>
<th>{$lang->point_read_document}</th>
<td><input type="text" name="read_document" value="{$module_config['read_document']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
</tr>
<tr>
<th>{$lang->point_voted}</th>
<td><input type="text" name="voted" value="{$module_config['voted']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
</tr>
<tr>
<th>{$lang->point_blamed}</th>
<td><input type="text" name="blamed" value="{$module_config['blamed']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
</tr>
</table>
</div>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_save}" /></span>
<span class="btn"><input type="button" value="{$lang->cmd_reset}" onclick="doPointReset('{$module_config['module_srl']?$module_config['module_srl']:$module_srls}'); return false"/></span>
</div>
<!-- 버튼 -->
</form>
<div class="gap1"></div>