{include file='overall_adm_iframe.html'}
{$lang.EGIDE_HISTORY_DIALOG_HEADER_TITLE}
{$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}
{$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} |
{foreach $ports_list item=row}
{$row.start} |
{$row.end} |
{$row.elapsed} |
{if $row.state == 'up'}
{$row.state} |
{else}
{$row.state} |
{/if}
{$row.reason} |
{$row.mac} |
{$row.addr} |
{$row.port_id} |
{$row.port_service} |
{$row.port_product} |
{$row.port_version} |
{if $row.vulnerabilities == 0}
{$row.vulnerabilities} |
{else}
{$row.vulnerabilities} |
{/if}
{/foreach}