@cms.surveyList userId=userId startStartDate=startStartDate endStartDate=endStartDate startEndDate=startEndDate endEndDate=endEndDate title=title orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage>
| <@t.page 'select'/> | ID | <@t.page 'survey.type'/> | <@t.page 'title'/> | <@t.page 'description'/> | <@t.page 'content.score'/> | <@t.page 'start_date'/> | <@t.page 'end_date'/> | <@t.page 'create_date'/> |
|---|---|---|---|---|---|---|---|---|
| <@t.page 'select'/> | ${a.id!} | <@t.page 'survey.type.'+a.surveyType/> | ${a.title!} | ${a.description!} | ${a.votes!} | ${a.startDate!} | ${a.endDate!} | ${a.createDate!} |