@log.uploadList userId=userId channel=channel privatefile=privatefile fileTypes=fileTypes originalName=originalName filePath=filePath orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage>
| <@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})#if> |
${a.ip!} ${(getIpRegion(a.ip).address)!} |
${a.createDate!} | <#if a.privatefile> ${(a.filePath)!} <#else> ${(a.filePath)!} #if> |