Issue 2390. [Admin UI Refactoring] Content > Data Migration. ing...

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11741 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-16 10:39:26 +00:00
parent 4375870a34
commit e26413fe4e
6 changed files with 68 additions and 130 deletions

View file

@ -5,108 +5,67 @@
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<section class="section">
<h1>{$lang->type_module}</h1>
<form action="./" method="get" onsubmit="return doPreProcessing(this, 'documentForm')" id="documentForm">
<form class="section" action="./" method="get" onsubmit="return doPreProcessing(this, 'documentForm')" id="documentForm">
<input type="hidden" name="act" value="" />
<input type="hidden" name="type" value="module" />
<input type="hidden" name="unit_count" value="10" />
<div class="x_control-group">
<p class="q">{$lang->xml_path} {$lang->path_info}</p>
<p class="a checkxml">
<input type="text" name="xml_file" value="./" />
<button type="button" class="x_btn">{$lang->cmd_check_path}</button>
<em class="desc"></em><!--//class="error|success"-->
</p>
<h1>{$lang->type_module}</h1>
<div class="x_control-group x_input-append checkxml">
<label>{$lang->xml_path}</label>
<input type="text" name="xml_file" value="./" />
<button type="button" class="x_btn">{$lang->cmd_check_path}</button>
<span class="x_help-inline" style="font-size:13px"></span>
</div>
<div class="xml ttxml modulefinder x_control-group">
<p class="q">{$lang->data_destination} <br />{$lang->import_desc}</p>
<p class="a">
<input type="text" name="site_keyword" /> <a href="#suggestion1" class="tgAnchor findsite x_btn">{$lang->find_site}</a>
<div id="suggestion1" class="tgContent suggestion">
<ul></ul>
</div>
</p>
<p class="a">
<select class="moduleList" style="width:290px">
<option>{$lang->select_module}</option>
</select>
</p>
<p class="a">
<select class="moduleIdList" style="width:290px" name="target_module">
<option>{$lang->select_module_id}</option>
</select>
</p>
<div class="x_control-group x_input-append xml ttxml">
<label>{$lang->data_destination}</label>
<input type="text" name="target_module" class="module_search" />
</div>
<div class="ttxml modulefinder x_control-group">
<p class="q">{$lang->guestbook_destination}</p>
<div class="a">
<input type="text" name="site_keyword" /> <a href="#suggestion3" class="tgAnchor findsite x_btn">{$lang->find_site}</a>
<div id="suggestion3" class="tgContent suggestion">
<ul></ul>
</div>
</div>
<p class="a">
<select class="moduleList" style="width:290px">
<option>{$lang->select_module}</option>
</select>
</p>
<p class="a">
<select class="moduleIdList" style="width:290px" name="guestbook_target_module">
<option>{$lang->select_module_id}</option>
</select>
</p>
<div class="x_control-group x_input-append ttxml">
<label>{$lang->guestbook_destination}</label>
<input type="text" name="guestbook_target_module" class="module_search" />
</div>
<div class="ttxml x_control-group">
<p class="q">{$lang->about_ttxml_user_id}</p>
<p class="a"><input type="text" name="user_id" value="{$logged_info->user_id}" /></p>
<label>{$lang->about_ttxml_user_id}</label>
<input type="text" name="user_id" value="{$logged_info->user_id}" />
</div>
<div class="syncmember x_control-group">
<p class="q">{$lang->import_step_desc[3]}</p>
<p class="a"><input type="checkbox" name="isSync" value="Y" /> {$lang->type_syncmember}</p>
<label><input type="checkbox" name="isSync" value="Y" /> {$lang->type_syncmember}</label>
<p class="x_help-block">{$lang->import_step_desc[3]}</p>
</div>
<div class="btnArea x_control-group">
<button type="submit" class="x_btn x_btn-primary">{$lang->importer}</button>
</div>
</form>
</section>
<form action="./" method="get" onsubmit="return doPreProcessing(this, 'memberForm')" id="memberForm">
<input type="hidden" name="type" value="member" />
<input type="hidden" name="unit_count" value="100" />
<h2>{$lang->type_member}</h2>
<ul>
<li>
<p class="q">{$lang->xml_path} {$lang->path_info}</p>
<p class="a checkxml">
<input type="text" name="xml_file" value="./" />
<button type="button" class="x_btn">{$lang->cmd_check_path}</button>
<em class="desc">{$lang->msg_no_xml_file}</em>
</p>
</li>
<li class="syncmember">
<p class="q">{$lang->import_step_desc[3]}</p>
<p class="a"><input type="checkbox" name="isSync" value="Y" /> {$lang->type_syncmember}</p>
</li>
</ul>
<div class="btnArea">
<button type="submit" class="x_btn x_btn-primary">{$lang->importer}</button>
</div>
</form>
<form action="./" method="get" onsubmit="return doPreProcessing(this)" id="fo_import">
<form class="section" action="./" method="get" onsubmit="return doPreProcessing(this, 'memberForm')" id="memberForm">
<input type="hidden" name="type" value="member" />
<input type="hidden" name="unit_count" value="100" />
<h1>{$lang->type_member}</h1>
<div class="x_control-group x_input-append checkxml">
<label>{$lang->xml_path}</label>
<input type="text" name="xml_file" value="./" />
<button type="button" class="x_btn">{$lang->cmd_check_path}</button>
<span class="x_help-inline" style="font-size:13px">{$lang->msg_no_xml_file}</span>
</div>
<div class="x_control-group syncmember">
<label><input type="checkbox" name="isSync" value="Y" /> {$lang->type_syncmember}</label>
<p class="x_help-block">{$lang->import_step_desc[3]}</p>
</div>
<div class="btnArea">
<button type="submit" class="x_btn x_btn-primary">{$lang->importer}</button>
</div>
</form>
<form class="section" action="./" method="get" onsubmit="return doPreProcessing(this)" id="fo_import">
<input type="hidden" name="type" value="message" />
<input type="hidden" name="unit_count" value="100" />
<h2>{$lang->type_message}</h2>
<ul>
<li>
<p class="q">{$lang->xml_path} {$lang->path_info}</p>
<p class="a checkxml">
<input type="text" name="xml_file" value="./" />
<button type="button" class="x_btn">{$lang->cmd_check_path}</button>
<em class="desc"></em><!--//class="error|success"-->
</p>
</li>
</ul>
<h1>{$lang->type_message}</h1>
<div class="x_control-group x_input-append checkxml">
<label>{$lang->xml_path}</label>
<input type="text" name="xml_file" value="./" />
<button type="button" class="x_btn">{$lang->cmd_check_path}</button>
<span class="x_help-inline" style="font-size:13px"></span>
</div>
<div class="btnArea">
<button type="submit" class="x_btn x_btn-primary">{$lang->importer}</button>
</div>
@ -141,7 +100,7 @@
</div>
<script>
jQuery('a.modalAnchor')
.bind('before-close.mw', function(event){
return false;
});
.bind('before-close.mw', function(event){
return false;
});
</script>