Commit b1ed44eb538a5a78b1f1fa5936db8697e6017da1
1 parent
426253fa
点播列表update
Showing
1 changed file
with
5 additions
and
4 deletions
src/main/resources/templates/page/video.html
| @@ -72,9 +72,10 @@ | @@ -72,9 +72,10 @@ | ||
| 72 | <table id="table" data-toggle="table" class="table table-hover table-striped"> | 72 | <table id="table" data-toggle="table" class="table table-hover table-striped"> |
| 73 | <thead> | 73 | <thead> |
| 74 | <tr> | 74 | <tr> |
| 75 | - <th class="bs-checkbox " style="text-align: center; width: 5%; " data-field="state" tabindex="0"> | ||
| 76 | - <div class="th-inner "><input name="btSelectAll" type="checkbox"></div> | ||
| 77 | - <div class="fht-cell"></div></th> | 75 | + <!--<th class="bs-checkbox " style="text-align: center; width: 5%; " data-field="state" tabindex="0">--> |
| 76 | + <!--<div class="th-inner "><input name="btSelectAll" type="checkbox"></div>--> | ||
| 77 | + <!--<div class="fht-cell"></div>--> | ||
| 78 | + <!--</th>--> | ||
| 78 | <th style="text-align: center; width: 6%; " data-field="sp_id_brief" tabindex="0"><div class="th-inner ">sp简称</div><div class="fht-cell"></div></th> | 79 | <th style="text-align: center; width: 6%; " data-field="sp_id_brief" tabindex="0"><div class="th-inner ">sp简称</div><div class="fht-cell"></div></th> |
| 79 | <th style="text-align: center; width: 20%; " data-field="video_title" tabindex="0"><div class="th-inner ">标题</div><div class="fht-cell"></div></th> | 80 | <th style="text-align: center; width: 20%; " data-field="video_title" tabindex="0"><div class="th-inner ">标题</div><div class="fht-cell"></div></th> |
| 80 | <th style="text-align: center; width: 10%; " data-field="video_cover_img" tabindex="0"><div class="th-inner ">点播封面图</div><div class="fht-cell"></div></th> | 81 | <th style="text-align: center; width: 10%; " data-field="video_cover_img" tabindex="0"><div class="th-inner ">点播封面图</div><div class="fht-cell"></div></th> |
| @@ -88,7 +89,7 @@ | @@ -88,7 +89,7 @@ | ||
| 88 | </thead> | 89 | </thead> |
| 89 | <tbody> | 90 | <tbody> |
| 90 | <tr data-index="0" th:each="video : ${videoPage.list}"> | 91 | <tr data-index="0" th:each="video : ${videoPage.list}"> |
| 91 | - <td class="bs-checkbox "><input data-index="0" name="btSelectItem" type="checkbox"></td> | 92 | + <!--<td class="bs-checkbox "><input data-index="0" name="btSelectItem" type="checkbox"></td>--> |
| 92 | <td style="text-align: center; width: 6%;" th:text="${video.id}"></td> | 93 | <td style="text-align: center; width: 6%;" th:text="${video.id}"></td> |
| 93 | <td style="text-align: center; width: 20%;" th:text="${video.video_title}">邓建国正面PK冯小刚 选喜剧演员饰演潘金莲</td> | 94 | <td style="text-align: center; width: 20%;" th:text="${video.video_title}">邓建国正面PK冯小刚 选喜剧演员饰演潘金莲</td> |
| 94 | <td style="text-align: center; width: 10%;"> | 95 | <td style="text-align: center; width: 10%;"> |