1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
--- menu-ui-vert.xml.orig 2014-01-02 20:22:20.736627009 +0000
+++ menu-ui-vert.xml 2014-01-03 20:45:31.091048579 +0000
@@ -18,6 +18,24 @@
<area>394,0,2,720</area>
</shape>
+ <imagetype name="description_background">
+ <area>594,165,487,210</area>
+ <filename>images/tux_thoughts.png</filename>
+ </imagetype>
+
+ <textarea name="description">
+ <area>730,159,250,130</area>
+ <align>allcenter</align>
+ <font>basesmallyellow</font>
+ <multiline>yes</multiline>
+ <value>I have no idea</value>
+ </textarea>
+
+ <imagetype name="LHlogo">
+ <area>519,348,638,207</area>
+ <filename>images/LHLogoAndText.png</filename> <!--851x277 3.072-->
+ </imagetype>
+
<statetype name="titles">
<state name="MAIN">
<textarea name="heading">
@@ -123,6 +141,41 @@
<value>Archive Utilities</value>
</textarea>
</state>
+ <state name="LH_SERVICE_MENU" from="MAIN">
+ <textarea name="heading">
+ <value>Service Menu</value>
+ </textarea>
+ </state>
+ <state name="LH_UPDATE" from="MAIN">
+ <textarea name="heading">
+ <value>Update LinHES</value>
+ </textarea>
+ </state>
+ <state name="LH_BACKUP" from="MAIN">
+ <textarea name="heading">
+ <value>Backup LinHES</value>
+ </textarea>
+ </state>
+ <state name="LH_RESTORE" from="MAIN">
+ <textarea name="heading">
+ <value>Restore LinHES</value>
+ </textarea>
+ </state>
+ <state name="HOST_SETTINGS" from="MAIN">
+ <textarea name="heading">
+ <value>LinHES Settings</value>
+ </textarea>
+ </state>
+ <state name="TRAILERS" from="MAIN">
+ <textarea name="heading">
+ <value>Apple Trailers</value>
+ </textarea>
+ </state>
+ <state name="INTERNET_STREAMS" from="MAIN">
+ <textarea name="heading">
+ <value>Online Content</value>
+ </textarea>
+ </state>
</statetype>
<buttonlist name="menu">
@@ -162,21 +215,6 @@
<cutdown>yes</cutdown>
<case>upper</case>
</textarea>
- <group name="variable-size-text-backdrop-group">
- <area>330,12,843,40</area>
- <minsize vanish="true">252,40</minsize>
- <shape name="text-backdrop" from="base_backdrop">
- <area>0,0,-1,-1</area>
- <minsize vanish="true">252,40</minsize>
- </shape>
- <textarea name="description" from="basetextarea">
- <area>20,1,-20,-1</area>
- <minsize shrink="short" vanish="true">5,5</minsize>
- <font>basesmalldarkyellow</font>
- <align>left,vcenter</align>
- <multiline>no</multiline>
- </textarea>
- </group>
</state>
</statetype>
<statetype name="upscrollarrow">
|