1 <menu text="Mainmenu" title="Mainmenu">
3 <!-- the following types are allowed:
4 <screen [module="mod"] [screen="classname"]>[arguments]</screen>
5 executes Screen called "classname" from module "Screen.mod"
6 if no module is given, Screen must be globally available.
7 if no screen is given, module is used as screen class name.
8 arguments must be comma seperated (will be fed to eval), and can
10 (of course you must specify at least one of module, screen.)
12 opens a setup with specified id
13 <code> .. code .. </code>
16 <!--<item text="Standby debug">quitMainloop()</item>
17 <item text="Networksetup">self.openSetup("network")</item>-->
18 <item text="CI"><screen module="Ci" screen="CiSelection" /></item>
19 <item text="Satelliteconfig"><screen module="Satconfig" screen="NimSelection" /></item>
20 <item text="Scanconfiguration"><screen module="ScanSetup" screen="ScanSetup" /></item>
21 <item text="Timerentry"><screen module="TimerEntry" screen="TimerEntry" /></item>
22 <item text="Radio"><code>print "radio mode"</code></item>
23 <item text="Timer"><screen module="TimerEdit" screen="TimerEditList" /></item>
24 <item text="Information"><screen module="About" /></item>
25 <item text="Games / Plugins"><screen module="PluginBrowser" /></item>
27 <menu text="Service Organising">
28 <item text="New Bouquets"></item>
29 <item text="Add to Bouquets"></item>
30 <item text="Edit Bouquets"></item>
32 <menu text="Service Searching">
33 <item text="Satelliteconfig"><screen module="Satconfig" /></item>
34 <!--<item text="Satelliteconfig">self.openSetup("satconfig")</item>-->
35 <item text="Automatic Scan"><screen module="ServiceScan" /></item>
36 <item text="Manual Scan"><screen module="ServiceScan" /></item>
37 <item text="Rotor Control"></item>
38 <item text="Edit Transponder"></item>
39 <!--<item text="Satfinder"></item>-->
42 <item text="Timezone"><setup id="timezone" /></item>
43 <item text="Video Audio"><setup id="avsetup" /></item>
44 <item text="UHF Modulator"><setup id="RFmod" /></item>
45 <item text="Harddisk"><screen module="HarddiskSelection" /></item>
46 <item text="Remote Control"><setup id="rc" /></item>
47 <item text="Keyboard"><setup id="keyboard" /></item>
48 <item text="OSD"><setup id="osd" /></item>
49 <item text="LCD"><setup id="lcd" /></item>
50 <item text="Networksetup"><screen module="NetworkSetup" screen="NetworkSetup" /></item>
52 <item text="Common Interface"></item>
53 <item text="Parental Control"><setup id="parental" /></item>
54 <item text="Expert"><setup id="expert" /></item>
56 <!--<item text="Unser Setup">self.openSetup("Blaselfasel")</item>-->
57 <menu text="Standby / Restart">
58 <item text="Standby"><code>quitMainloop()</code></item>
59 <item text="Restart"><code>quitMainloop()</code></item>
60 <item text="Deep Standby"><code>quitMainloop()</code></item>