<@cms.surveyQuestionList surveyId=surveyId orderType=orderType pageIndex=pageNum pageSize=numPerPage> <@sys.authorized roleIds=admin.roles urls='cmsSurveyQuestion/add,cmsSurveyQuestion/delete'><#assign authorizedMap=map/>
<#list page.list as a> <@t.merge 'surveyIds' a.surveyId!/> <@cms.survey ids=t.surveyIds!><#assign surveyMap=map!/> <#list page.list as a>
ID <@t.page 'survey'/> <@t.page 'title'/> <@t.page 'content.score'/> <@t.page 'sort'/> <@t.page 'operate'/>
${a.id!} ${(surveyMap[a.surveyId?string].title)!} <#if a.cover?has_content>

[<@t.page 'question.type.'+a.questionType/>] ${(a.title)!}

${a.score!} ${a.sort!} <#if authorizedMap['cmsSurveyQuestion/add']> <@t.page 'button.edit'/> <#if authorizedMap['cmsSurveyQuestion/delete']> <@t.page 'button.delete'/>
<#include "../include_page/page.html"/>