
diff --git a/app/views/homework_attach/new.html.erb b/app/views/homework_attach/new.html.erb
index b600e2b26..ebe261519 100644
--- a/app/views/homework_attach/new.html.erb
+++ b/app/views/homework_attach/new.html.erb
@@ -1,51 +1,119 @@
-
- <%=h l(:label_new_homework)%>
-
-
-
- <%= form_for('new_form', :method => :post,
- :url => {:controller => 'homework_attach',
- :action => 'create',
- :user_id => User.current.id,
- :bid_id => @bid
- }) do |f|%>
-
- 标 题 *:
- <%= f.text_field "name", :required => true, :size => 60, :style => "width:490px;", :maxlength => 254 %>
-
-
-
- 提交项目 :
-
- <%= f.select :project_id,options_for_select(user_projects_option), {},{:style => "width:490px;"} %>
- <%= link_to '创建项目', new_project_path(course: 0, project_type: 0), :target => '_blank' %>
-
- 提交项目可以为空
-
-
-
-
- 描 述 :
-
-
- <%= f.text_area "description", :rows => 8, :class => 'wiki-edit', :style => "font-size:small;width:490px;margin-left:10px;", :maxlength => 5000 %>
-
-
-
-
+
+
diff --git a/app/views/homework_attach/show.js.erb b/app/views/homework_attach/show.js.erb
index 9f9b39b89..66ed277f2 100644
--- a/app/views/homework_attach/show.js.erb
+++ b/app/views/homework_attach/show.js.erb
@@ -1,3 +1,4 @@
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'show',:locals => {:comprehensive_evaluation => @comprehensive_evaluation,:homework => @homework, :teaher_score => @teaher_score}) %>');
showModal('ajax-modal', '503px');
$('#ajax-modal').css('height','569px');
+
diff --git a/public/stylesheets/css.css b/public/stylesheets/css.css
index f350089fc..9fbd2ecaf 100644
--- a/public/stylesheets/css.css
+++ b/public/stylesheets/css.css
@@ -8,10 +8,7 @@ ul,li{ list-style-type:none}
a{ text-decoration:none; }
a:hover{ text-decoration:underline;}
-
-.container{ width:940px; margin:0 auto; padding-top:125px;}
-
-
+.container{ width:940px; margin:0 auto; }
/* 作业列表 */
.ttl{ }
.ctt{height:820px;clear:both; }
@@ -120,7 +117,7 @@ a:hover.ping_sub{ background:#14a8b9;}
/* 创建作业 */
.Newwork{ width:918px; height:418px; border:1px solid #c3c3c3;}
-.N_top{ height:35px; background:#e5e5e5; border:1px solid #fff; width:891px; padding:5px 10px 0 15px;}
+.N_top{ height:35px; background:#e5e5e5; border:1px solid #fff; width:669px; padding:5px 10px 0 15px;}
.N_top h2{ color:#616161; font-size:14px; float:left;}
.N_top a{ float:right; font-size:14px; color:#15bccf; display:block; background:url(images/pic_ad.png) 0 5px no-repeat; height:20px; width:60px; padding-left:16px;}
.N_con{ color:#484747; font-weight:bold; width:720px; margin:15px auto;}
@@ -140,6 +137,9 @@ a:hover.tijiao{ background:#0f99a9;}
.ni_con p{ color:#808181;}
.ni_con a:hover{ text-decoration:none;}
+/*.ui-widget-header{display: none;}*/
+
+