@log.loginList result=result userId=userId channel=channel name=name startCreateDate=startCreateDate endCreateDate=endCreateDate ip=ip orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage>
| <@t.page 'user.username'/> | <@t.page 'user.id'/> | <@t.page 'channel'/> | <@t.page 'log.login_ip'/> | <@t.page 'result'/> | <@t.page 'log.login_date'/> | <@t.page 'log.error_password'/> | |
|---|---|---|---|---|---|---|---|
| ${(a.name)!} | ${a.userId!} | ${a.channel!} |
${a.ip!} ${(getIpRegion(a.ip).address)!} |
${t.pageMessage(a.result?then('success','fail'))} | ${a.createDate!} | <#if !a.result><@t.secrecy a.errorPassword 2/>#if> |