-
Notifications
You must be signed in to change notification settings - Fork 0
/
status-ui.xml
158 lines (130 loc) · 5.84 KB
/
status-ui.xml
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE mythuitheme SYSTEM "../mythuitheme.dtd">
<mythuitheme>
<window name="status">
<!-- we use one large background image to draw all widgets on top -->
<imagetype name="background" from="basebackground" />
<!-- Fanart behind the recordings (remove it if you don't want it!) -->
<imagetype name="fanart">
<area>0,105,1680,945</area>
<filename />
<alpha>180</alpha>
</imagetype>
<imagetype name="statusbackground">
<position>0,0</position>
<filename>statusbackground.png</filename>
</imagetype>
<!-- Clock and Date on the right -->
<clock name="clock" from="baseclock" />
<!-- Title on top of the page -->
<textarea name="pagetitle" from="basepagetitle">
<value>System Status</value>
</textarea>
<!-- The banner of the current show -->
<imagetype name="banner">
<area>910,905,758,140</area>
<filename />
<mask>wr-bannermask.png</mask>
</imagetype>
<textarea name="helptext" from="basetextarea">
<area>15,910,880,130</area>
<font>basebuttontitlesubtitle</font>
<multiline>yes</multiline>
</textarea>
<!-- This is the left side of the selections. It shows the groups that are available to the user. -->
<buttonlist name="category" from="basegroups">
<area>5,180,490,660</area>
<buttonarea>0,0,100%,100%</buttonarea>
<statetype name="buttonitem">
<state name="active">
<area>0,0,490,55</area>
<textarea name="buttontext">
<area>5,0,480,55</area>
<align>vcenter</align>
<cutdown>yes</cutdown>
</textarea>
</state>
<state name="selectedactive">
<area>0,0,490,140</area>
<textarea name="buttontext">
<font>basebuttontitle</font>
<area>5,0,480,140</area>
<cutdown>yes</cutdown>
<multiline>yes</multiline>
</textarea>
<!-- show to the user that he can jump to the right -->
<imagetype name="direction">
<position>455,59</position>
<filename>icons/draw-triangle2.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
<state name="selectedinactive" from="selectedactive">
<textarea name="buttontext">
<alpha>30</alpha>
</textarea>
<!-- show to the user that he can jump to the right -->
<imagetype name="direction">
<alpha>0</alpha>
</imagetype>
</state>
<state name="inactive" from="active">
<textarea name="buttontext">
<alpha>30</alpha>
</textarea>
</state>
</statetype>
</buttonlist>
<!-- This is the right side of the selections. It shows the recordings that are available to the user. -->
<buttonlist name="log" from="basebuttonlist2">
<area>503,180,1170,660</area>
<buttonarea>0,0,100%,100%</buttonarea>
<statetype name="buttonitem">
<state name="active">
<area>0,0,1170,55</area>
<textarea name="buttontext">
<font>basebuttontitlesubtitle</font>
<area>5,0,1165,55</area>
<align>vcenter</align>
<cutdown>yes</cutdown>
<multiline>yes</multiline>
</textarea>
</state>
<!-- The item that is selected when the list is active -->
<state name="selectedactive">
<area>0,0,1170,140</area>
<textarea name="buttontext">
<font>basebuttontitle</font>
<align>vcenter</align>
<area>5,0,1165,140</area>
<cutdown>yes</cutdown>
<multiline>yes</multiline>
</textarea>
<!-- show to the user that he can jump to the right -->
<imagetype name="direction">
<position>-40,59</position>
<filename>icons/draw-triangle1.png</filename>
<alpha>200</alpha>
</imagetype>
</state>
<state name="selectedinactive" from="selectedactive">
<textarea name="buttontext">
<font>basebuttontitle</font>
<alpha>30</alpha>
</textarea>
<imagetype name="direction">
<alpha>0</alpha>
</imagetype>
</state>
<state name="inactive" from="active">
<textarea name="buttontext">
<alpha>30</alpha>
</textarea>
<imagetype name="direction">
<alpha>0</alpha>
</imagetype>
</state>
</statetype>
</buttonlist>
</window>
</mythuitheme>