课程学生作业列表增加搜索的静态页面
This commit is contained in:
parent
1598bf6b4d
commit
bb9513b313
|
@ -1,8 +1,3 @@
|
|||
<% attachmenttypes = @course.attachmenttypes %>
|
||||
<% sufixtypes = @course.contenttypes %>
|
||||
|
||||
|
||||
<!--<%#= stylesheet_link_tag 'resource', :media => 'all' %> -->
|
||||
<script>
|
||||
function show_upload()
|
||||
{
|
||||
|
|
|
@ -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">
|
||||
按
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue