diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-01-24 15:12:35 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-01-25 15:59:22 +0100 |
commit | 858143ce2b08d9dc1d8acdd621697b51c6b39062 (patch) | |
tree | 99f85e22a2f7f7c6c33b7a1f8e2bb4e4fc2cd4f6 | |
parent | 32559366584f241480ff9f7c2332569077c81930 (diff) | |
download | vdr-plugin-skindesigner-858143ce2b08d9dc1d8acdd621697b51c6b39062.tar.gz vdr-plugin-skindesigner-858143ce2b08d9dc1d8acdd621697b51c6b39062.tar.bz2 |
Update skins/estuary4vdr/xmlfiles/plug-tvguideng-root.xml
-rw-r--r-- | skins/estuary4vdr/xmlfiles/plug-tvguideng-root.xml | 326 |
1 files changed, 108 insertions, 218 deletions
diff --git a/skins/estuary4vdr/xmlfiles/plug-tvguideng-root.xml b/skins/estuary4vdr/xmlfiles/plug-tvguideng-root.xml index ed217e3..e2b74a4 100644 --- a/skins/estuary4vdr/xmlfiles/plug-tvguideng-root.xml +++ b/skins/estuary4vdr/xmlfiles/plug-tvguideng-root.xml @@ -67,238 +67,126 @@ </viewelement> <viewelement name="footer_hor"> - <!--red--> - <area condition="{red1}" x="0" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_red" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{red1}" x="0" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{red}" /> - </area> - <!--green--> - <area condition="{green1}" x="0" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_green" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{green1}" x="0" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{green}" /> - </area> - <!--yellow--> - <area condition="{yellow1}" x="0" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_yellow" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{yellow1}" x="0" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{yellow}" /> - </area> - <!--blue--> - <area condition="{blue1}" x="0" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_blue" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{blue1}" x="0" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{blue}" /> + <area x="0" y="94%" width="25%" height="6%" layer="2"> + <!--red--> + <drawimage condition="{red1}" imagetype="skinpart" path="button_red" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{red1}++isset{red}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{red}" /> + <!--green--> + <drawimage condition="{green1}" imagetype="skinpart" path="button_green" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{green1}++isset{green}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{green}" /> + <!--yellow--> + <drawimage condition="{yellow1}" imagetype="skinpart" path="button_yellow" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{yellow1}++isset{yellow}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{yellow}" /> + <!--blue--> + <drawimage condition="{blue1}" imagetype="skinpart" path="button_blue" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{blue1}++isset{blue}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{blue}" /> </area> - <!--red--> - <area condition="{red2}" x="25%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_red" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{red2}" x="25%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{red}" /> - </area> - <!--green--> - <area condition="{green2}" x="25%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_green" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{green2}" x="25%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{green}" /> - </area> - <!--yellow--> - <area condition="{yellow2}" x="25%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_yellow" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{yellow2}" x="25%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{yellow}" /> - </area> - <!--blue--> - <area condition="{blue2}" x="25%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_blue" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{blue2}" x="25%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{blue}" /> + <area x="25%" y="94%" width="25%" height="6%" layer="2"> + <!--red--> + <drawimage condition="{red2}" imagetype="skinpart" path="button_red" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{red2}++isset{red}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{red}" /> + <!--green--> + <drawimage condition="{green2}" imagetype="skinpart" path="button_green" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{green2}++isset{green}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{green}" /> + <!--yellow--> + <drawimage condition="{yellow2}" imagetype="skinpart" path="button_yellow" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{yellow2}++isset{yellow}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{yellow}" /> + <!--blue--> + <drawimage condition="{blue2}" imagetype="skinpart" path="button_blue" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{blue2}++isset{blue}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{blue}" /> </area> - <!--red--> - <area condition="{red3}" x="50%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_red" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{red3}" x="50%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{red}" /> - </area> - <!--green--> - <area condition="{green3}" x="50%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_green" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{green3}" x="50%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{green}" /> - </area> - <!--yellow--> - <area condition="{yellow3}" x="50%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_yellow" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{yellow3}" x="50%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{yellow}" /> - </area> - <!--blue--> - <area condition="{blue3}" x="50%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_blue" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{blue3}" x="50%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{blue}" /> + <area x="50%" y="94%" width="25%" height="6%" layer="2"> + <!--red--> + <drawimage condition="{red3}" imagetype="skinpart" path="button_red" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{red3}++isset{red}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{red}" /> + <!--green--> + <drawimage condition="{green3}" imagetype="skinpart" path="button_green" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{green3}++isset{green}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{green}" /> + <!--yellow--> + <drawimage condition="{yellow3}" imagetype="skinpart" path="button_yellow" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{yellow3}++isset{yellow}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{yellow}" /> + <!--blue--> + <drawimage condition="{blue3}" imagetype="skinpart" path="button_blue" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{blue3}++isset{blue}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{blue}" /> </area> - <!--red--> - <area condition="{red4}" x="75%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_red" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{red4}" x="75%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{red}" /> - </area> - <!--green--> - <area condition="{green4}" x="75%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_green" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{green4}" x="75%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{green}" /> - </area> - <!--yellow--> - <area condition="{yellow4}" x="75%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_yellow" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{yellow4}" x="75%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{yellow}" /> - </area> - <!--blue--> - <area condition="{blue4}" x="75%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_blue" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{blue4}" x="75%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{blue}" /> + <area x="75%" y="94%" width="25%" height="6%" layer="2"> + <!--red--> + <drawimage condition="{red4}" imagetype="skinpart" path="button_red" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{red4}++isset{red}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{red}" /> + <!--green--> + <drawimage condition="{green4}" imagetype="skinpart" path="button_green" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{green4}++isset{green}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{green}" /> + <!--yellow--> + <drawimage condition="{yellow4}" imagetype="skinpart" path="button_yellow" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{yellow4}++isset{yellow}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{yellow}" /> + <!--blue--> + <drawimage condition="{blue4}" imagetype="skinpart" path="button_blue" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{blue4}++isset{blue}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{blue}" /> </area> </viewelement> <viewelement name="footer_ver"> - <!--red--> - <area condition="{red1}" x="0" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_red" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{red1}" x="0" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{red}" /> - </area> - <!--green--> - <area condition="{green1}" x="0" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_green" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{green1}" x="0" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{green}" /> - </area> - <!--yellow--> - <area condition="{yellow1}" x="0" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_yellow" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{yellow1}" x="0" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{yellow}" /> - </area> - <!--blue--> - <area condition="{blue1}" x="0" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_blue" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{blue1}" x="0" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{blue}" /> + <area x="0" y="94%" width="25%" height="6%" layer="2"> + <!--red--> + <drawimage condition="{red1}" imagetype="skinpart" path="button_red" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{red1}++isset{red}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{red}" /> + <!--green--> + <drawimage condition="{green1}" imagetype="skinpart" path="button_green" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{green1}++isset{green}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{green}" /> + <!--yellow--> + <drawimage condition="{yellow1}" imagetype="skinpart" path="button_yellow" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{yellow1}++isset{yellow}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{yellow}" /> + <!--blue--> + <drawimage condition="{blue1}" imagetype="skinpart" path="button_blue" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{blue1}++isset{blue}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{blue}" /> </area> - <!--red--> - <area condition="{red2}" x="25%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_red" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{red2}" x="25%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{red}" /> - </area> - <!--green--> - <area condition="{green2}" x="25%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_green" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{green2}" x="25%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{green}" /> - </area> - <!--yellow--> - <area condition="{yellow2}" x="25%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_yellow" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{yellow2}" x="25%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{yellow}" /> - </area> - <!--blue--> - <area condition="{blue2}" x="25%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_blue" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{blue2}" x="25%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{blue}" /> + <area x="25%" y="94%" width="25%" height="6%" layer="2"> + <!--red--> + <drawimage condition="{red2}" imagetype="skinpart" path="button_red" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{red2}++isset{red}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{red}" /> + <!--green--> + <drawimage condition="{green2}" imagetype="skinpart" path="button_green" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{green2}++isset{green}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{green}" /> + <!--yellow--> + <drawimage condition="{yellow2}" imagetype="skinpart" path="button_yellow" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{yellow2}++isset{yellow}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{yellow}" /> + <!--blue--> + <drawimage condition="{blue2}" imagetype="skinpart" path="button_blue" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{blue2}++isset{blue}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{blue}" /> </area> - <!--red--> - <area condition="{red3}" x="50%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_red" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{red3}" x="50%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{red}" /> - </area> - <!--green--> - <area condition="{green3}" x="50%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_green" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{green3}" x="50%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{green}" /> - </area> - <!--yellow--> - <area condition="{yellow3}" x="50%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_yellow" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{yellow3}" x="50%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{yellow}" /> - </area> - <!--blue--> - <area condition="{blue3}" x="50%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_blue" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{blue3}" x="50%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{blue}" /> + <area x="50%" y="94%" width="25%" height="6%" layer="2"> + <!--red--> + <drawimage condition="{red3}" imagetype="skinpart" path="button_red" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{red3}++isset{red}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{red}" /> + <!--green--> + <drawimage condition="{green3}" imagetype="skinpart" path="button_green" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{green3}++isset{green}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{green}" /> + <!--yellow--> + <drawimage condition="{yellow3}" imagetype="skinpart" path="button_yellow" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{yellow3}++isset{yellow}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{yellow}" /> + <!--blue--> + <drawimage condition="{blue3}" imagetype="skinpart" path="button_blue" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{blue3}++isset{blue}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{blue}" /> </area> - <!--red--> - <area condition="{red4}" x="75%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_red" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{red4}" x="75%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{red}" /> - </area> - <!--green--> - <area condition="{green4}" x="75%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_green" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{green4}" x="75%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{green}" /> - </area> - <!--yellow--> - <area condition="{yellow4}" x="75%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_yellow" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{yellow4}" x="75%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{yellow}" /> - </area> - <!--blue--> - <area condition="{blue4}" x="75%" y="94%" width="25%" height="6%" layer="2"> - <drawimage imagetype="skinpart" path="button_blue" x="0" y="0" width="100%" height="100%"/> - </area> - <area condition="{blue4}" x="75%" y="94%" width="25%" height="6%" layer="3"> - <drawtext align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{blue}" /> + <area x="75%" y="94%" width="25%" height="6%" layer="2"> + <!--red--> + <drawimage condition="{red4}" imagetype="skinpart" path="button_red" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{red4}++isset{red}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{red}" /> + <!--green--> + <drawimage condition="{green4}" imagetype="skinpart" path="button_green" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{green4}++isset{green}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{green}" /> + <!--yellow--> + <drawimage condition="{yellow4}" imagetype="skinpart" path="button_yellow" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{yellow4}++isset{yellow}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{yellow}" /> + <!--blue--> + <drawimage condition="{blue4}" imagetype="skinpart" path="button_blue" x="0" y="0" width="100%" height="100%"/> + <drawtext condition="{blue4}++isset{blue}" align="center" valign="center" font="{regular}" fontsize="{areaheight}*{buttonfontsize}/100" color="{fontdefault}" text="{blue}" /> </area> </viewelement> @@ -426,7 +314,8 @@ <drawrectangle x="0" y="0" width="2" height="100%" color="{menubackline}" /> <drawrectangle x="0" y="{areaheight}-2" width="100%" height="2" color="{menubackline}" /> <!--<drawrectangle x="{areawidth}-2" y="0" width="2" height="100%" color="{menubackline}" />--> - <drawimage condition="{timer}" imagetype="icon" path="ico_rec_selected" x="{areawidth} - {areaheight}*0.4 - 5" y="5" width="0.4*{areaheight}" height="0.4*{areaheight}" /> + <drawimage condition="{timer}++{timerisactive}" imagetype="icon" path="ico_timer_is_active" x="{areawidth} - {areaheight}*0.4 - 5" y="5" width="0.4*{areaheight}" height="0.4*{areaheight}" /> + <drawimage condition="{timer}++not{timerisactive}" imagetype="icon" path="ico_timer_is_inactive" x="{areawidth} - {areaheight}*0.4 - 5" y="5" width="0.4*{areaheight}" height="0.4*{areaheight}" /> </area> <!--EPG without time--> <area condition="not{tvgshowtime}" layer="4"> @@ -435,7 +324,8 @@ <drawrectangle x="0" y="0" width="2" height="100%" color="{menubackline}" /> <drawrectangle x="0" y="{areaheight}-2" width="100%" height="2" color="{menubackline}" /> <!--<drawrectangle x="{areawidth}-2" y="0" width="2" height="100%" color="{menubackline}" />--> - <drawimage condition="{timer}" imagetype="icon" path="ico_rec_selected" x="{areawidth} - {areaheight}*0.4 - 5" y="5" width="0.4*{areaheight}" height="0.4*{areaheight}" /> + <drawimage condition="{timer}++{timerisactive}" imagetype="icon" path="ico_timer_is_active" x="{areawidth} - {areaheight}*0.4 - 5" y="5" width="0.4*{areaheight}" height="0.4*{areaheight}" /> + <drawimage condition="{timer}++not{timerisactive}" imagetype="icon" path="ico_timer_is_inactive" x="{areawidth} - {areaheight}*0.4 - 5" y="5" width="0.4*{areaheight}" height="0.4*{areaheight}" /> </area> </grid> |