33 lines
848 B
Plaintext
33 lines
848 B
Plaintext
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<script type="text/javascript">
|
|
function clickCanel(){hideModal("#popbox02");}
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="popbox02">
|
|
<div class="upload_con">
|
|
<div class="upload_box">
|
|
<p class="polls_box_p">
|
|
问卷取消发布后学生提交的问卷答案将会被清空,
|
|
<br />
|
|
是否确定取消发布该问卷?
|
|
</p>
|
|
<div class="polls_btn_box">
|
|
<%= link_to "确 定",republish_poll_poll_path(poll.id), :class => "upload_btn", :onclick => "clickCanel();" %>
|
|
<a class="upload_btn upload_btn_grey" onclick="clickCanel();">
|
|
取 消
|
|
</a>
|
|
</div>
|
|
<div class="cl"></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|