<@log.uploadList userId=userId channel=channel privatefile=privatefile fileTypes=fileTypes originalName=originalName filePath=filePath orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage>
<#list page.list as a> <@t.merge 'userIds' a.userId!/> <@sys.user ids=t.userIds!><#assign userMap=map!/> <#list page.list as a>
<@t.page 'user.id'/> <@t.page 'user.nickname'/> <@t.page 'channel'/> <@t.page 'file_type'/> <@t.page 'file.original_name'/> <@t.page 'file.size'/> IP <@t.page 'log.create_date'/> <@t.page 'file_path'/>
${a.userId!} ${(userMap[a.userId?string].nickname)!} ${a.channel!} <@t.page 'file_type.'+a.fileType/> ${a.originalName!} <@t.fileSize a.fileSize/><#if a.width?has_content&&a.height?has_content>(${a.width}*${a.height})

${a.ip!}

${(getIpRegion(a.ip).address)!}

${a.createDate!} <#if a.privatefile> ${(a.filePath)!} <#else> ${(a.filePath)!}
<#include "../include_page/page.html"/>