2015-01-15 14:40:17 +08:00
|
|
|
<div class="ur_editor text "> <!--编辑单行文字start-->
|
|
|
|
<div class="ur_editor_title">
|
|
|
|
<label for="ur_question_title">问题: </label>
|
2015-01-15 16:10:24 +08:00
|
|
|
<input id="poll_questions_title" class="ur_question_title" contenteditable="true" type="text" name="title" placeholder="请输入单行文字标题"/>
|
2015-01-15 14:40:17 +08:00
|
|
|
<input type="checkbox" name="required" value="true" id="ur_question_require_2" checked=""/>
|
|
|
|
<label for="ur_question_require">必答</label>
|
|
|
|
</div>
|
|
|
|
<div class="ur_editor_footer">
|
|
|
|
<a class="btn_submit" data-button="ok">确定</a>
|
|
|
|
<a class="btn_cancel" data-button="cancel">取消</a>
|
|
|
|
</div>
|
|
|
|
<div class="cl"></div>
|
|
|
|
</div><!--编辑单行文字end-->
|