课程学生作业列表增加搜索的静态页面

This commit is contained in:
sw 2015-04-14 16:36:03 +08:00
parent 1598bf6b4d
commit bb9513b313
4 changed files with 12 additions and 5 deletions

View File

@ -1,8 +1,3 @@
<% attachmenttypes = @course.attachmenttypes %>
<% sufixtypes = @course.contenttypes %>
<!--<%#= stylesheet_link_tag 'resource', :media => 'all' %> -->
<script>
function show_upload()
{

View File

@ -14,6 +14,8 @@
<%= link_to l(:label_export_excel), get_batch_homeworks_homework_attach_index_path(:bid_id => @bid.id,:format => 'xls'),:class=>'xls' if is_batch_homeworks%>
<%= link_to l(:label_export_excel), get_not_batch_homework_homework_attach_index_path(:bid_id => @bid.id,:format => 'xls'),:class=>'xls' if not_batch_homework%>
<%= link_to l(:label_export_excel), get_homeworks_homework_attach_index_path(:bid_id => @bid.id,:format => 'xls'),:class=>'xls' if is_all_homeworks%>
<input type="text" name="" placeholder="昵称、学号、姓名搜索" class="min_search ml10">
</span>
<span class="fr">
按&nbsp;

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -166,6 +166,16 @@ a:hover.tijiao{ background:#0f99a9 !important;}
.upload_box_span{ color: #333; font-weight: bold;}
.c_grey{ color:#A7A7A7;}
/*新增*/
.min_search {
width: 150px;
height: 20px;
border: 1px solid #d0d0d0 !important;
color: #666;
background: url(../images/course/public_icon.png) 135px -193px no-repeat;
cursor: pointer;
}