|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
<div id="popbox_upload" style="margin-top: -30px;margin-left: -20px;margin-right: -10px;">
|
|
|
|
|
<div class="upload_con">
|
|
|
|
|
<h2>将此课件引入我的资源库</h2>
|
|
|
|
|
<h2>将此文件件引入我的资源库</h2>
|
|
|
|
|
<% if error == '403' %>
|
|
|
|
|
<div class="upload_box">
|
|
|
|
|
<div style="color: red;">您没有权限引用此资源</div>
|
|
|
|
@ -13,13 +13,11 @@
|
|
|
|
|
remote: true,
|
|
|
|
|
id: "relation_file_form" do %>
|
|
|
|
|
<%= hidden_field_tag(:file_id, file.id) %>
|
|
|
|
|
<%= content_tag('div', projects_check_box_tags('projects[project][]', User.current.projects,project,file), :id => 'projects')%>
|
|
|
|
|
<%= content_tag('div', projects_check_box_tags('projects[project][]', User.current.projects,project,file), :id => 'projects', :class => "hidden")%>
|
|
|
|
|
<a id="submit_quote" href="javascript:void(0)" class="blue_btn fl c_white" onclick="submit_quote();">引 用</a><a href="javascript:void(0)" class="blue_btn grey_btn fl c_white" onclick="closeModal();">取 消</a>
|
|
|
|
|
<% end -%>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|