diff --git a/src/nhttpd/web/Y_Blocks.txt b/src/nhttpd/web/Y_Blocks.txt index c7fa2895e..eb26f3f52 100644 --- a/src/nhttpd/web/Y_Blocks.txt +++ b/src/nhttpd/web/Y_Blocks.txt @@ -492,124 +492,161 @@ end-block~frame_live_epg # ------- Remote start-block~remote -{=var-set:defaultfb={=if-equal:{=global-var-get:boxtype=}~coolstream~Coolstream~default=}=} -{=if-equal:Nokia~{=if-equal:{=ini-get:/var/tuxbox/config/Y-Web.conf;fb;{=var-get:defaultfb=}=}~default~{=func:get_boxtype=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;fb;{=var-get:defaultfb=}=}=}~{=include-block:Y_Blocks.txt;remote_standard=}~{=if-equal:{=ini-get:/var/tuxbox/config/Y-Web.conf;fb;default=}~Sagem~{=include-block:Y_Blocks.txt;remote_sagem=}~{=include-block:Y_Blocks.txt;remote_coolstream=}=}=} +{=if-equal:Coolstream Neo SAT~{=if-equal:{=ini-get:/var/tuxbox/config/Y-Web.conf;fb;default=}~default~{=func:get_boxtype=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;fb;default=}=}~{=include-block:Y_Blocks.txt;remote_neo=}~{=if-equal:{=func:get_boxtype=}~Coolstream Neo CABLE~{=include-block:Y_Blocks.txt;remote_neo=}~{=if-equal:{=func:get_boxtype=}~Coolstream Zee SAT~{=include-block:Y_Blocks.txt;remote_zee=}~{=if-equal:{=func:get_boxtype=}~Coolstream Zee CABLE~{=include-block:Y_Blocks.txt;remote_zee=}~{=include-block:Y_Blocks.txt;remote_hd1=}=}=}=}=} end-block~remote -# ------- Remote -start-block~remote_standard -remote - - - - - - - - - - - - - - - - - - - - - - - - - - - - -end-block~remote_standard - -# ------- Remote Sagem -start-block~remote_sagem -remote +# ------- Remote Coolstream Neo +start-block~remote_neo + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -end-block~remote_sagem +end-block~remote_neo -# ------- Remote Coolstream -start-block~remote_coolstream - +# ------ Remote Coolstream ZEE +start-block~remote_zee + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -end-block~remote_coolstream \ No newline at end of file +end-block~remote_zee + +# ------ Remote Coolstream HD1 +start-block~remote_hd1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +end-block~remote_hd1 diff --git a/src/nhttpd/web/images/Makefile.am b/src/nhttpd/web/images/Makefile.am index 153032104..96d7d896a 100644 --- a/src/nhttpd/web/images/Makefile.am +++ b/src/nhttpd/web/images/Makefile.am @@ -40,6 +40,7 @@ install_DATA = accept.png \ ftype_folder.gif \ ftype_link.gif \ fullscreen.png \ + hd1.jpg \ head-blue-l.gif \ head-blue-r.gif \ head-orange-l.gif \ @@ -63,6 +64,7 @@ install_DATA = accept.png \ lock.gif \ lock.png \ modify.png \ + neo.jpg \ new.gif \ new.png \ ok.gif \ @@ -72,7 +74,6 @@ install_DATA = accept.png \ properties.gif \ properties.png \ radio.png \ - rcd.jpg \ rc.gif \ rc.jpg \ rc_sagem.jpg \ @@ -112,5 +113,5 @@ install_DATA = accept.png \ x_red.gif \ yjogol.gif \ y.png \ - zap.png - \ No newline at end of file + zap.png \ + zee.jpg diff --git a/src/nhttpd/web/images/hd1.jpg b/src/nhttpd/web/images/hd1.jpg new file mode 100644 index 000000000..f28f85be7 Binary files /dev/null and b/src/nhttpd/web/images/hd1.jpg differ diff --git a/src/nhttpd/web/images/neo.jpg b/src/nhttpd/web/images/neo.jpg new file mode 100644 index 000000000..b8b1c8d32 Binary files /dev/null and b/src/nhttpd/web/images/neo.jpg differ diff --git a/src/nhttpd/web/images/zee.jpg b/src/nhttpd/web/images/zee.jpg new file mode 100644 index 000000000..0bc5b871b Binary files /dev/null and b/src/nhttpd/web/images/zee.jpg differ