{include file="page_header.tpl"} {literal} {/literal}
{section name=onemenu loop=$tool_menu} {/section}
{$tool_menu[onemenu].title}

{if $tool_domain_selected && $tool_shard_selected && $tool_frame_selected} {if $tool_refresh_rate > 0} {/if}
Refresh

{/if} {section name=domain loop=$tool_domain_list} {/section}
Domains
{$tool_domain_list[domain].domain_name}
{if $tool_domain_selected}
{section name=shard loop=$tool_shard_list} {if $tool_domain_selected == $tool_shard_list[shard].shard_domain_id} {/if} {/section}
Shards
{$tool_shard_list[shard].shard_name}

{section name=frame loop=$tool_frame_list} {/section}
Time Frame
{$tool_frame_list[frame].title}
{/if}
  {if $tool_domain_error}
{$tool_domain_error}
{elseif !$tool_domain_selected}
You need to select a domain.
{elseif !$tool_shard_selected}
You need to select a shard.
{elseif !$tool_frame_selected}
You need to select a time frame.
{else} {if $tool_as_error}
{$tool_as_error}

{/if}
{if $tool_rrd_high_output} {section name=rrd loop=$tool_rrd_high_output} {$tool_rrd_high_output[rrd].desc}
{if $tool_rrd_high_output[rrd].img != ''}
{/if} {/section} {/if}
{/if}
{include file="page_footer.tpl"}