@_contentSourceList name=name userId=userId orderType=orderType pageIndex=pageNum pageSize=numPerPage>
| <@t.page 'name'/> | <@t.page 'url'/> | <@t.page 'initial'/> | <@t.page 'user'/> | <@t.page 'create_date'/> | <@t.page 'operate'/> | |
|---|---|---|---|---|---|---|
| ${a.name!} | ${a.url!} | ${a.initial!} | ${(userMap[a.userId?string].nickname)!} | ${a.createDate!} | <#if authorizedMap['cmsContentSource/add']> <@t.page 'button.edit'/> #if> <#if authorizedMap['cmsContentSource/delete']> <@t.page 'button.delete'/> #if> |