socialforge/app/views/users/_send_notice.html.erb

18 lines
678 B
Plaintext
Raw Normal View History

2016-05-04 16:17:37 +08:00
<div>
<div class="ni_con">
<p class="mt30">
<% if status == 1 %>
您的分享请求暂未通过审核,暂时不可发送至课程。
<% elsif status == 2 %>
您选中的作业目前为私有作业,请点击“请求分享”按钮向题目的作者发送分享请求吧!祝您成功:)
<% elsif status == 3 %>
您的分享请求已被老师拒绝,不可发送至课程。
<% end %>
</p>
<div class="ni_btn">
<a href="javascript:" class="tijiao" onclick="hideModal();" style="margin-bottom: 10px; margin-left: 60px; color: #fff;" >
确&nbsp;&nbsp;定
</a>
</div>
</div>
</div>