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

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">TatterTools 데이터 이전</title>
<title xml:lang="zh-CN">TatterTools 数据导入</title>
<title xml:lang="jp">TTデータ移転</title>

View file

@ -9,7 +9,7 @@
<form action="./" method="get" onsubmit="return procFilter(this, import_tt);" id="fo_import">
<input type="hidden" name="position" value="0" />
<table cellspacing="0" class="tableType3 gap1">
<table cellspacing="0" class="adminTable">
<col width="150" />
<col />
<tr>
@ -24,11 +24,11 @@
</tr>
<tr>
<th scope="col">{$lang->target_file}</th>
<td class="left"><input type="text" name="xml_file" value="" class="inputTypeText w100" /></td>
<td class="left"><input type="text" name="xml_file" value="" class="inputTypeText w400" /></td>
</tr>
<tr>
<th scope="col">{$lang->target_url}</th>
<td class="left"><input type="text" name="url" value="" class="inputTypeText w100" /></td>
<td class="left"><input type="text" name="url" value="" class="inputTypeText w400" /></td>
</tr>
</table>