2013-09-12 17:19:51 +08:00
|
|
|
<!-- fq -->
|
|
|
|
<% if @bid.size > 0%>
|
|
|
|
|
2013-09-18 22:56:01 +08:00
|
|
|
<% @bid.each do |bids|%>
|
2013-10-07 22:23:42 +08:00
|
|
|
<!-- <h2><%= link_to(Project.find(bids[0]).name, project_path(bids[0])) %></h2> -->
|
2013-10-11 20:32:44 +08:00
|
|
|
<% for bid in bids[1]%>
|
2013-10-07 22:23:42 +08:00
|
|
|
<% unless @user == bid.author %>
|
2013-09-23 13:35:29 +08:00
|
|
|
<table width="95%" border="0" style="padding-left: 10px; padding-top: 10px;">
|
2013-09-12 17:19:51 +08:00
|
|
|
<tr>
|
2013-09-23 13:35:29 +08:00
|
|
|
<td colspan="2" valign="top" width="50" ><%= link_to(image_tag(url_to_avatar(bid.author), :class => 'avatar'), user_path(bid.author), :class => "avatar") %></td>
|
2013-09-12 17:19:51 +08:00
|
|
|
<td>
|
|
|
|
<table width="100%" border="0">
|
|
|
|
<tr>
|
2013-10-16 17:02:02 +08:00
|
|
|
<td colspan="2" valign="top"><strong><%= link_to(bid.author.lastname+bid.author.firstname, user_path(bid.author), :class => 'bid_user') %>
|
|
|
|
<%= l(:label_create_homework)%><%= link_to(bid.name, respond_path(bid), :class => 'bid_path') %>
|
2013-10-11 20:32:44 +08:00
|
|
|
|
|
|
|
<%= l(:label_course_homework) %> : <%= link_to(bid.courses.first.name, project_path(bid.courses.first)) %> </strong></td>
|
2013-09-12 17:19:51 +08:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td width="500">
|
|
|
|
<table border="0">
|
2013-09-23 13:35:29 +08:00
|
|
|
<tr>
|
|
|
|
<td> <% if bid.reward_type.nil? or bid.reward_type == 1 %> <strong><%= l(:label_bids_reward_method) %><span style="color: #ed8924;font-family: 14px; font-family: 微软雅黑"><%= l(:label_call_bonus) %> <%= l(:label_RMB_sign) %><%= bid.budget%></span></strong> <% elsif bid.reward_type == 2 %> <strong><%= l(:label_bids_reward_method) %><span style="color: #15bccf;font-family: 14px; font-family: 微软雅黑"><%= bid.budget%></span></strong> <% else %> <!-- <strong><%= l(:label_bids_reward_method) %><span style="color: #00aa83;font-family: 14px; font-family: 微软雅黑"><%= l(:label_bids_credit) %> <%= bid.budget%> <%= l(:label_bids_credit_number) %></span></strong> --> <% end %> <!-- <td style="color: rgb(255, 0, 0);"><strong><%= l(:label_price) %><%= l(:label_RMB_sign) %><%= bid.budget%></strong></td> --></td>
|
2013-09-12 17:19:51 +08:00
|
|
|
</tr>
|
2013-09-23 13:35:29 +08:00
|
|
|
<tr>
|
2013-10-11 20:32:44 +08:00
|
|
|
<td><span class="font_lighter"> <% if bid.homework_type == 1%>
|
2013-10-09 16:04:23 +08:00
|
|
|
<%= l(:label_x_homework_project, :count => bid.homeworks.count) %>(<strong><%= link_to bid.homeworks.count, project_for_bid_path(bid.id) %></strong>)
|
2013-10-11 20:32:44 +08:00
|
|
|
<% else %><%= l(:label_x_homework_project, :count => bid.biding_projects.count) %>(<strong><%= link_to bid.biding_projects.count, project_for_bid_path(bid.id) %></strong>)<% end %> </span><span class="font_lighter"><%= l(:label_x_responses, :count => bid.commit) %>(<strong><%= link_to bid.commit, respond_path(bid) %></strong>)
|
2013-09-12 17:19:51 +08:00
|
|
|
</tr>
|
|
|
|
</table></td>
|
2013-09-23 13:35:29 +08:00
|
|
|
<td width="200" align="right" class="a"><span class="font_lighter"> <%= format_time bid.created_on %></span></td>
|
2013-09-12 17:19:51 +08:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<div class="bid-description" style="border-left: 1px solid rgb(225, 225, 225); border-bottom: 1px solid rgb(225, 225, 225); padding-left: 20px; padding-bottom: 10px; margin-bottom: 20px;">
|
2013-09-23 13:35:29 +08:00
|
|
|
<table width="100%">
|
2013-09-12 17:19:51 +08:00
|
|
|
<tr>
|
|
|
|
<td> <%= bid.description%> </td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div></td>
|
|
|
|
</tr>
|
|
|
|
</table></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2013-10-07 22:23:42 +08:00
|
|
|
<% end %>
|
2013-09-18 22:56:01 +08:00
|
|
|
<% end %>
|
2013-09-12 17:19:51 +08:00
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% else %>
|
2013-10-11 20:32:44 +08:00
|
|
|
<p class="font_description">
|
|
|
|
<%= l(:label_my_honework_no_homework) %>
|
|
|
|
</p>
|
2013-09-12 17:19:51 +08:00
|
|
|
<% end %>
|