Data migration UX refactoring.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8756 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-08-11 09:26:40 +00:00
parent e4085a87ee
commit e10e89312b
52 changed files with 278 additions and 297 deletions

View file

@ -1,17 +1,8 @@
<!--@if(__DEBUG__)-->
<load target="js/importer_admin.js" />
<load target="js/importer_admin.js" />
<!--@else-->
<load target="js/importer_admin.min.js" />
<load target="js/importer_admin.min.js" />
<!--@end-->
{@ $type_list = array('module'=>$lang->type_module, 'ttxml'=>$lang->type_ttxml, 'member'=>$lang->type_member, 'sync'=>$lang->type_syncmember, 'message'=>$lang->type_message) }
<h1 class="h1">{$lang->importer}</h1>
<p>{nl2br($lang->about_importer)}</p>
<!-- 설명 -->
<div class="infoText">{nl2br($lang->about_importer)}</div>
<div class="header4">
<ul class="localNavigation">
<li loop="$type_list=>$key,$val" class="on"|cond="$source_type==$key"><a href="{getUrl('source_type',$key)}">{$val}</a></li>
</ul>
</div>