156 lines
5.9 KiB
Plaintext
156 lines
5.9 KiB
Plaintext
<!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" class="">
|
||
<div id="sidebar">
|
||
<div class="main_context">
|
||
<div class="spaceleft">
|
||
<div>
|
||
<table style="padding-top: 20px ;width: 232px ; height: 80px;">
|
||
<tr>
|
||
<td class="info_font" align="center" style=" word-wrap: break-word; word-break: break-all; color: #ed8924 "><%= h @bid.name %></td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center"> <%= watcher_link(@bid, User.current) %> </td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
<div class="user_underline"></div>
|
||
|
||
<!-- info -->
|
||
<div class="inf_user_image">
|
||
<table>
|
||
<tr>
|
||
<td style="text-align: justify ; text-justify: inter-ideograph; width: 180px"><%= l(:label_teacher_homework) %> : <%= link_to(@user.lastname+@user.firstname, user_path(@user)) %></td>
|
||
</tr>
|
||
<tr>
|
||
<td><%= l(:label_course_homework) %> : <%= link_to(@bid.courses.first.name, project_path(@bid.courses.first)) %></td>
|
||
</tr>
|
||
<tr>
|
||
<td><%= l(:label_limit_time) %>: <%= @bid.deadline %></td>
|
||
</tr>
|
||
<% unless @bid.parent_id.nil?%>
|
||
<tr>
|
||
<td><div style="overflow: hidden;white-space: nowrap;text-overflow: ellipsis; -o-text-overflow: ellipsis; width:200px">
|
||
作业来源:<%= link_to(Bid.find(@bid.parent_id).name, respond_path(Bid.find(@bid.parent_id))) %></div></td>
|
||
</tr>
|
||
<% end %>
|
||
</table>
|
||
</div>
|
||
|
||
<!-- tags -->
|
||
<div class="user_fans">
|
||
<div class="user_underline"></div>
|
||
<table style="font-family:微软雅黑; padding-left: 8px">
|
||
<tr>
|
||
<td><!-- added by william -for tag --> <%= render :partial => 'tags/tag', :locals => {:obj => @bid, :object_flag => "4"}%> </td>
|
||
</tr>
|
||
</table>
|
||
|
||
</div>
|
||
|
||
<!--homework-->
|
||
<div class="user_fans">
|
||
<div class="font_title_left">
|
||
<strong><%= l(:label_commit_homework) %></strong>
|
||
</div>
|
||
<div class="user_underline"></div>
|
||
<div class="left_wf">
|
||
<table>
|
||
<tr>
|
||
<td style="padding-top: 5px"> <% if @bid.homework_type == 1%>
|
||
<% if @bid.homeworks.size>0 %>
|
||
<% for homework in @bid.homeworks %>
|
||
<%= link_to image_tag(url_to_avatar(homework.user), :class => "avatar", :title => homework.user.name), user_path(homework.user), :class => "avatar" %>
|
||
<% end %>
|
||
<% else %>
|
||
<p class="font_lighter">
|
||
<%= l(:label_no_course_project) %>
|
||
</p> <% end %>
|
||
<% else %>
|
||
<% if @bid.projects.size>0 %>
|
||
<% for project in @bid.projects%>
|
||
<%= link_to image_tag(url_to_avatar(project), :class => "avatar", :title => project.name), project_path(project), :class => "avatar" %>
|
||
<% end %>
|
||
<% else %>
|
||
<p class="font_lighter">
|
||
<%= l(:label_no_course_project) %>
|
||
</p> <% end %>
|
||
<% end %> </td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
<div class="user_underline"></div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
<!-- end -->
|
||
</div>
|
||
<div id="content">
|
||
|
||
<div class="tabs_new">
|
||
<ul>
|
||
<li>
|
||
<%= link_to l(:label_question_student), {:controller => 'bids', :action => 'show' },:class => link_class(:respond)%>
|
||
</li>
|
||
<li>
|
||
<% if User.current.logged? && (!Member.where('user_id = ? and project_id = ?', User.current.id, @bid.courses.first.id).first.nil? && (Member.where('user_id = ? and project_id = ?', User.current.id, @bid.courses.first.id).first.roles&Role.where('id = ? or id = ?', 5, 7)).size >0) %>
|
||
<%= link_to l(:label_homework_commit), {:controller => 'bids', :action => 'show_project' },:class => link_class(:project)%>
|
||
<% else %>
|
||
<%= link_to l(:label_homework_info), {:controller => 'bids', :action => 'show_project' },:class => link_class(:project)%>
|
||
|
||
<% end %>
|
||
</li>
|
||
<!-- <li><%= link_to l(:label_homework_statistics), { :controller => 'bids', :action => 'homework_statistics' },:class => link_class(:homework_statistics)%></li> -->
|
||
<!-- <li><%= link_to l(:label_homework_respond), { :controller => 'bids', :action => 'homework_respond' },:class => link_class(:homework_respond)%></li>
|
||
--><ul>
|
||
</div>
|
||
|
||
<%= 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>
|