|
|
|
@ -1,10 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="boxContainer">
|
|
|
|
|
<div>
|
|
|
|
|
<div class="sendText fl mr10" style="width: auto">发送到</div>
|
|
|
|
|
<div class="resourcesSendTo">
|
|
|
|
|
<select class="resourcesSendType" onclick="chooseSendType('<%= send_id%>','<%= send_ids%>');">
|
|
|
|
|
<select class="resourcesSendType" onclick="chooseSendType('<%= send_id %>','<%= send_ids %>');">
|
|
|
|
|
<option value="1">课程</option>
|
|
|
|
|
<option value="2" selected>项目</option>
|
|
|
|
|
<option value="3">组织</option>
|
|
|
|
@ -20,13 +18,13 @@
|
|
|
|
|
<%= hidden_field_tag(:send_ids, send_ids) %>
|
|
|
|
|
<input type="text" id="search_project_input" value="<%= @search %>" name="search" placeholder="输入项目ID或者名称搜索" class="searchResourcePopup" />
|
|
|
|
|
<script>
|
|
|
|
|
observeSearchfieldOnInput('search_project_input','<%= search_user_project_user_path(user)%>','<%= send_id %>','<%= send_ids%>')
|
|
|
|
|
observeSearchfieldOnInput('search_project_input','<%= search_user_project_user_path(user)%>','<%= send_id %>','<%= send_ids %>')
|
|
|
|
|
</script>
|
|
|
|
|
<!--<a href="javascript:void(0);" class="searchIconPopup"></a>-->
|
|
|
|
|
<%= submit_tag '',:class=>'searchIcon2',:onfocus=>"this.blur();",:style=>'border-style:none' %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
<%= form_tag add_exist_file_to_project_user_path(user),:remote=>true,:id=>'projects_list_form' %>
|
|
|
|
|
<%= form_tag add_exist_file_to_project_user_path(user), :remote => true, :id=>'projects_list_form' %>
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
|
|
<%= hidden_field_tag(:send_id, send_id) %>
|
|
|
|
|