{if $action=='update'} {include file='overall_adm_iframe.html'} {include file='./overall_block.html' view='header' block=$block parameter=$param}
{elseif $action=='generate'} {include file='./overall_block.html' view='title' block=$block parameter=$parameters}{$lang.REPORT_DEVICE_GROUP_NAME} |
{/if}
{$lang.REPORT_DEVICE_NAME} |
{if isset($affiche_type)}
{$lang.REPORT_NODE_TYPE} |
{/if}
{$lang.REPORT_SERVICE_NAME} |
{if isset($affiche_message)}
{$lang.REPORT_HAPPEN_MESSAGE} |
{/if}
{$lang.REPORT_VALUE_SERVICE} |
{if isset($affiche_MinMax)}
{$lang.REPORT_MINIMUN} |
{$lang.REPORT_MAXIMUN} |
{$lang.REPORT_DELTA} |
{/if}
---|---|---|---|---|---|---|---|---|
{$node.device_group_name} |
{/if}
{$node.device_name} |
{if {$affiche_type}}
{$node.device_type} |
{/if}
{$node.common_name} |
{if {$affiche_message}}
{$node.stdout} |
{/if}
{$node.value} |
{if {$affiche_MinMax}}
{$node.min} |
{$node.max} |
{$node.delta} |
{/if}