parent
30a058133d
commit
933ad22cd2
@ -1,36 +1,12 @@
|
|||||||
<div id="popbox" style="text-align: center;margin-top: 25px">
|
<div id="popbox" style="text-align: center;margin-top: 25px">
|
||||||
<% if status == 0 %>
|
<% if status == 0 %>
|
||||||
<h2>提交成功!</h2>
|
<h3 style="font-weight: normal;color: green">提交成功!</h3>
|
||||||
<%= link_to "确定", poll_index_path(:polls_group_id => @course.id,:polls_type => 'Course'),:style => 'height: 28px;
|
<%= link_to "确定", poll_index_path(:polls_group_id => @course.id,:polls_type => 'Course'),:class => 'commit'%>
|
||||||
display: block;
|
|
||||||
width: 80px;
|
|
||||||
color: #fff;
|
|
||||||
background: #15bccf;
|
|
||||||
text-align: center;
|
|
||||||
padding-top: 4px;
|
|
||||||
float: left;
|
|
||||||
margin-right: 10px;'%>
|
|
||||||
<% elsif status == 1 %>
|
<% elsif status == 1 %>
|
||||||
<h2 style="font-weight: normal">您还有尚未作答的题目请完成后在提交!</h2>
|
<h3 style="font-weight: normal;color: red">您还有尚未作答的题目请完成后在提交!</h3>
|
||||||
<%= link_to "确定", "javascript:void(0)",:onclick => 'hidden_atert_form();',:style => 'height: 28px;
|
<%= link_to "确定", "javascript:void(0)",:onclick => 'hidden_atert_form();',:class => 'commit'%>
|
||||||
display: block;
|
|
||||||
width: 80px;
|
|
||||||
color: #fff;
|
|
||||||
background: #15bccf;
|
|
||||||
text-align: center;
|
|
||||||
padding-top: 4px;
|
|
||||||
float: left;
|
|
||||||
margin-right: 10px;'%>
|
|
||||||
<% else %>
|
<% else %>
|
||||||
<h2 style="color: #0000ff">发生未知错误,请检查您的网络。</h2>
|
<h3 style="font-weight: normal;color: red">发生未知错误,请检查您的网络。</h3>
|
||||||
<%= link_to "确定", "javascript:void(0)",:onclick => 'hidden_atert_form();',:style => 'height: 28px;
|
<%= link_to "确定", "javascript:void(0)",:onclick => 'hidden_atert_form();',:class => 'commit'%>
|
||||||
display: block;
|
|
||||||
width: 80px;
|
|
||||||
color: #fff;
|
|
||||||
background: #15bccf;
|
|
||||||
text-align: center;
|
|
||||||
padding-top: 4px;
|
|
||||||
float: left;
|
|
||||||
margin-right: 10px;'%>
|
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in new issue