getConfigListEntry now supports more than two arguments
[enigma2.git] / data / skin_default.xml
index 173360869835cacbe50b27567a81532bab310f7e..19d6d666f92cd59f77771eab81adc675c141084d 100644 (file)
@@ -1,4 +1,8 @@
 <skin>
+       <fonts>
+               <font filename="lcd.ttf" name="LCD" scale="100" />
+       </fonts>
+
        <screen name="Standby" flags="wfNoBorder" position="0,0" size="720,576" title="Standby">
        </screen>
        <screen name="Menu" position="210,150" size="300,265" title="Main menu">
                <widget name="entries" position="10,70" size="430,150" scrollbarMode="showOnDemand" />
                <widget name="bottom" position="10,230" size="430,25" font="Regular;23" />
        </screen>
-       <screen name="NimSetup" position="80,83" size="560,410" title="Satconfig">
+       <screen name="NimSetup" position="80,83" size="560,410" title="Reception Settings">
                <widget name="config" position="0,0" size="560,402" scrollbarMode="showOnDemand" />
        </screen>
        <screen name="ScanSetup" position="100,88" size="520,400" title="Service scan">
                <widget name="footer" position="20,250" size="360,25" font="Regular;23"/>
                <!--<widget name="introduction" position="20,360" size="280,30" font="Regular;23" />-->
        </screen>
+       <screen name="ParentalControlSetup" position="100,88" size="520,400" title="Parental control setup">
+               <widget name="config" position="20,10" size="460,350" scrollbarMode="showOnDemand" />
+       </screen>
+       <screen name="ParentalControlEditor" position="100,88" size="520,400" title="Parental control services Editor">
+               <widget name="servicelist" position="20,10" size="460,350" scrollbarMode="showOnDemand" />
+       </screen>
        <screen name="TimerEntry" position="110,88" size="500,400" title="Timer entry">
                <widget name="config" position="5,10" size="480,350" />
                <widget name="ok" position="140,365" size="53,30" pixmap="ok.png" />
                <widget name="key_green" position="140,0" size="140,40" backgroundColor="green" font="Regular;21" />
                <widget name="key_yellow" position="280,0" size="140,40" backgroundColor="yellow" font="Regular;21" />
                <widget name="key_blue" position="420,0" size="140,40" backgroundColor="blue" font="Regular;21" />
-               <widget name="list" position="0,45" size="560,252" scrollbarMode="showOnDemand" />
+               <widget name="list" position="0,45" size="560,196" scrollbarMode="showOnDemand" />
+               <widget source="RadioText" render="Label" position="0,241" size="560,66" font="LCD;25" >
+                       <convert type="RadioText">RadioText</convert>
+               </widget>
        </screen>
        <screen name="RadioInfoBar" position="90,420" size="560,105" zPosition="-1">
                <widget source="CurrentService" render="Label" position="0,0" size="390,26" font="Regular;22" backgroundColor="dark" >
                <widget name="text" position="0,0" size="550,25" font="Regular;20" />
                <widget name="input" position="0,30" size="550,25" font="Regular;20" />
        </screen>
+       <screen name="PinInput" position="100,100" size="550,160" title="Pin code needed" >
+               <widget name="service" position="0,0" size="550,25" font="Regular;20" />
+               <widget name="text" position="0,30" size="550,25" font="Regular;20" />
+               <widget name="tries" position="0,60" size="550,25" font="Regular;20" />
+               <widget name="input" position="200,100" size="550,25" font="Regular;50" />
+               
+       </screen>
+       <screen name="ParentalControlChangePin" position="100,100" size="550,160" title="Change pin code" >
+               <widget name="config" position="20,10" size="460,350" scrollbarMode="showOnDemand" />
+       </screen>
        <screen name="ChoiceBox" position="150,100" size="550,400" title="Input" >
                <widget name="text" position="0,0" size="550,25" font="Regular;20" />
                <widget name="list" position="0,30" size="550,335" scrollbarMode="showOnDemand" />