|
|
@ -1,13 +1,13 @@
|
|
|
|
<!-- fq -->
|
|
|
|
<!-- fq -->
|
|
|
|
<%= render_flash_messages %>
|
|
|
|
<%= render_flash_messages %>
|
|
|
|
<% if @bid.reward_type == 3 %>
|
|
|
|
<% if @bid.reward_type == 3 %>
|
|
|
|
<% unless User.current.nil?%>
|
|
|
|
<% if User.current.logged?%>
|
|
|
|
<% if User.current.user_extensions.identity == 1 %>
|
|
|
|
<% if User.current.user_extensions.identity == 1 %>
|
|
|
|
<div class="font_lighter">
|
|
|
|
<div class="font_lighter">
|
|
|
|
<p><%= l(:label_homework_prompt) %></p>
|
|
|
|
<p><%= l(:label_homework_prompt) %></p>
|
|
|
|
<P><%= l(:label_homework_prompt_content) %></P>
|
|
|
|
<P><%= l(:label_homework_prompt_content) %></P>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<table width="1000px" border="0" style="padding-left: 15px">
|
|
|
|
<table width="1000px" border="0" style="padding-left: 15px">
|
|
|
|
<td class="font_lighter" style="font-size: 15px;"><%= l(:label_homework_project) %>(<%= bidding_project.count%>)</td>
|
|
|
|
<td class="font_lighter" style="font-size: 15px;"><%= l(:label_homework_project) %>(<%= bidding_project.count%>)</td>
|
|
|
|