Ignore:
Timestamp:
09/19/16 11:31:05 (8 years ago)
Author:
mega
Message:

[SevenHD] add new Infobar2 v2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/skins_SevenHD/_path_/usr/local/share/titan/skin/SevenHD/skin.xml

    r38899 r38901  
    901901        <node name="oscamecmtime" func="getoscamecmtime" param1="%s" posx="450" posy="120" width="160" height="20">
    902902        <node name="oscamsystem" func="getoscamsystem" param1="%s" posx="630" posy="120" width="280" height="20">
     903</screen>
     904
     905<screen name="infobar2_v2" bgcol="bgcol" bordercol="bordercol" bordersize="1" borderradius="10" fontcol="fontcol" fontsize="30" posx="center" posy="350" width="1165" height="170">
     906        <node name="satname" func="getsatname" param1="%d" posx="10" posy="10" width="220" height="20">
     907        <node name="labelsignal" text="Signal:" halign="right" posx="250" posy="10" width="70" height="20">
     908        <node name="signalline" func="getsignalline" param1="%d" progresscol="progresscol" bordersize="1" borderradius="6" bordercol="black" bgcol="white" posx="330" posy="14" width="130" height="12">
     909        <node name="signal" func="getsignal" param1="%d%%" posx="470" posy="10" width="50" height="20">
     910        <node name="labelsnr" text="SNR:" halign="right" posx="540" posy="10" width="50" height="20">
     911        <node name="snrline" func="getsnrline" param1="%d" progresscol="progresscol" bordersize="1" borderradius="6" bordercol="black" bgcol="white" posx="600" posy="14" width="130" height="12">
     912        <node name="snr" func="getsnr" param1="%d%%" posx="740" posy="10" width="50" height="20">
     913        <node name="labelber" text="BER:" posx="810" posy="10" width="50" height="20">
     914        <node name="ber" func="getber" param1="%d" posx="860" posy="10" width="50" height="20">
     915        <node name="labelunc" text="UNC:" posx="930" posy="10" width="50" height="20">
     916        <node name="unc" func="getunc" param1="%d" posx="980" posy="10" width="50" height="20">
     917        <node name="labeltuner" text="Tuner:" posx="1050" posy="10" width="60" height="20">
     918        <node name="akttuner" func="getakttuner" posx="1110" posy="10" width="40" height="20" fontsize="30">
     919
     920        <node name="line" posx="0" posy="40" width="100%" height="2" bgcol="bgcol" bgcol2="white" gradient="leftmiddle">
     921
     922        <node name="emu" func="getemu" param1="%s" posx="10" posy="60" width="270" height="20">
     923        <node name="oscamreader" func="getoscamreader" param1="%s" posx="300" posy="60" width="310" height="20">
     924        <node name="oscamprotocol" func="getoscamprotocol" param1="%s" posx="630" posy="60" width="280" height="20">
     925        <node name="oscamsource" func="getoscamsource" param1="%s" posx="930" posy="60" width="220" height="20">
     926
     927        <node name="oscamcw0" func="getoscamcw0" param1="%s" posx="10" posy="100" width="270" height="20">
     928        <node name="oscamcaid" func="getoscamcaid" param1="%s" posx="300" posy="100" width="130" height="20">
     929        <node name="oscamprov" func="getoscamprov" param1="%s" posx="450" posy="100" width="160" height="20">
     930        <node name="oscamfrom" func="getoscamfrom" param1="%s" posx="630" posy="100" width="280" height="20">
     931        <node name="oscamhops" func="getoscamhops" param1="%s" posx="930" posy="100" width="100" height="20">
     932
     933        <node name="oscamcw1" func="getoscamcw1" param1="%s" posx="10" posy="140" width="270" height="20">
     934        <node name="oscampid" func="getoscampid" param1="%s" posx="300" posy="140" width="130" height="20">
     935        <node name="oscamecmtime" func="getoscamecmtime" param1="%s" posx="450" posy="140" width="160" height="20">
     936        <node name="oscamsystem" func="getoscamsystem" param1="%s" posx="630" posy="140" width="280" height="20">
    903937</screen>
    904938
Note: See TracChangeset for help on using the changeset viewer.