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

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

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<module version="0.1">
<module version="0.1" category="accessory">
<title xml:lang="ko">제로보드 데이터 이전</title>
<title xml:lang="en">Zeroboard data transferation</title>
<title xml:lang="zh-CN">数据导入</title>

View file

@ -12,11 +12,10 @@
<!-- step 1. import하려는 XML파일의 성격 및 대상 모듈을 지정 -->
<div id="step1">
<form action="./" method="get" onsubmit="return procFilter(this, step1);">
<div class="title" >{$lang->import_step_title[1]}</div>
<div class="desc">{$lang->import_step_desc[1]}</div>
<table cellspacing="0" class="tableType3 gap1">
<table cellspacing="0" class="adminTable">
<col width="150" />
<col />
<caption>{$lang->import_step_title[1]} - {$lang->import_step_desc[1]}</caption>
<tr>
<th scope="col"><label for="source_type_module">{$lang->type_module}</label></th>
<td class="left"><input type="radio" name="source_type" value="module" id="source_type_module" /> {$lang->about_type_module}</td>
@ -29,53 +28,54 @@
<th scope="col"><label for="source_type_syncmember">{$lang->type_syncmember}</label></th>
<td class="left"><input type="radio" name="source_type" value="syncmember" id="source_type_syncmember" /> {$lang->about_type_syncmember}</td>
</tr>
<tr>
<th scope="row" colspan="2" class="button">
<span class="button"><input type="submit" value="{$lang->cmd_next}" /></span>
</th>
</tr>
</table>
<div class="tRight gap1">
<span class="button"><input type="submit" value="{$lang->cmd_next}" /></span>
</div>
</form>
</div>
<!-- step 1-2. 대상이 게시물 정보일 경우 대상 모듈 목록을 선택하도록 함 -->
<div id="step12" style="display:none">
<form action="./" method="get" onsubmit="return procFilter(this, step12);">
<div class="title">{$lang->import_step_title[12]}</div>
<div class="desc">{$lang->import_step_desc[12]}</div>
<table cellspacing="0" class="adminTable">
<caption>{$lang->import_step_title[12]} - {$lang->import_step_desc[12]}</caption>
<tr>
<td><select name="target_module" id="target_module"></select></td>
</tr>
</table>
<div>
<select name="target_module" id="target_module">
</select>
</div>
<br />
<div class="desc">{nl2br($lang->about_target_path)}</div>
<div>
Path/URL : <input type="text" name="target_path" id="target_path" class="inputTypeText w400" />
</div>
<div class="tRight gap1">
<span class="button"><input type="submit" value="{$lang->cmd_next}" /></span>
</div>
<table cellspacing="0" class="adminTable">
<col width="150" />
<col />
<caption>{nl2br($lang->about_target_path)}</caption>
<tr>
<th>Path/URL</th>
<td><input type="text" name="target_path" id="target_path" class="inputTypeText w400" /></td>
</tr>
<tr>
<th scope="row" colspan="2" class="button">
<span class="button"><input type="submit" value="{$lang->cmd_next}" /></span>
</th>
</tr>
</table>
</form>
</div>
<!-- step 1-3. 대상이 게시물 정보일 경우 모듈 선택후 분류가 있으면 분류 선택을 하도록 함 -->
<div id="step13" style="display:none">
<form action="./" method="get" onsubmit="return doStep13(this)">
<div class="title">{$lang->import_step_title[13]}</div>
<div class="desc">{$lang->import_step_desc[13]}</div>
<div>
<select name="target_category" id="target_category">
<option value=""></option>
</select>
</div>
<div class="tRight gap1">
<span class="button"><input type="submit" value="{$lang->cmd_next}" /></span>
</div>
<table cellspacing="0" class="adminTable">
<caption>{$lang->import_step_title[13]} - {$lang->import_step_desc[13]}</caption>
<tr>
<td><select name="target_category" id="target_category"><option value=""></option></select></td>
</tr>
<tr>
<th class="button"><span class="button"><input type="submit" value="{$lang->cmd_next}" /></span></th>
</tr>
</table>
</form>
</div>
@ -88,21 +88,18 @@
<input type="hidden" name="position" value="0" />
<input type="hidden" name="file_point" value="0" />
<input type="hidden" name="total_count" value="0" />
<div class="title">{$lang->import_step_title[2]}</div>
<div class="desc">{$lang->import_step_desc[2]}</div>
<table cellspacing="0" class="tableType4 gap1">
<table cellspacing="0" class="adminTable">
<caption>{$lang->import_step_title[2]} - {$lang->import_step_desc[2]}</caption>
<tr>
<td class="left">
<input type="text" name="xml_file" value="./" class="inputTypeText w100" />
<td>
<input type="text" name="xml_file" value="./" class="inputTypeText w400" />
</td>
</tr>
<tr>
<th class="button"><span class="button"><input type="submit" value="{$lang->cmd_next}" /></span></th>
</tr>
</table>
<div class="tRight gap1">
<span class="button"><input type="submit" value="{$lang->cmd_next}" /></span>
</div>
<div id="step2_status" style="display:none;" class="gap1">
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="margin-bottom:10px;">
@ -124,11 +121,12 @@
<!-- step 3. 회원 동기화 시작 버튼 -->
<div id="step3" style="display:none">
<form action="./" method="get" onsubmit="return doStep3(this)">
<div class="title">{$lang->import_step_title[3]}</div>
<div class="desc">{$lang->import_step_desc[3]}<br />{$lang->msg_sync_member}</div>
<div class="tRight gap1">
<span class="button"><input type="submit" value="{$lang->cmd_sync_member}" /></span>
</div>
<table cellspacing="0" class="adminTable">
<caption>{$lang->import_step_title[3]} - {$lang->import_step_desc[3]}</caption>
<tr>
<th class="button"><span class="button"><input type="submit" value="{$lang->cmd_sync_member}" /></span></th>
</tr>
</table>
</form>
</div>