forked from hummypkg/webif
0.10.0-3
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1214 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
parent
3c327ff80d
commit
e720740507
@ -1,7 +1,7 @@
|
||||
Package: webif
|
||||
Priority: optional
|
||||
Section: web
|
||||
Version: 0.10.0-2
|
||||
Version: 0.10.0-3
|
||||
Architecture: mipsel
|
||||
Maintainer: af123@hummypkg.org.uk
|
||||
Depends: webif-channelicons(>=1.0.3),mongoose(>=3.0-7),jim(>=0.73-1),jim-oo,jim-sqlite3(>=0.73),jim-cgi(>=0.5),service-control(>=1.2),busybox(>=1.19.3-1),lsof,epg(>=1.0.9),hmt(>=1.1.6),ssmtp,anacron,trm,openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2),stripts(>=1.1.2),smartmontools
|
||||
|
@ -81,7 +81,7 @@ proc but {label time {active 1}} {
|
||||
puts "<div id=buttons style=\"width: $eventpx; margin-left: ${chanpx}px;\">"
|
||||
|
||||
but "<< -1 Week" $($stt - 3600 * 24 * 7) \
|
||||
$($stt - $now + 1 >= 3600 * 24 * 7)
|
||||
$($stt - $now + 3600 >= 3600 * 24 * 7)
|
||||
but "<< -1 Day" $($stt - 3600 * 24) $($stt - $now >= 3600 * 23)
|
||||
but "<< Earlier", $($stt - 3600 * 4) $($stt > $now)
|
||||
but "< Now >" $now $($current == 0)
|
||||
|
BIN
var/mongoose/html/img/mobile_114.png
Normal file
BIN
var/mongoose/html/img/mobile_114.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
var/mongoose/html/img/mobile_144.png
Normal file
BIN
var/mongoose/html/img/mobile_144.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
var/mongoose/html/img/mobile_57.png
Normal file
BIN
var/mongoose/html/img/mobile_57.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
BIN
var/mongoose/html/img/mobile_72.png
Normal file
BIN
var/mongoose/html/img/mobile_72.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
@ -28,11 +28,11 @@ puts {
|
||||
<script type="text/javascript" src="/js/enadis.js">
|
||||
</script>
|
||||
<script type="text/javascript" src="/m/script.js"></script>
|
||||
<xlink rel="apple-touch-icon" href="/img/mobile.png" />
|
||||
<xlink rel="apple-touch-icon" sizes="57x57" href="/img/remote_57.png" />
|
||||
<xlink rel="apple-touch-icon" sizes="72x72" href="/img/remote_72.png" />
|
||||
<xlink rel="apple-touch-icon" sizes="114x114" href="/img/remote_114.png" />
|
||||
<xlink rel="apple-touch-icon" sizes="144x144" href="/img/remote_144.png" />
|
||||
<link rel="apple-touch-icon" href="/img/mobile_57.png" />
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/img/mobile_57.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/img/mobile_72.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="/img/mobile_114.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/img/mobile_144.png" />
|
||||
</head>
|
||||
}
|
||||
|
||||
|
@ -76,7 +76,7 @@ proc do_shrink {ts} {
|
||||
puts " Estimate $perc% saving."
|
||||
puts " Shrinking..."
|
||||
if {[catch {
|
||||
puts [exec /mod/bin/stripts -q $file $tmp/shrunk]
|
||||
puts [exec /mod/bin/stripts -fq $file $tmp/shrunk]
|
||||
} msg]} {
|
||||
puts "Error during shrink: $msg"
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user