{********************************************************* @author:Julien George @ email: j.george@esia-sa.com **********************************************************} {if $tab eq ''} {include file='overall_header.html'}
{if $page_header_bar.type == 'group'}

{$lang.ADM_NODE_GROUP}

{$page_header_bar.value.name}

{$lang.ADM_DESCRIPTION}

{$page_header_bar.value.description}

{$lang.EGIDE_AGENT}

{$page_header_bar.boxes}

{$lang.NODES}

{$page_header_bar.devices}

{elseif $page_header_bar.type == 'box' }
{$lang.EGIDE_BOX}
{$page_header_bar.value.name} ({$page_header_bar.value.address})

{$lang.ADM_DESCRIPTION}

{$page_header_bar.value.description}

{$lang.STATUS}

{$page_header_bar.gesa.state}

{$lang.EGIDE_VULNERABILITY}

{$page_header_bar.vulnerabilities}

{$lang.NODES}

{$page_header_bar.devices}

{/if}
{include file='overall_footer.html'} {else} {if !empty($errors)}
{foreach from=$errors item=message}

{$message}

{/foreach}
{/if} {if $tab =='home'} {include file='./control_home.html'} {elseif $tab =='scanner'} {include file='./control_scanner.html'} {elseif $tab =='cve'} {include file='./control_cve.html'} {elseif $tab =='node'} {include file='./control_node.html'} {elseif $tab =='service'} {include file='./control_services.html'} {elseif $tab =='acquit'} {include file='./control_vul_acquit.html'} {/if} {/if}