issue 44 : Remove x-functions from the importer module. In addition, some codes were refactored

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8485 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-06-15 09:16:45 +00:00
parent a34550f4f9
commit 47e188ac13
5 changed files with 159 additions and 135 deletions

View file

@ -1,5 +1,10 @@
<!--%import("js/importer_admin.js")-->
<!--%import("css/importer.css")-->
<!--@if(__DEBUG__)-->
<load target="js/importer_admin.js" />
<load target="css/importer.css" />
<!--@else-->
<load target="js/importer_admin.min.js" />
<load target="css/importer.min.css" />
<!--@end-->
{@ $type_list = array('module'=>$lang->type_module, 'ttxml'=>$lang->type_ttxml, 'member'=>$lang->type_member, 'sync'=>$lang->type_syncmember, 'message'=>$lang->type_message) }
@ -10,9 +15,7 @@
<div class="header4">
<ul class="localNavigation">
<!--@foreach($type_list as $key => $val)-->
<li <!--@if($source_type==$key)-->class="on"<!--@end-->><a href="{getUrl('source_type',$key)}">{$val}</a></li>
<!--@end-->
<li loop="$type_list=>$key,$val" class="on"|cond="$source_type==$key"><a href="{getUrl('source_type',$key)}">{$val}</a></li>
</ul>
</div>