{********************************************************* @ author: Julien George @ email: j.george@esia-sa.com **********************************************************} {include file='overall_header.html'} {if $seeTutos == 5} {/if}
{if isset($success_message)}

{$success_message}

{/if} {foreach from=$error_messages item=message}

{$message}

{/foreach}
{if isset($data_array[0])}

{$lang.ACTION_GROUPED}

{$lang.IMPORT_HELP_GROUPED_ACTIONS}

{foreach $header_array key=col item=data} {if isset($header_array.$col.propageconfig) && $header_array.$col.propageconfig}
{if $col == "group"} add node {/if}
{if $header_array.$col.type=='encode'} {elseif $header_array.$col.type=='choose'} {elseif $header_array.$col.type=='multiselect'} {/if}
{/if} {/foreach}

{$lang.IMPORT_SCAN_DETECTED_NODES}

{$lang.IMPORT_SELECT_TITLE}
{foreach $data_array item=row name=row key=k}
{foreach $row key=col item=cell} {if $header_array.$col.type=='read-only'} {if $col == "same_addr"} {if $cell == "0"} {else} {/if} {$cell}
{/if} {if $col == "http_url"}
  • {if $cell != ""}
  • {/if}
{/if} {if $col == "snmp_status"}
{if !empty($row.community)} {else} {if $cell == $lang.IMPORT_HOSTS_PORT_STATUS.unknown} {else if $cell == $lang.IMPORT_HOSTS_PORT_STATUS.filtered} {else if $cell == $lang.IMPORT_HOSTS_PORT_STATUS.open} {else if $cell == $lang.IMPORT_HOSTS_PORT_STATUS.closed} {else if $cell == $lang.IMPORT_HOSTS_PORT_STATUS.unfiltered} {else if $cell == $lang.IMPORT_HOSTS_PORT_STATUS.open_filtered } {else if $cell == $lang.IMPORT_HOSTS_PORT_STATUS.closed_filtered} {/if} {/if} {$cell} {/if} {if $col == "address"} {$lang.IMPORT_HOSTS_TABLE.$col} : {$cell} {/if} {if $col == "mac"} {if $cell.mac !=""} {if !$cell.vendor} {$lang.IMPORT_HOSTS_TABLE.$col} : {/if} {if $cell.vendor} {$cell.vendor} {else} {$cell.mac} {/if} {/if}
{/if} {if $col == "hostname"} {if $cell!=""} {$lang.IMPORT_HOSTS_TABLE.$col} : {$cell}{/if}
{$lang.IMPORT_HOSTS_TABLE.show_param}
{/if} {elseif $header_array.$col.type=='encode'} {if $col == "name"}
{/if}
{if is_array($cell) && $cell.mode == 'invalid' } {else} {/if}
{if $col == "pattern"}
{/if} {elseif $header_array.$col.type=='choose'}
{if $col == "rdp"}
{else} {/if}
{elseif $header_array.$col.type=='multiselect'}
{elseif $header_array.$col.type=='img'}
{if isset($cell.img)} {/if} {$cell.text}
{else} {$cell} {/if} {/foreach}
{/foreach}
{/if}
{include file='overall_footer.html'}