30 lines
835 B
Plaintext
30 lines
835 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 "确 定",publish_poll_poll_path(poll.id,:is_remote => is_remote), :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>
|
|
|