diff --git a/CONTROL/control b/CONTROL/control index 7d482bc..a6729c6 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,9 +1,9 @@ Package: webif Priority: optional Section: web -Version: 0.9.0 +Version: 0.9.0-2 Architecture: mipsel Maintainer: af123@hummypkg.org.uk -Depends: mongoose(>=3.0-7),jim(>=0.73),jim-sqlite3(>=0.73),jim-cgi(>=0.5),service-control,busybox(>=1.19.3-1),lsof,epg(>=1.0.8),hmt(>=1.1.4),ssmtp,anacron,trm,openssl-command,nicesplice,id3v2 +Depends: mongoose(>=3.0-7),jim(>=0.73-1),jim-oo,jim-sqlite3(>=0.73),jim-cgi(>=0.5),service-control,busybox(>=1.19.3-1),lsof,epg(>=1.0.8),hmt(>=1.1.4),ssmtp,anacron,trm,openssl-command,nicesplice,id3v2 Suggests: ffmpeg,webif-iphone Description: An evolving web interface for the Humax. diff --git a/var/mongoose/html/css/vlc.css b/var/mongoose/html/css/vlc.css index 01babf1..982fa46 100644 --- a/var/mongoose/html/css/vlc.css +++ b/var/mongoose/html/css/vlc.css @@ -26,27 +26,27 @@ } .x-vlc-btn-fullscreen { - background:url(images/fullscreen2.gif) no-repeat; + background:url(/img/vlc/fullscreen2.gif) no-repeat; } .x-vlc-btn-plus { - background:url(images/plus2.gif) no-repeat; + background:url(/img/vlc/plus2.gif) no-repeat; } .x-vlc-btn-moins { - background:url(images/moins2.gif) no-repeat; + background:url(/img/vlc/moins2.gif) no-repeat; } .x-vlc-btn:hover { color:red; } .x-vlc-btn-play { - background:url(images/play2.gif) no-repeat; + background:url(/img/vlc/play2.gif) no-repeat; } .x-vlc-btn-stop { - background:url(images/stop2.gif) no-repeat; + background:url(/img/vlc/stop2.gif) no-repeat; } .x-vlc-btn-pause { - background:url(images/pause2.gif) no-repeat; + background:url(/img/vlc/pause2.gif) no-repeat; } .x-vlc-timer { @@ -57,4 +57,4 @@ } .x-vlc-about { font-size:10px; -} \ No newline at end of file +} diff --git a/var/mongoose/html/img/vlc/fullscreen.gif b/var/mongoose/html/img/vlc/fullscreen.gif new file mode 100644 index 0000000..02c6034 Binary files /dev/null and b/var/mongoose/html/img/vlc/fullscreen.gif differ diff --git a/var/mongoose/html/img/vlc/fullscreen2.gif b/var/mongoose/html/img/vlc/fullscreen2.gif new file mode 100644 index 0000000..9d7b9ff Binary files /dev/null and b/var/mongoose/html/img/vlc/fullscreen2.gif differ diff --git a/var/mongoose/html/img/vlc/idle2.gif b/var/mongoose/html/img/vlc/idle2.gif new file mode 100644 index 0000000..782d6cc Binary files /dev/null and b/var/mongoose/html/img/vlc/idle2.gif differ diff --git a/var/mongoose/html/img/vlc/increase_bg.gif b/var/mongoose/html/img/vlc/increase_bg.gif new file mode 100644 index 0000000..48710c9 Binary files /dev/null and b/var/mongoose/html/img/vlc/increase_bg.gif differ diff --git a/var/mongoose/html/img/vlc/increase_knob.gif b/var/mongoose/html/img/vlc/increase_knob.gif new file mode 100644 index 0000000..95780e7 Binary files /dev/null and b/var/mongoose/html/img/vlc/increase_knob.gif differ diff --git a/var/mongoose/html/img/vlc/info.png b/var/mongoose/html/img/vlc/info.png new file mode 100644 index 0000000..90572b9 Binary files /dev/null and b/var/mongoose/html/img/vlc/info.png differ diff --git a/var/mongoose/html/img/vlc/moins.gif b/var/mongoose/html/img/vlc/moins.gif new file mode 100644 index 0000000..faa5700 Binary files /dev/null and b/var/mongoose/html/img/vlc/moins.gif differ diff --git a/var/mongoose/html/img/vlc/moins2.gif b/var/mongoose/html/img/vlc/moins2.gif new file mode 100644 index 0000000..911395c Binary files /dev/null and b/var/mongoose/html/img/vlc/moins2.gif differ diff --git a/var/mongoose/html/img/vlc/options.png b/var/mongoose/html/img/vlc/options.png new file mode 100644 index 0000000..5a87634 Binary files /dev/null and b/var/mongoose/html/img/vlc/options.png differ diff --git a/var/mongoose/html/img/vlc/pause2.gif b/var/mongoose/html/img/vlc/pause2.gif new file mode 100644 index 0000000..dfa63b0 Binary files /dev/null and b/var/mongoose/html/img/vlc/pause2.gif differ diff --git a/var/mongoose/html/img/vlc/play2.gif b/var/mongoose/html/img/vlc/play2.gif new file mode 100644 index 0000000..4a88f36 Binary files /dev/null and b/var/mongoose/html/img/vlc/play2.gif differ diff --git a/var/mongoose/html/img/vlc/player_next.png b/var/mongoose/html/img/vlc/player_next.png new file mode 100644 index 0000000..76c3ebc Binary files /dev/null and b/var/mongoose/html/img/vlc/player_next.png differ diff --git a/var/mongoose/html/img/vlc/player_pause.png b/var/mongoose/html/img/vlc/player_pause.png new file mode 100644 index 0000000..63a08ae Binary files /dev/null and b/var/mongoose/html/img/vlc/player_pause.png differ diff --git a/var/mongoose/html/img/vlc/player_play.png b/var/mongoose/html/img/vlc/player_play.png new file mode 100644 index 0000000..766cc3b Binary files /dev/null and b/var/mongoose/html/img/vlc/player_play.png differ diff --git a/var/mongoose/html/img/vlc/player_prev.png b/var/mongoose/html/img/vlc/player_prev.png new file mode 100644 index 0000000..baa7b18 Binary files /dev/null and b/var/mongoose/html/img/vlc/player_prev.png differ diff --git a/var/mongoose/html/img/vlc/player_stop.png b/var/mongoose/html/img/vlc/player_stop.png new file mode 100644 index 0000000..a25c33d Binary files /dev/null and b/var/mongoose/html/img/vlc/player_stop.png differ diff --git a/var/mongoose/html/img/vlc/plus.gif b/var/mongoose/html/img/vlc/plus.gif new file mode 100644 index 0000000..ff40731 Binary files /dev/null and b/var/mongoose/html/img/vlc/plus.gif differ diff --git a/var/mongoose/html/img/vlc/plus2.gif b/var/mongoose/html/img/vlc/plus2.gif new file mode 100644 index 0000000..842ac9f Binary files /dev/null and b/var/mongoose/html/img/vlc/plus2.gif differ diff --git a/var/mongoose/html/img/vlc/slider_bg.gif b/var/mongoose/html/img/vlc/slider_bg.gif new file mode 100644 index 0000000..a3781b9 Binary files /dev/null and b/var/mongoose/html/img/vlc/slider_bg.gif differ diff --git a/var/mongoose/html/img/vlc/sound.png b/var/mongoose/html/img/vlc/sound.png new file mode 100644 index 0000000..d506518 Binary files /dev/null and b/var/mongoose/html/img/vlc/sound.png differ diff --git a/var/mongoose/html/img/vlc/sound_mute.png b/var/mongoose/html/img/vlc/sound_mute.png new file mode 100644 index 0000000..5a6e974 Binary files /dev/null and b/var/mongoose/html/img/vlc/sound_mute.png differ diff --git a/var/mongoose/html/img/vlc/stop2.gif b/var/mongoose/html/img/vlc/stop2.gif new file mode 100644 index 0000000..15eee9c Binary files /dev/null and b/var/mongoose/html/img/vlc/stop2.gif differ diff --git a/var/mongoose/html/img/vlc/uri.png b/var/mongoose/html/img/vlc/uri.png new file mode 100644 index 0000000..4c36583 Binary files /dev/null and b/var/mongoose/html/img/vlc/uri.png differ