{include file='overall_adm_iframe.html'}

{$lang.EGIDE_HISTORY_DIALOG_HEADER_TITLE}

{$lang.EGIDE_HISTORY_DIALOG_HEADER_RUN}{$header.start} to {$header.end} ({$header.elapsed} seconds)
{$lang.EGIDE_HISTORY_DIALOG_HEADER_EXIT} {$header.exit}
{$lang.EGIDE_HISTORY_DIALOG_HEADER_HOSTS}{$header.up}/{$header.total} up - {$header.down}/{$header.total} down

{$lang.EGIDE_HISTORY_DIALOG_TABLE_TITLE}

{esia_pager divid="pager_historyscan" tablesorterid="historyscan" divcss="pager" height="22px" langprint="{$lang.ADM_PRINT_BOARD}" langcolumn="{$lang.ADM_SHOW_HIDDEN_COLUMN}" ulclass="triList" liclass="triElement" icn_printer="/theme/default/images/table-print.jpg" icn_column="/theme/default/images/table-change-order.jpg" icn_columnselect="/theme/default/images/table-change-order.jpg"} {/esia_pager}
{foreach $ports_list item=row} {if $row.state == 'up'} {else} {/if} {if $row.vulnerabilities == 0} {else} {/if} {/foreach}
{$lang.EGIDE_HISTORY_DIALOG_TABLE_START} {$lang.EGIDE_HISTORY_DIALOG_TABLE_END} {$lang.EGIDE_HISTORY_DIALOG_TABLE_ELAPSED} {$lang.EGIDE_HISTORY_DIALOG_TABLE_STATE} {$lang.EGIDE_HISTORY_DIALOG_TABLE_REASON} {$lang.EGIDE_HISTORY_DIALOG_TABLE_MAC} {$lang.EGIDE_HISTORY_DIALOG_TABLE_ADDR} {$lang.EGIDE_HISTORY_DIALOG_TABLE_PORT_ID} {$lang.EGIDE_HISTORY_DIALOG_TABLE_PORT_SERVICE} {$lang.EGIDE_HISTORY_DIALOG_TABLE_PORT_PRODUCT} {$lang.EGIDE_HISTORY_DIALOG_TABLE_PORT_VERSION} {$lang.EGIDE_HISTORY_DIALOG_TABLE_VUL}
{$row.start} {$row.end} {$row.elapsed}{$row.state}{$row.state}{$row.reason} {$row.mac} {$row.addr} {$row.port_id} {$row.port_service} {$row.port_product} {$row.port_version}{$row.vulnerabilities}{$row.vulnerabilities}