mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- yWeb: add Link and Trinity Duo to selection of remote controls
This commit is contained in:
@@ -520,9 +520,11 @@ start-block~remote
|
|||||||
{=if-equal:{=var-get:boxtype=}~CST Tank~ {=include-block:Y_Blocks.txt;rc_cst_v5=}~
|
{=if-equal:{=var-get:boxtype=}~CST Tank~ {=include-block:Y_Blocks.txt;rc_cst_v5=}~
|
||||||
{=if-equal:{=var-get:boxtype=}~CST Trinity~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~
|
{=if-equal:{=var-get:boxtype=}~CST Trinity~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~
|
||||||
{=if-equal:{=var-get:boxtype=}~CST Zee2~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~
|
{=if-equal:{=var-get:boxtype=}~CST Zee2~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~
|
||||||
|
{=if-equal:{=var-get:boxtype=}~CST Link~ {=include-block:Y_Blocks.txt;rc_cst_v4=}~
|
||||||
|
{=if-equal:{=var-get:boxtype=}~CST Trinity Duo~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~
|
||||||
|
|
||||||
{=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=}
|
{=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=}
|
||||||
=}=}=}=}=}=}
|
=}=}=}=}=}=}=}=}
|
||||||
=}=}
|
=}=}
|
||||||
~
|
~
|
||||||
{=if-equal:{=var-get:yfbtype=}~-2~ {=include-block:Y_Blocks.txt;rc_dbox_philips=}~
|
{=if-equal:{=var-get:yfbtype=}~-2~ {=include-block:Y_Blocks.txt;rc_dbox_philips=}~
|
||||||
@@ -533,9 +535,11 @@ start-block~remote
|
|||||||
{=if-equal:{=var-get:yfbtype=}~4~ {=include-block:Y_Blocks.txt;rc_cst_v4=}~
|
{=if-equal:{=var-get:yfbtype=}~4~ {=include-block:Y_Blocks.txt;rc_cst_v4=}~
|
||||||
{=if-equal:{=var-get:yfbtype=}~5~ {=include-block:Y_Blocks.txt;rc_cst_v5=}~
|
{=if-equal:{=var-get:yfbtype=}~5~ {=include-block:Y_Blocks.txt;rc_cst_v5=}~
|
||||||
{=if-equal:{=var-get:yfbtype=}~6~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~
|
{=if-equal:{=var-get:yfbtype=}~6~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~
|
||||||
|
{=if-equal:{=var-get:yfbtype=}~7~ {=include-block:Y_Blocks.txt;rc_cst_v4=}~
|
||||||
|
{=if-equal:{=var-get:yfbtype=}~8~ {=include-block:Y_Blocks.txt;rc_cst_v6=}~
|
||||||
|
|
||||||
{=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=}
|
{=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=}
|
||||||
=}=}=}=}=}=}=}=}
|
=}=}=}=}=}=}=}=}=}=}
|
||||||
=}
|
=}
|
||||||
end-block~remote
|
end-block~remote
|
||||||
|
|
||||||
|
@@ -38,6 +38,8 @@ function do_init(){
|
|||||||
case "4": // cst neo twin
|
case "4": // cst neo twin
|
||||||
case "5": // cst tank
|
case "5": // cst tank
|
||||||
case "6": // cst trinity
|
case "6": // cst trinity
|
||||||
|
case "7": // cst link
|
||||||
|
case "8": // cst trinity duo
|
||||||
sel=(sel*1+val*1);
|
sel=(sel*1+val*1);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
@@ -123,6 +125,8 @@ select {
|
|||||||
<option value="4">CST HD-1plus | Neo Twin</option>
|
<option value="4">CST HD-1plus | Neo Twin</option>
|
||||||
<option value="5">CST HD-2 | Tank</option>
|
<option value="5">CST HD-2 | Tank</option>
|
||||||
<option value="6">CST HD-2 | Trinity</option>
|
<option value="6">CST HD-2 | Trinity</option>
|
||||||
|
<option value="7">CST HD-2 | Link</option>
|
||||||
|
<option value="8">CST HD-2 | Trinity Duo</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
version=2.9.0.36
|
version=2.9.0.37
|
||||||
date=14.03.2016
|
date=07.06.2016
|
||||||
type=Release
|
type=Release
|
||||||
info=Port CST
|
info=Port CST
|
||||||
|
Reference in New Issue
Block a user