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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user