|
|
|
@ -23,19 +23,19 @@
|
|
|
|
|
<%= render :partial => 'layouts/base_header'%>
|
|
|
|
|
<div id="main">
|
|
|
|
|
<!--added by huang-->
|
|
|
|
|
<div class="top-course-content">
|
|
|
|
|
<div class="top-content">
|
|
|
|
|
<% @project = Project.find_by_id(@project.id)%>
|
|
|
|
|
<% @course = Course.find_by_extra(@project.identifier)%>
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="info_font" style="width: 240px">高校课程实践社区</td>
|
|
|
|
|
<td style="width: 350px"><strong>当前单位 : <!-- <%= @course.teacher.user_extensions.occupation %> --></strong></td>
|
|
|
|
|
<td class="info_font" style="width: 240px; color: #15bccf"">高校课程实践社区</td>
|
|
|
|
|
<td style="width: 350px; color: #15bccf""><strong>当前单位 : <!-- <%= @course.teacher.user_extensions.occupation %> --></strong></td>
|
|
|
|
|
<td rowspan="2" width="350px">
|
|
|
|
|
<div class="top-content-search">
|
|
|
|
|
<%= form_tag(:controller => 'projects', :action => 'search', :method => :get) do %>
|
|
|
|
|
<%= text_field_tag 'name', params[:name], :size => 30 %>
|
|
|
|
|
<%= hidden_field_tag 'project_type', @project.project_type %>
|
|
|
|
|
<%= submit_tag l(:label_search), :class => "small", :name => nil %>
|
|
|
|
|
<%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|