Revision 100 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed
{* $Id: hostgroups.tpl 114 2013-01-05 18:17:08Z lars $ *}<script>{if $smarty.get.mode=="overview"}callJsFunc("load_hgo()",{$cfg.refreshIntervallJs|default:90000});{elseif $smarty.get.mode=="grid"}callJsFunc("load_hgg()",{$cfg.refreshIntervallJs|default:90000});{elseif $smarty.get.mode=="summary"}callJsFunc("load_hgs()",{$cfg.refreshIntervallJs|default:90000});{else}clearTimeout(aktiv);{/if}</script>{include file="info.tpl" title="Current Network Status"}<br /><br /><div style="display:table"><div style="display:table-row">{foreach $hostgroups as $hostgroup}<div style="table-cell">{$hostgroup->alias}<div style="display:table"><div style="display:table-row">{foreach $hostgroup->members as $host}<div style="display:table-cell">{$host|var_dump}</div>{/foreach}</div></div></div>{/foreach}</div></div>