|
|
@ -3,7 +3,7 @@
|
|
|
|
<div class="ur_editor_title">
|
|
|
|
<div class="ur_editor_title">
|
|
|
|
<label for="ur_question_title">问题: </label>
|
|
|
|
<label for="ur_question_title">问题: </label>
|
|
|
|
<input type="hidden" name="question_type" value="<%= poll_question.question_type%>"/>
|
|
|
|
<input type="hidden" name="question_type" value="<%= poll_question.question_type%>"/>
|
|
|
|
<input class="ur_question_title" type="text" name="poll_questions_title" id="poll_questions_title_<%=poll_question.id%>" placeholder="请输入多行文字标题" value="<%= poll_question.question_title%>"/>
|
|
|
|
<input class="ur_question_title" type="text" name="poll_questions_title" id="poll_questions_title_<%=poll_question.id%>" placeholder="请输入多行主观标题" value="<%= poll_question.question_title%>"/>
|
|
|
|
<input type="checkbox" name="is_necessary" value="true" <%= poll_question.is_necessary == 1 ? "checked" : ""%>/>
|
|
|
|
<input type="checkbox" name="is_necessary" value="true" <%= poll_question.is_necessary == 1 ? "checked" : ""%>/>
|
|
|
|
<label for="ur_question_require">必答</label>
|
|
|
|
<label for="ur_question_require">必答</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|