update menuicons

git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@999 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg 2012-05-07 00:24:12 +00:00
parent 1b11c7959b
commit 5b5485dd4c
3 changed files with 8 additions and 6 deletions

View File

@ -1,9 +1,9 @@
Package: webif
Priority: optional
Section: web
Version: 0.9.7-1
Version: 0.9.7-2
Architecture: mipsel
Maintainer: af123@hummypkg.org.uk
Depends: webif-channelicons(>=1.0.1),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
Depends: webif-channelicons(>=1.0.1),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.1)
Suggests: ffmpeg,webif-iphone
Description: An evolving web interface for the Humax.

View File

@ -3,12 +3,13 @@
source /mod/var/mongoose/lib/setup
require settings.class
proc menuitem {title icon link {width 217} {height 0}} {
proc menuitem {title icon link {width 217} {height 0} {extra ""}} {
if {$extra ne ""} { append extra " " }
puts -nonewline "
<div class=left>
<center>
<a href=$link>
<img src=$icon border=0 width=$width"
<img src=$icon ${extra}border=0 width=$width"
if {$height} { puts -nonewline " height=$height" }
puts -nonewline ">
</a>

View File

@ -3,12 +3,13 @@
source /mod/var/mongoose/lib/setup
require plugin system.class
proc menuitem {title icon link {width 217} {height 0}} {
proc menuitem {title icon link {width 217} {height 0} {extra ""}} {
if {$extra ne ""} { append extra " " }
puts -nonewline "
<div class=left>
<center>
<a href=$link>
<img src=$icon border=0 width=$width"
<img src=$icon ${extra}border=0 width=$width"
if {$height} { puts -nonewline " height=$height" }
puts -nonewline ">
</a>