|
|
|
@ -1,13 +1,41 @@
|
|
|
|
|
<div class="show_hwork_arrow"></div>
|
|
|
|
|
<div class="show_hwork">
|
|
|
|
|
<ul>
|
|
|
|
|
<li ><span class="tit_fb">上交时间:</span>2015-05-07</li>
|
|
|
|
|
<li ><span class="tit_fb"> 参与人员:</span>程梦雯 王强</li>
|
|
|
|
|
<li ><span class="tit_fb"> 关联项目:</span><a href="javascript:void(0);" class="c_blue02" >Trustie Forge</a></li>
|
|
|
|
|
<li ><span class="tit_fb ">内容:</span><p class="show_hwork_p">我写了一个验证身份证号码的程序,它是以一定内存空间(大概100M)换取cpu消耗,然后它的运算量就降低了,前十四位的验证就相当于转换类型再查表一样,所以它的验证号码速度比一般的方式快。如果还不明白就所以它的验证号码速度比一般的方式快。</p><div class="cl"></div></li>
|
|
|
|
|
<li ><span class="tit_fb"> 附件:</span><a href="javascript:void(0);" class="link_file" >socket实验-123456-王强.zip</a><span class="ml5">(123KB)</span></li>
|
|
|
|
|
<li ><span class="tit_fb"> 评价:</span><textarea class="hwork_ping_text "></textarea><div class="cl"></div></li>
|
|
|
|
|
|
|
|
|
|
<li >
|
|
|
|
|
<span class="tit_fb">上交时间:</span>
|
|
|
|
|
<%=format_time work.created_at %>
|
|
|
|
|
</li>
|
|
|
|
|
<!--<li >-->
|
|
|
|
|
<!--<span class="tit_fb"> 参与人员:</span>-->
|
|
|
|
|
<!--程梦雯 王强-->
|
|
|
|
|
<!--</li>-->
|
|
|
|
|
<% if work.project%>
|
|
|
|
|
<li >
|
|
|
|
|
<span class="tit_fb"> 关联项目:</span>
|
|
|
|
|
<%= link_to( work.project.name, project_path(work.project.id), :class => "c_blue02" )%>
|
|
|
|
|
</li>
|
|
|
|
|
<% end%>
|
|
|
|
|
<li >
|
|
|
|
|
<span class="tit_fb ">内容:</span>
|
|
|
|
|
<p class="show_hwork_p">
|
|
|
|
|
<%= work.description%>
|
|
|
|
|
</p>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</li>
|
|
|
|
|
<li >
|
|
|
|
|
<span class="tit_fb"> 附件:</span>
|
|
|
|
|
<% if work.attachments.empty?%>
|
|
|
|
|
<span style="color: #999999">尚未提交附件</span>
|
|
|
|
|
<% else%>
|
|
|
|
|
<%= render :partial => 'work_attachments', :locals => {:attachments => work.attachments} %>
|
|
|
|
|
<% end%>
|
|
|
|
|
</li>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<li >
|
|
|
|
|
<span class="tit_fb"> 评价:</span>
|
|
|
|
|
<textarea class="hwork_ping_text "></textarea>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</li>
|
|
|
|
|
<li >
|
|
|
|
|
<span class="tit_fb mt2"> 评分:</span>
|
|
|
|
|
<input type="number" name="score" id="score_<%= work.id%>" value="50" min="0" max="100" size="4" data-units="dollars" />
|
|
|
|
@ -15,32 +43,24 @@
|
|
|
|
|
<div class="cl"></div></li>
|
|
|
|
|
<li >
|
|
|
|
|
<span class="tit_fb"> 批阅结果:</span>
|
|
|
|
|
<input type="submit" name="" value="文件浏览" class="sub_btn">
|
|
|
|
|
<span class=" c_grey ">-文件不超过200MB</span>
|
|
|
|
|
<div>
|
|
|
|
|
<%= render :partial => 'attachments/form' %>
|
|
|
|
|
</div>
|
|
|
|
|
<a href="javascript:void(0);" class="blue_n_btn fr" >提交</a>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<div class="ping_box">
|
|
|
|
|
<ul class="ping_box_ul ping_line">
|
|
|
|
|
<a href="javascript:void(0);" class="ping_pic fl" ><img src="images/courses/pic_01.jpg" width="34" height="34" /></a>
|
|
|
|
|
<div class="ping_box_tit">
|
|
|
|
|
<a href="javascript:void(0);" class="c_blue fl" >jacknudt</a><span class="ml5 fl">(教师)</span>
|
|
|
|
|
<span class="ml20 fl">评分:</span><a href="javascript:void(0);" class="c_orange fl" >90分</a>
|
|
|
|
|
<a href="javascript:void(0);" class="fr c_purple" >删除</a>
|
|
|
|
|
<a href="javascript:void(0);" class="fr c_purple mr5" >回复</a>
|
|
|
|
|
<span class=" fr c_grey mr20">一小时前</span>
|
|
|
|
|
<div class="cl mb5"></div>
|
|
|
|
|
<p >作品非常好,格式不正确,继续努力!</p>
|
|
|
|
|
<a href="javascript:void(0);" class="link_file" >批阅结果-王强.zip</a><span class="ml5">(123KB)</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</ul>
|
|
|
|
|
<ul class="ping_box_ul ping_line">
|
|
|
|
|
<a href="javascript:void(0);" class="ping_pic fl" ><img src="images/courses/pic_01.jpg" width="34" height="34" /></a>
|
|
|
|
|
<a href="javascript:void(0);" class="ping_pic fl" >
|
|
|
|
|
<img src="images/courses/pic_01.jpg" width="34" height="34" />
|
|
|
|
|
</a>
|
|
|
|
|
<div class="ping_box_tit">
|
|
|
|
|
<a href="javascript:void(0);" class="c_blue fl" >jacknudt</a><span class="ml5 fl">(教辅)</span>
|
|
|
|
|
<span class="ml20 fl">评分:</span><a href="javascript:void(0);" class="c_orange fl" >85分</a>
|
|
|
|
|
<a href="javascript:void(0);" class="c_blue fl" >jacknudt</a>
|
|
|
|
|
<span class="ml5 fl">(教辅)</span>
|
|
|
|
|
<span class="ml20 fl">评分:</span>
|
|
|
|
|
<a href="javascript:void(0);" class="c_orange fl" >85分</a>
|
|
|
|
|
<a href="javascript:void(0);" class="fr c_purple" >删除</a>
|
|
|
|
|
<a href="javascript:void(0);" class="fr c_purple mr5" >回复</a>
|
|
|
|
|
<span class=" fr c_grey mr20">一小时前</span>
|
|
|
|
@ -49,31 +69,7 @@
|
|
|
|
|
<textarea class="ping_text"></textarea>
|
|
|
|
|
<a href="javascript:void(0);" class="fr blue_n_btn" >回复</a>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</ul>
|
|
|
|
|
<ul class="ping_box_ul ">
|
|
|
|
|
<a href="javascript:void(0);" class="ping_pic fl" ><img src="images/courses/pic_01.jpg" width="34" height="34" /></a>
|
|
|
|
|
<div class="ping_box_tit">
|
|
|
|
|
<a href="javascript:void(0);" class="c_blue fl" >jacknudt</a><span class="ml5 fl">(教辅)</span>
|
|
|
|
|
<span class="ml20 fl">评分:</span><a href="javascript:void(0);" class="c_orange fl" >85分</a>
|
|
|
|
|
<a href="javascript:void(0);" class="fr c_purple" >删除</a>
|
|
|
|
|
<a href="javascript:void(0);" class="fr c_purple mr5" >回复</a>
|
|
|
|
|
<span class=" fr c_grey mr20">一小时前</span>
|
|
|
|
|
<div class="cl mb5"></div>
|
|
|
|
|
<p >作品非常好,格式不正确,继续努力!</p>
|
|
|
|
|
<div class="ping_back ping_line mt10">
|
|
|
|
|
<a href="javascript:void(0);" class="st_img fl" ><img src="images/courses/pic_01.jpg" width="32" height="32" /></a>
|
|
|
|
|
<div class="ping_back_tit">
|
|
|
|
|
<a href="javascript:void(0);" class="c_blue fl" >程梦雯</a>
|
|
|
|
|
<a href="javascript:void(0);" class="fr c_purple" >删除</a>
|
|
|
|
|
<span class=" fr c_grey mr10">一小时前</span>
|
|
|
|
|
<div class="cl mb5"></div>
|
|
|
|
|
<p >谢谢老师!</p>
|
|
|
|
|
</div><!---ping_box_tit end--->
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div><!---ping_back end--->
|
|
|
|
|
<div class="ping_back mt10">
|
|
|
|
|
<div class="ping_back mt30">
|
|
|
|
|
<a href="javascript:void(0);" class="st_img fl" ><img src="images/courses/pic_01.jpg" width="32" height="32" /></a>
|
|
|
|
|
<div class="ping_back_tit">
|
|
|
|
|
<a href="javascript:void(0);" class="c_blue fl" >程梦雯</a>
|
|
|
|
@ -84,11 +80,10 @@
|
|
|
|
|
</div><!---ping_box_tit end--->
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div><!---ping_back end--->
|
|
|
|
|
|
|
|
|
|
</div><!--ping_box_tit end--->
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</ul><!--ping_box_ul end--->
|
|
|
|
|
</ul>
|
|
|
|
|
</div><!---ping_box end--->
|
|
|
|
|
<a href="javascript:void(0);" class="fr c_blue mt5 mb5">收起</a>
|
|
|
|
|
<a href="javascript:void(0);" class="fr c_blue mt5 mb5" onclick="$('#about_hwork_<%= work.id%>').html('');">收起</a>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div><!---show_hwork end--->
|