<@sys.recordList code=code startCreateDate=startCreateDate endCreateDate=endCreateDate orderType=orderType pageIndex=pageNum pageSize=numPerPage>
<#list page.list as a>
<@t.page 'code'/> <@t.page 'create_date'/> <@t.page 'update_date'/> <@t.page 'content'/> <@t.page 'operate'/>
${a.id.code!} ${a.createDate!} ${a.updateDate!} <@t.cut a.data 60 '...'?no_esc+t.pageMessage('button.view_more')+''?no_esc/> <@t.page 'button.edit'/> <@t.page 'button.delete'/>
<#include "../include_page/page.html"/>