|
|
|
@ -75,16 +75,32 @@
|
|
|
|
|
<%= f.text_area :description, :rows => 8, :name => "homework_description", :class => "w620",
|
|
|
|
|
:maxlength => 3000, :placeholder => "最多3000个汉字" %>
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
<label style="float: left;">
|
|
|
|
|
<!--<div class="cl"></div>-->
|
|
|
|
|
<!--<p>-->
|
|
|
|
|
<!--<label style="float: left;">-->
|
|
|
|
|
<!-- 添加附件 :-->
|
|
|
|
|
<!--</label>-->
|
|
|
|
|
<!--<div style="float: left;padding-bottom: 15px;">-->
|
|
|
|
|
<!--<%#= render :partial => 'attachments/form', :locals => {:container => @homework}%>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</p>-->
|
|
|
|
|
<!--<div class="cl"></div>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<label style="float: left;padding-left: 15px;">
|
|
|
|
|
添加附件 :
|
|
|
|
|
</label>
|
|
|
|
|
<div style="float: left;padding-bottom: 15px;">
|
|
|
|
|
<%= render :partial => 'attachments/form', :locals => {:container => @homework}%>
|
|
|
|
|
<!--<div style="float: left;margin-left: 5px;">-->
|
|
|
|
|
<!--<%#= render :partial => 'attachments/form',locals: {:container => @homework}%>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
|
|
|
|
|
<div style="float: left;">
|
|
|
|
|
<%= render :partial => 'attachments/form', :locals => {:container => @homework} %>
|
|
|
|
|
</div>
|
|
|
|
|
</p>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
|
|
<p style="padding-top: 10px;">
|
|
|
|
|
<label> 开发项目
|
|
|
|
|
<img src="/images/bid/pic_question.png" width="16" height="16"
|
|
|
|
|
title="项目是一种由用户创建的基于网络的协作空间,能够为个人或小组提供分布式的协同交流和资料管理等方面的支持。
|
|
|
|
@ -101,7 +117,7 @@
|
|
|
|
|
<span style="float: left;">
|
|
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
<a href="javascript:" class="tijiao" onclick="submit_homework_form();">
|
|
|
|
|
<a href="javascript:void(0)" class="tijiao" onclick="submit_homework_form();">
|
|
|
|
|
<%= l(:label_button_ok) %>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="javascript:history.back()" class="tijiao">取 消</a>
|
|
|
|
|