위젯 검출 정규 표현식을 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2892 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-01 10:28:42 +00:00
parent f9896fe51a
commit 90aa62a6ac
993 changed files with 9190 additions and 10457 deletions

View file

@ -7,10 +7,6 @@
<table cellspacing="0" class="tableType2 gap1">
<col width="200" />
<col />
<tr>
<th>{$lang->point_signup}</th>
<td><input type="text" name="signup_act" value="{$config->signup_act}" class="inputTypeText w100" /></td>
</tr>
<tr>
<th>{$lang->point_insert_document}</th>
<td><input type="text" name="insert_document_act" value="{$config->insert_document_act}" class="inputTypeText w100" /></td>

View file

@ -3,11 +3,10 @@
<form action="./" method="get" onsubmit="return procFilter(this, insert_config);">
<div class="infoText">{$lang->about_point_module}</div>
<table cellspacing="0" class="tableType2 gap1">
<col width="200" />
<col width="40" />
<col width="40" />
<table cellspacing="0" class="adminTable">
<col width="180" />
<col width="120" />
<col width="120" />
<col />
<tr>
<th scope="col">{$lang->max_level}</th>
@ -23,6 +22,34 @@
<p>{$lang->about_point_name}</p>
</td>
</tr>
<tr>
<th scope="col" rowspan="6">{$lang->is_default}</th>
<td colspan="2">{$lang->point_signup}</th>
<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 colspan="2">{$lang->cmd_login}</th>
<td><input type="text" class="inputTypeText w80" value="{$config->login_point}" name="login_point" /> {$config->point_name}</td>
</tr>
<tr>
<td colspan="2">{$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 colspan="2">{$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>
<td colspan="2">{$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 colspan="2">{$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>
<th scope="col">{$lang->level_icon}</th>
<td colspan="3">

View file

@ -0,0 +1,8 @@
<filter name="insert_point_module_config" module="point" act="procPointAdminInsertPointModuleConfig" confirm_msg_code="confirm_update">
<form />
<parameter />
<response>
<tag name="error" />
<tag name="message" />
</response>
</filter>

View file

@ -1,5 +1,10 @@
<!--%import("js/point_admin.js")-->
<h3>{$lang->point} <span class="gray">{$lang->cmd_management}</span></h3>
<!--@if($act=="dispPointAdminModuleConfig")-->
<div class="infoText">{$lang->about_module_point}</div>
<!--@else-->
<div class="infoText">{$lang->about_point_module}</div>
<!--@end-->
<!--@if($module=='admin')-->
<div class="header4">
@ -13,7 +18,6 @@
<ul class="localNavigation">
<li <!--@if($act=='dispPointAdminConfig')-->class="on"<!--@end-->><a href="{getUrl('act','dispPointAdminConfig')}">{$lang->cmd_point_config}</a></li>
<li <!--@if($act=='dispPointAdminModuleConfig')-->class="on"<!--@end-->><a href="{getUrl('act','dispPointAdminModuleConfig')}">{$lang->cmd_point_module_config}</a></li>
<li <!--@if($act=='dispPointAdminActConfig')-->class="on"<!--@end-->><a href="{getUrl('act','dispPointAdminActConfig')}">{$lang->cmd_point_act_config}</a></li>
<li <!--@if($act=='dispPointAdminPointList')-->class="on"<!--@end-->><a href="{getUrl('act','dispPointAdminPointList')}">{$lang->cmd_point_member_list}</a></li>
</ul>
</div>

View file

@ -2,7 +2,13 @@
<!--#include("header.html")-->
<!-- 목록 -->
<table cellspacing="0" class="tableType1">
<table cellspacing="0" class="adminTable">
<col width="50" />
<col />
<col />
<col />
<col width="200" />
<col width="80" />
<thead>
<tr>
<th scope="col">{$lang->no}</th>
@ -24,7 +30,7 @@
<form action="./" method="get" onsubmit="return procFilter(this, update_point);">
<input type="hidden" name="member_srl" value="{$val->member_srl}" />
<input type="text" name="point" value="{$val->point}" class="inputTypeText w80" />
<span class="button"><input type="submit" value="{$lang->cmd_update}" /></span>
<span class="button"><input type="submit" value="{$lang->cmd_save}" /></span>
</form>
</td>
<td class="tahoma">{$val->level}</td>
@ -77,4 +83,4 @@
<span class="button"><input type="submit" value="{$lang->cmd_search}" /></span>
<a href="#" onclick="location.href='{getUrl('','module',$module,'act',$act)}';return false;" class="button"><span>{$lang->cmd_cancel}</span></a>
</fieldset>
</form>
</form>

View file

@ -3,28 +3,17 @@
<form action="./" method="get" onsubmit="return procFilter(this, insert_module_config);" id="fo_point">
<div class="infoText">{$lang->about_module_point}</div>
<table cellspacing="0" class="tableType2 gap1">
<table cellspacing="0" class="adminTable">
<tr>
<th>&nbsp;</th>
<th>{$lang->point_signup}</th>
<th>{$lang->point_insert_document}</th>
<th>{$lang->point_insert_comment}</th>
<th>{$lang->point_upload_file}</th>
<th>{$lang->point_download_file}</th>
</tr>
<tr>
<th scope="col">{$lang->is_default}</th>
<td><input type="text" name="signup" value="{$config->signup}" class="inputTypeText w80" /> {$config->point_name}</td>
<td><input type="text" name="insert_document" value="{$config->insert_document}" class="inputTypeText w80" /> {$config->point_name}</td>
<td><input type="text" name="insert_comment" value="{$config->insert_comment}" class="inputTypeText w80" /> {$config->point_name}</td>
<td><input type="text" name="upload_file" value="{$config->upload_file}" class="inputTypeText w80" /> {$config->point_name}</td>
<td><input type="text" name="download_file" value="{$config->download_file}" class="inputTypeText w80" /> {$config->point_name}</td>
</tr>
<!--@foreach($mid_list as $key => $val)-->
<tr>
<th scope="col">{$val->browser_title} ({$val->mid})</th>
<td><input type="text" name="signup_{$val->module_srl}" value="{$config->module_point[$val->module_srl]['signup']}" class="inputTypeText w80" /> {$config->point_name}</td>
<td><input type="text" name="insert_document_{$val->module_srl}" value="{$config->module_point[$val->module_srl]['insert_document']}" class="inputTypeText w80" /> {$config->point_name}</td>
<td><input type="text" name="insert_comment_{$val->module_srl}" value="{$config->module_point[$val->module_srl]['insert_comment']}" class="inputTypeText w80" /> {$config->point_name}</td>
<td><input type="text" name="upload_file_{$val->module_srl}" value="{$config->module_point[$val->module_srl]['upload_file']}" class="inputTypeText w80" /> {$config->point_name}</td>

View file

@ -0,0 +1,28 @@
<!--%import("filter/insert_point_module_config.xml")-->
<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']}" />
<table cellspacing="0" class="adminTable">
<caption>{$lang->point}</caption>
<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>
</tr>
<tr>
<td><input type="text" name="insert_document" value="{$module_config['insert_document']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
<td><input type="text" name="insert_comment" value="{$module_config['insert_comment']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
<td><input type="text" name="upload_file" value="{$module_config['upload_file']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
<td><input type="text" name="download_file" value="{$module_config['download_file']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
</tr>
<tr>
<th colspan="4" class="button"><span class="button"><input type="submit" value="{$lang->cmd_save}" /></span></th>
</tr>
</table>
<!-- 버튼 -->
</form>
<div class="gap1"></div>