{********************************************************* @author:Julien George @ email: j.george@esia-sa.com **********************************************************} {if $tab eq ''} {include file='overall_header.html'}
{include file='overall_node_control_header.html' node=$node status=$node_status idListService='ListService' jsCloseDialog="Utils.reload_active_tabs('#tabs')"}
{include file='overall_node_control_footer.html'} {include file='overall_footer.html'} {elseif $tab =='servicestate'} {*Onglet par défaut*}
{$lang.IPLABEL_DATE}
{$lang.IPLABEL_LINK_TYPE} NewTest
{$lang.IPLABEL_IP}
{$lang.IPLABEL_ROBOTS_NUMBER}
{$lang.IPLABEL_SCENARIOS_NUMBER}
{$lang.IPLABEL_ROBOTS} {$lang.IPLABEL_ROBOTS_STATE} {$lang.IPLABEL_ROBOTS_DATE} {$lang.IPLABEL_SCENARIOS}

{$lang.IPLABEL_SCENARIOS_STATE}

{elseif $tab =='robots'} {if isset($error365)}

ERROR
{$error365}

{/if}
{foreach name=outer item=robot from=$robots} {if $robot.state_esia == 'OK'} {/foreach}
{$lang.IPLABEL_ROBOTS} {$lang.IPLABEL_ROBOTS_STATE} {$lang.IPLABEL_ROBOTS_DATE} {$lang.ACTION}
{if $service.active==0} {/if} {$robot.name} {elseif $robot.state_esia == 'WARNING'} {elseif $robot.state_esia == 'CRITICAL'} {else} {/if} {$robot.state} {$robot.date}
{/literal} {elseif $tab =='scenarios'} {if isset($error365)}

ERROR
{$error365}

{/if}
{foreach name=outer item=sce from=$scenarios} {if isset($sce.state)} {if $sce.state_esia == 'OK'} {else} {/if} {/foreach}
{$lang.IPLABEL_ROBOTS} {$lang.IPLABEL_SCENARIOS} {$lang.IPLABEL_SCENARIOS_STATE} {$lang.IPLABEL_ROBOTS_DATE}
{if $service.active==0} {/if} {$sce.robot} {$sce.name} {elseif $sce.state_esia == 'WARNING'} {elseif $sce.state_esia == 'CRITICAL'} {else} {/if} {$sce.state}{$sce.date}
{/literal} {/if}