<divclass="updated found_records"><?phpif($is_csv):?><h3><?phpprintf(__('<span class="matches_count">%s</span> <strong>%s</strong> will be imported','wp_all_import_plugin'),$node_list_count,_n('row','rows',$node_list_count,'wp_all_import_plugin'));?></h3><?phpelse:?><h3><?phpprintf(__('<span class="matches_count">%s</span> <strong>%s</strong> %s will be imported','wp_all_import_plugin'),$node_list_count,PMXI_Plugin::$session->source['root_element'],_n('element','elements',$node_list_count,'wp_all_import_plugin'));?></h3><?phpendif;?><h4><?php_e('Click an element to select it, or scroll down to add filtering options.','wp_all_import_plugin');?></h4><?phpif(PMXI_Plugin::getInstance()->getOption('highlight_limit')and$elements->length>PMXI_Plugin::getInstance()->getOption('highlight_limit')):?><p><?php_e('<strong>Note</strong>: Highlighting is turned off since can be very slow on large sets of elements.','wp_all_import_plugin')?></p><?phpendif?></div><divid="current_xml"><?phpif($is_csv):?><?phpPMXI_Render::render_csv_element($elements->item($elements->length>1?$show_element:0),false,'//');?><?phpelse:?><?phpPMXI_Render::render_xml_element($elements->item($elements->length>1?$show_element:0),false,'//');?><?phpendif;?></div><script type="text/javascript">(function($){varpaths=<?phpechojson_encode($paths)?>;var$xml=$('.wpallimport-xml');$('.wpallimport-console').fadeIn();$xml.html($('#current_xml').html()).css({'visibility':'visible'});for(vari=0;i<paths.length;i++){$xml.find('.xml-element[title="'+paths[i]+'"]').addClass('selected').parents('.xml-element').find('> .xml-content.collapsed').removeClass('collapsed').parent().find('> .xml-expander').html('-');}})(jQuery);</script>