210 lines
8.1 KiB
Plaintext
210 lines
8.1 KiB
Plaintext
<% @nav_dispaly_bid_label = 1 %>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title><%= h html_title %></title>
|
|
<meta name="description" content="<%= Redmine::Info.app_name %>" />
|
|
<meta name="keywords" content="issue,bug,tracker" />
|
|
<%= csrf_meta_tag %>
|
|
<%= favicon %>
|
|
<%= stylesheet_link_tag 'jquery/jquery-ui-1.9.2', 'application', :media => 'all' %>
|
|
<%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %>
|
|
<%= javascript_heads %>
|
|
<%= heads_for_theme %>
|
|
<%= call_hook :view_layouts_base_html_head %>
|
|
<!-- page specific tags -->
|
|
<%= yield :header_tags -%>
|
|
</head>
|
|
<body class="<%= h body_css_classes %>">
|
|
<div id="wrapper">
|
|
<div id="wrapper2">
|
|
<div id="wrapper3">
|
|
|
|
<% if session[:enterprise_college] == 2 %>
|
|
<%=render :partial => 'layouts/base_enterprise_header'%>
|
|
<% elsif session[:enterprise_college] == 1 %>
|
|
<%=render :partial => 'layouts/base_college_header'%>
|
|
<% else %>
|
|
<%=render :partial => 'layouts/base_header'%>
|
|
<% end %>
|
|
|
|
<div id="main">
|
|
<!-- added by bai -->
|
|
<div class="top-content">
|
|
<table>
|
|
<tr>
|
|
<td class="info_font" style="width: 240px; color: #15bccf"">企业众包社区</td>
|
|
<td style="width: 430px; color: #15bccf""><strong><%= l(:label_user_location) %> : </strong></td>
|
|
<td rowspan="2" width="250px">
|
|
<div class="project-search">
|
|
<%= form_tag(calls_path, :method => :get) do %>
|
|
<%= text_field_tag 'name', params[:name], :size => 20 %>
|
|
<%= hidden_field_tag 'reward_type', params[:reward_type] %>
|
|
<%= hidden_field_tag 'project_type', params[:project_type] %>
|
|
<%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
|
|
<% end %>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding-left: 8px"><a><%= link_to "http://forge.trustie.net/calls", :controller => 'bids', :action => 'index' %> </a></td>
|
|
<td ><%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_requirement_enterprise), :controller => 'bids', :action => 'index' %> >
|
|
<span><%=link_to @bid.name ,bid_path %></span></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<!-- end -->
|
|
<div id="sidebar">
|
|
<div class="main_context">
|
|
<div class="spaceleft">
|
|
<div class="inf_user_image">
|
|
<table>
|
|
<tr>
|
|
<td align="left" valign="middle">
|
|
<%= image_tag(url_to_avatar(@user), :class => "avatar2") %>
|
|
</td>
|
|
<td>
|
|
<table>
|
|
<tr>
|
|
<td class="info_font" style=" word-wrap: break-word; word-break: break-all"><%= h @bid.name %></td>
|
|
</tr>
|
|
<% if User.current.login? %>
|
|
<tr>
|
|
<td align="center"> <%= link_to(l(:label_fork_homework_new), fork_path(@bid)) %></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center"> <span style="margin-right:10px;"><span class="icon-fav icon"></span><%= watcher_link(@bid, User.current) %></span></td>
|
|
</tr>
|
|
<% end %>
|
|
</table></td>
|
|
</tr>
|
|
</table>
|
|
<table>
|
|
<tr>
|
|
<td><%= l(:label_investor) %><%= link_to(@user, user_path(@user))%></td>
|
|
</tr>
|
|
<tr>
|
|
<% if @bid.reward_type.nil? or @bid.reward_type == 1%>
|
|
<td><%= l(:label_bids_reward_method) %><span style="color: #ed8924; font-weight: bold"><%= l(:label_call_bonus) %> <%= l(:label_RMB_sign) %><%= @bid.budget%></span></td>
|
|
<% elsif @bid.reward_type == 2%>
|
|
<td><%= l(:label_bids_reward_method) %><%= @bid.budget%></td>
|
|
<% else %>
|
|
<td><%= l(:label_bids_reward_method) %><%= l(:label_bids_credit) %> <%= @bid.budget%> <%= l(:label_bids_credit_number) %></td>
|
|
<% end %>
|
|
</tr>
|
|
<tr>
|
|
<td><%= l(:label_investment_time_limit) %><%= @bid.deadline%></td>
|
|
</tr>
|
|
<tr>
|
|
<td><div style="color:#ed8924 ; font-size: 14px">被 <strong><%= link_to(Bid.where('parent_id = ?', @bid.id).count, show_course_path(@bid)) %></strong>
|
|
个高校课程引用为作业!</div></td>
|
|
</tr>
|
|
<tr>
|
|
<td><div style="color:#ed8924 ; font-size: 14px">有 <strong><%= link_to(count_bid_project, show_bid_project_path(@bid)) %></strong>
|
|
个项目正在实现该需求!</div></td>
|
|
</tr>
|
|
<td><div style="color: #ed8924; font-size: 14px">有 <strong><%= link_to(count_bid_user, show_bid_user_path(@bid)) %></strong>
|
|
个高校用户正在努力完成此需求!</div></td>
|
|
</tr>
|
|
</table>
|
|
<div>
|
|
<%= link_to l(:label_x_followers, :count => @bid.watcher_users.count)+"("+@bid.watcher_users.count.to_s+")", respond_path(@bid) %>
|
|
<%= link_to l(:label_bidding_project)+"("+@bid.biding_projects.count.to_s+")", project_for_bid_path(@bid) %>
|
|
<%= link_to l(:label_x_bids_responses, :count => @bid.commit)+"("+@bid.commit.to_s+")", respond_path(@bid)%>
|
|
</div>
|
|
</div>
|
|
|
|
<!--tags-->
|
|
<div class="user_fans">
|
|
<div class="font_title_left">
|
|
<strong><%= l(:label_tag) %></strong>
|
|
</div>
|
|
<div class="user_underline"></div>
|
|
<table style="font-family:微软雅黑">
|
|
<tr>
|
|
<td><!-- added by william -for tag -->
|
|
<%= render :partial => 'tags/tag', :locals => {:obj => @bid, :object_flag => "4"}%>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div>
|
|
<div class="user_fans">
|
|
<div class="font_title_left">
|
|
<strong><%= l(:label_x_followers, :count => @bid.watcher_users.count) %></strong>
|
|
</div>
|
|
<div class="user_underline"></div>
|
|
<div class="left_wf">
|
|
<table>
|
|
<tr>
|
|
<td style="padding-top: 5px">
|
|
<% if @bid.watcher_users.size>0 %>
|
|
<% for user in @bid.watcher_users%>
|
|
|
|
<%= image_tag(url_to_avatar(user), :class => "avatar", :title => user.name ) %>
|
|
<% end %>
|
|
<% else %>
|
|
<p class="font_lighter"><%= l(:label_project_no_follow) %></p>
|
|
<% end%>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<!--fans-->
|
|
<div class="user_fans">
|
|
<div class="font_title_left">
|
|
<strong><%= l(:label_bidding_project) %></strong>
|
|
</div>
|
|
<div class="user_underline"></div>
|
|
<div class="left_wf">
|
|
<table>
|
|
<tr>
|
|
<td style="padding-top: 5px">
|
|
<% if @bid.projects.size>0 %>
|
|
<% for project in @bid.projects%>
|
|
<%= image_tag(url_to_avatar(project), :class => "avatar", :title => project.name) %>
|
|
<% end%>
|
|
<% else %>
|
|
<p class="font_lighter"><%= l(:label_no_bid_project) %></p>
|
|
<% end %>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<!-- end -->
|
|
</div>
|
|
<div id="content">
|
|
<% if display_main_menu?(@bid) %>
|
|
<div class="tabs_new">
|
|
<%= render_menu :bid_menu %>
|
|
</div>
|
|
<% end %>
|
|
|
|
<%= yield %>
|
|
<%= call_hook :view_layouts_base_content %>
|
|
<div style="clear:both;"></div>
|
|
</div>
|
|
<%=render :partial => 'layouts/base_footer'%>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="ajax-indicator" style="display:none;">
|
|
<span><%= l(:label_loading) %></span>
|
|
</div>
|
|
<div id="ajax-modal" style="display:none;"></div>
|
|
|
|
</div>
|
|
<%= call_hook :view_layouts_base_body_bottom %>
|
|
</body>
|
|
</html>
|