forked from hummypkg/webif
fix diskspace bug, add sortable schedule list, fix plugin bug
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@276 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
21
var/mongoose/html/css/tsort.css
Normal file
21
var/mongoose/html/css/tsort.css
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
table.tablesorter .header {
|
||||
background-image: url(/img/tsort/bg.png);
|
||||
background-repeat: no-repeat;
|
||||
border-left: 1px solid #FFF;
|
||||
border-right: 1px solid #000;
|
||||
border-top: 1px solid #FFF;
|
||||
padding-left: 30px;
|
||||
padding-top: 8px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
table.tablesorter .headerSortUp {
|
||||
background-image: url(/img/tsort/asc.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
table.tablesorter .headerSortDown {
|
||||
background-image: url(/img/tsort/desc.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
BIN
var/mongoose/html/img/tsort/asc.png
Normal file
BIN
var/mongoose/html/img/tsort/asc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
BIN
var/mongoose/html/img/tsort/bg.png
Normal file
BIN
var/mongoose/html/img/tsort/bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
BIN
var/mongoose/html/img/tsort/desc.png
Normal file
BIN
var/mongoose/html/img/tsort/desc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
4
var/mongoose/html/js/jquery.tablesorter.js
Normal file
4
var/mongoose/html/js/jquery.tablesorter.js
Normal file
File diff suppressed because one or more lines are too long
@@ -1,4 +1,6 @@
|
||||
<!--#include virtual="/lib/header.shtml" -->
|
||||
<script type="text/javascript" src="/js/jquery.tablesorter.js"></script>
|
||||
<link type=text/css href=/css/tsort.css rel=Stylesheet />
|
||||
<!--#exec cmd="/mod/var/mongoose/include/sched.jim" -->
|
||||
<!--#include virtual="/lib/footer.shtml" -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user