Commit 3cc651863feffbd772ee699811bf945331e5ce77
1 parent
94ab1e18
1、修改练习报表页(1)
Showing
1 changed file
with
25 additions
and
3 deletions
WebRoot/WEB-INF/jsp/sunvote/homework/homework_report.jsp
| ... | ... | @@ -19,8 +19,10 @@ |
| 19 | 19 | <!-- 下拉框 --> |
| 20 | 20 | <link rel="stylesheet" href="static/ace/css/chosen.css" /> |
| 21 | 21 | <link type="text/css" href="static/css/tablescroller.css" rel="stylesheet" /> |
| 22 | -<!-- jsp文件头和头部 --> | |
| 23 | -<%@ include file="../../system/index/top.jsp"%> | |
| 22 | + | |
| 23 | +<link | |
| 24 | + href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" | |
| 25 | + rel="stylesheet"> | |
| 24 | 26 | <!-- 日期框 --> |
| 25 | 27 | <link rel="stylesheet" href="static/ace/css/datepicker.css" /> |
| 26 | 28 | <style> |
| ... | ... | @@ -30,6 +32,26 @@ |
| 30 | 32 | </head> |
| 31 | 33 | |
| 32 | 34 | <body style="background:#fff;"> |
| 35 | + <div> | |
| 36 | + | |
| 37 | + <!-- Nav tabs --> | |
| 38 | + <ul class="nav nav-tabs" role="tablist"> | |
| 39 | + <li role="presentation" class="active"><a href="#home" aria-controls="home" role="tab" data-toggle="tab">Home</a></li> | |
| 40 | + <li role="presentation"><a href="#profile" aria-controls="profile" role="tab" data-toggle="tab">Profile</a></li> | |
| 41 | + <li role="presentation"><a href="#messages" aria-controls="messages" role="tab" data-toggle="tab">Messages</a></li> | |
| 42 | + <li role="presentation"><a href="#settings" aria-controls="settings" role="tab" data-toggle="tab">Settings</a></li> | |
| 43 | + </ul> | |
| 44 | + | |
| 45 | + <!-- Tab panes | |
| 46 | + <div class="tab-content"> | |
| 47 | + <div role="tabpanel" class="tab-pane active" id="home">...</div> | |
| 48 | + <div role="tabpanel" class="tab-pane" id="profile">...</div> | |
| 49 | + <div role="tabpanel" class="tab-pane" id="messages">...</div> | |
| 50 | + <div role="tabpanel" class="tab-pane" id="settings">...</div> | |
| 51 | + </div>--> | |
| 52 | + | |
| 53 | + </div> | |
| 54 | + | |
| 33 | 55 | <div style="padding:20px 20px;"> |
| 34 | 56 | <form action="report/report.do" method="post" name="Form" id="Form" style="margin-bottom:0;"> |
| 35 | 57 | <input type="hidden" name="CLASSID" id="CLASSID" value="${info.CLASS_ID}" /> |
| ... | ... | @@ -69,7 +91,7 @@ |
| 69 | 91 | </tr> |
| 70 | 92 | </table> |
| 71 | 93 | <table id="simple-table" |
| 72 | - class="table table-striped table-bordered table-hover" | |
| 94 | + class="table table-bordered table-hover" | |
| 73 | 95 | style="margin-top:0px;margin-bottom:0px;"> |
| 74 | 96 | <thead> |
| 75 | 97 | <tr> | ... | ... |