{include file="page_header.tpl"} {literal} {/literal}
{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}
{if $tool_file_list}
{section name=file loop=$tool_file_list} {/section}
Files
Size: {math equation="x / y" x=$tool_file_list[file].size y=1024 format="%d"} KB
', OFFSETX, 40, OFFSETY, 10);" onmouseout="return nd();">{$tool_file_list[file].name}
{/if} {/if}
  {if $tool_file_error}
{$tool_file_error}

{else} {section name=line loop=$tool_file_output} {cycle assign="trclass" values="row0,row1"} {/section}
Viewing File : {$tool_view_file_data.name} [ Downloads : RAW  -  PARSED ] {* [download] *} {* [delete] *}
{$tool_file_output[line]}
{if $tool_view_line_start_previous > -1} <Previous {else} Beginning {/if}  |  {if $tool_view_line_start_next > -1} Next> {else} End {/if}

{/if}
{include file="page_footer.tpl"}