~ubuntu-branches/ubuntu/trusty/mythtv-theme-metallurgy-wide/trusty

« back to all changes in this revision

Viewing changes to ui.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michael Haas
  • Date: 2008-08-29 14:29:18 UTC
  • Revision ID: james.westby@ubuntu.com-20080829142918-qk6f4l5ywswhkaoc
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<mythuitheme>
 
2
 
 
3
    <window name="programguide">
 
4
 
 
5
        <container name="background">
 
6
            <image name="background" draworder="0">
 
7
                <filename>backgrounds/background.png</filename>
 
8
                <position>0,0</position>
 
9
            </image>
 
10
 
 
11
            <textarea name="heading" draworder="0" align="allcenter">
 
12
                <area>45,19,364,39</area>
 
13
                <font>largelightgrey</font>
 
14
                <value>Program Guide</value>
 
15
            </textarea>
 
16
 
 
17
            <image name="backup" draworder="0">
 
18
                <context>0</context>
 
19
                <position>49,72</position>
 
20
                <filename>backgrounds/guide-background.png</filename>
 
21
            </image>
 
22
        </container>
 
23
 
 
24
        <container name="date_info">
 
25
            <area>64,79,182,30</area>
 
26
            <textarea name="date" draworder="4" align="allcenter">
 
27
                <font>small</font>
 
28
                <area>0,0,180,30</area>
 
29
                <cutdown>no</cutdown>
 
30
            </textarea>
 
31
        </container>
 
32
 
 
33
        <container name="chanbar">
 
34
            <area>65,108,182,330</area>
 
35
            <bar name="chans" draworder="4">
 
36
                <area>0,0,180,330</area>
 
37
                <textoffset>46,0</textoffset>
 
38
                <iconoffset>5,-5</iconoffset>
 
39
                <iconsize>40,40</iconsize>
 
40
                <orientation>vertical</orientation>
 
41
                <align>allcenter</align>
 
42
                <font>small</font>
 
43
                <imagefile>guide/gg-chans.png</imagefile>
 
44
            </bar>
 
45
        </container>
 
46
 
 
47
        <container name="timebar">
 
48
            <area>246,79,966,29</area>
 
49
            <bar name="times" draworder="4">
 
50
                <area>0,0,966,29</area>
 
51
                <align>center</align>
 
52
                <font>small</font>
 
53
                <imagefile>guide/gg-times.png</imagefile>
 
54
            </bar>
 
55
        </container>
 
56
 
 
57
        <container name="guide">
 
58
            <area>248,108,983,330</area>
 
59
            <guidegrid name="guidegrid" draworder="4">
 
60
                <area>0,0,983,330</area>
 
61
                <solidcolor>#404040</solidcolor>
 
62
                <selector type="box" color="#808080"></selector>
 
63
                <recordingcolor>#00aa00</recordingcolor>
 
64
                <conflictingcolor>#ff6600</conflictingcolor>
 
65
                <cutdown>yes</cutdown>
 
66
                <multiline>yes</multiline>
 
67
                <textoffset>9,6</textoffset>
 
68
                <recordstatus type="SingleRecord" image="guide/gg-rs-single.png"></recordstatus>
 
69
                <recordstatus type="TimeslotRecord" image="guide/gg-rs-timeslot.png"></recordstatus>
 
70
                <recordstatus type="ChannelRecord" image="guide/gg-rs-channel.png"></recordstatus>
 
71
                <recordstatus type="AllRecord" image="guide/gg-rs-all.png"></recordstatus>
 
72
                <recordstatus type="WeekslotRecord" image="guide/gg-rs-weekslot.png"></recordstatus>
 
73
                <recordstatus type="FindOneRecord" image="guide/gg-rs-findone.png"></recordstatus>
 
74
                <arrow direction="left" image="shared/leftarrow.png"></arrow>
 
75
                <arrow direction="right" image="shared/rightarrow.png"></arrow>
 
76
                <font>small</font>
 
77
            </guidegrid>
 
78
        </container>
 
79
 
 
80
        <container name="current_info">
 
81
            <area>1135,25,101,30</area>
 
82
            <textarea name="time" draworder="4" align="center">
 
83
                <area>0,0,101,30</area>
 
84
                <cutdown>no</cutdown>
 
85
                <font>mediumlightgrey</font>
 
86
                <multiline>yes</multiline>
 
87
            </textarea>
 
88
        </container>
 
89
 
 
90
        <container name="program_info">
 
91
            <area>85,493,1115,200</area>
 
92
            <textarea name="title" draworder="4" align="left">
 
93
                <area>0,0,760,35</area>
 
94
                <font>extralargebold</font>
 
95
            </textarea>
 
96
            <textarea name="subtitle" draworder="6">
 
97
                <area>0,36,760,25</area>
 
98
                <font>mediumbold</font>
 
99
                <value>%SUBTITLE|"|"%</value>
 
100
            </textarea>
 
101
            <textarea name="description" draworder="6">
 
102
                <area>0,65,1115,90</area>
 
103
                <font>medium</font>
 
104
                <multiline>yes</multiline>
 
105
                <value>%LONGREPEAT%%STARS%%DESCRIPTION%</value>
 
106
            </textarea>
 
107
            <textarea name="recordingstatus" draworder="6" align="right">
 
108
                <area>775,10,325,60</area>
 
109
                <font>small</font>
 
110
                <multiline>yes</multiline>
 
111
            </textarea>
 
112
 
 
113
        </container>
 
114
 
 
115
    </window>
 
116
 
 
117
    <window name="programguide-video">
 
118
 
 
119
        <container name="background">
 
120
            <image name="background" draworder="0">
 
121
                <filename>backgrounds/background.png</filename>
 
122
                <position>0,0</position>
 
123
            </image>
 
124
 
 
125
            <textarea name="heading" draworder="0" align="allcenter">
 
126
                <area>45,19,364,39</area>
 
127
                <font>largelightgrey</font>
 
128
                <value>Program Guide</value>
 
129
            </textarea>
 
130
 
 
131
            <image name="backup" draworder="0">
 
132
                <context>0</context>
 
133
                <position>49,72</position>
 
134
                <filename>backgrounds/up-background.png</filename>
 
135
            </image>
 
136
 
 
137
            <image name="video_background" draworder="0">
 
138
                <filename>backgrounds/livevid_background.png</filename>
 
139
                <position>75,456</position>
 
140
            </image>
 
141
        </container>
 
142
 
 
143
        <container name="date_info">
 
144
            <area>63,77,182,30</area>
 
145
            <textarea name="date" draworder="4" align="allcenter">
 
146
                <font>small</font>
 
147
                <area>0,0,180,30</area>
 
148
                <cutdown>no</cutdown>
 
149
            </textarea>
 
150
        </container>
 
151
 
 
152
        <container name="chanbar">
 
153
            <area>63,109,182,272</area>
 
154
            <bar name="chans" draworder="4">
 
155
                <area>0,0,180,272</area>
 
156
                <textoffset>46,0</textoffset>
 
157
                <iconoffset>5,-5</iconoffset>
 
158
                <iconsize>40,40</iconsize>
 
159
                <orientation>vertical</orientation>
 
160
                <align>allcenter</align>
 
161
                <font>small</font>
 
162
                <imagefile>guide/gg-chans.png</imagefile>
 
163
            </bar>
 
164
        </container>
 
165
 
 
166
        <container name="timebar">
 
167
            <area>245,80,963,29</area>
 
168
            <bar name="times" draworder="4">
 
169
                <area>0,0,963,29</area>
 
170
                <align>center</align>
 
171
                <font>small</font>
 
172
                <imagefile>guide/gg-times.png</imagefile>
 
173
            </bar>
 
174
        </container>
 
175
 
 
176
        <container name="guide">
 
177
            <area>247,109,980,272</area>
 
178
            <guidegrid name="guidegrid" draworder="4">
 
179
                <area>0,0,980,272</area>
 
180
                <solidcolor>#404040</solidcolor>
 
181
                <selector type="box" color="#808080"></selector>
 
182
                <recordingcolor>#00aa00</recordingcolor>
 
183
                <conflictingcolor>#ff6600</conflictingcolor>
 
184
                <cutdown>yes</cutdown>
 
185
                <multiline>yes</multiline>
 
186
                <textoffset>9,6</textoffset>
 
187
                <recordstatus type="SingleRecord" image="guide/gg-rs-single.png"></recordstatus>
 
188
                <recordstatus type="TimeslotRecord" image="guide/gg-rs-timeslot.png"></recordstatus>
 
189
                <recordstatus type="ChannelRecord" image="guide/gg-rs-channel.png"></recordstatus>
 
190
                <recordstatus type="AllRecord" image="guide/gg-rs-all.png"></recordstatus>
 
191
                <recordstatus type="WeekslotRecord" image="guide/gg-rs-weekslot.png"></recordstatus>
 
192
                <recordstatus type="FindOneRecord" image="guide/gg-rs-findone.png"></recordstatus>
 
193
                <arrow direction="left" image="shared/leftarrow.png"></arrow>
 
194
                <arrow direction="right" image="shared/rightarrow.png"></arrow>
 
195
                <font>small</font>
 
196
            </guidegrid>
 
197
        </container>
 
198
 
 
199
        <container name="current_info">
 
200
            <area>1135,25,101,30</area>
 
201
            <textarea name="time" draworder="4" align="center">
 
202
                <area>0,0,101,30</area>
 
203
                <cutdown>no</cutdown>
 
204
                <font>mediumlightgrey</font>
 
205
                <multiline>yes</multiline>
 
206
            </textarea>
 
207
        </container>
 
208
 
 
209
        <container name="program_info">
 
210
            <area>375,442,830,245</area>
 
211
            <textarea name="title" draworder="4" align="left">
 
212
                <area>0,0,830,40</area>
 
213
                <font>extralargebold</font>
 
214
            </textarea>
 
215
            <textarea name="subtitle" draworder="6">
 
216
                <area>0,38,830,30</area>
 
217
                <font>mediumbold</font>
 
218
                <value>%SUBTITLE|"|"%</value>
 
219
            </textarea>
 
220
            <textarea name="description" draworder="6">
 
221
                <area>0,72,830,120</area>
 
222
                <font>medium</font>
 
223
                <multiline>yes</multiline>
 
224
                <value>%LONGREPEAT%%STARS%%DESCRIPTION%</value>
 
225
            </textarea>
 
226
        </container>
 
227
 
 
228
        <container name="current_video">
 
229
            <area>88,466,260,146</area>
 
230
        </container>
 
231
 
 
232
    </window>
 
233
 
 
234
    <!--Upcoming Recordings-->
 
235
    <window name="conflict">
 
236
 
 
237
        <container name="background"> <!-- upcoming recordings background-->
 
238
 
 
239
            <image name="background" draworder="0">
 
240
                <filename>backgrounds/background.png</filename>
 
241
                <position>0,0</position>
 
242
            </image>
 
243
 
 
244
            <textarea name="heading" draworder="0" align="allcenter">
 
245
                <area>45,19,364,39</area>
 
246
                <font>largelightgrey</font>
 
247
                <value>Upcoming Recordings</value>
 
248
            </textarea>
 
249
 
 
250
            <image name="filler" draworder="0">
 
251
                <filename>backgrounds/up-background.png</filename>
 
252
                <position>49,72</position>
 
253
            </image>
 
254
 
 
255
            <image name="instr-background" draworder="0" visible="yes">
 
256
                <filename>backgrounds/delete_usage_background.png</filename>
 
257
                <position>462,665</position>
 
258
            </image>
 
259
 
 
260
            <image name="showing-background" draworder="0" visible="yes">
 
261
                <filename>backgrounds/delete_usage_background.png</filename>
 
262
                <position>462,20</position>
 
263
            </image>
 
264
 
 
265
            <textarea name="showinstr" align="allcenter" draworder="0">
 
266
                <area>462,665,356,35</area>
 
267
                <font>small</font>
 
268
                <value>(1) All  (2) Important</value>
 
269
            </textarea>
 
270
        </container>
 
271
 
 
272
        <container name="showlevel_info">
 
273
            <area>470,19,350,39</area>
 
274
            <textarea name="showlevel" draworder="4" align="center">
 
275
                <area>0,0,350,38</area>
 
276
                <font>small</font>
 
277
            </textarea>
 
278
        </container>
 
279
 
 
280
        <container name="selector">
 
281
            <area>56,75,1240,350</area>
 
282
            <listarea name="conflictlist" draworder="4">
 
283
                <area>25,17,1165,290</area>
 
284
                <fcnfont name="smallboldred" function="conflictingrecording"></fcnfont>
 
285
                <fcnfont name="smallgrey" function="disabledrecording"></fcnfont>
 
286
                <fcnfont name="smalllightgrey" function="active"></fcnfont>
 
287
                <fcnfont name="smallgrey" function="inactive"></fcnfont>
 
288
                <!-- No idea what the following function is used for -->
 
289
                <fcnfont name="smallboldblue" function="tagged"></fcnfont>
 
290
                <fcnfont name="smallgreen" function="record"></fcnfont>
 
291
                <fcnfont name="smallboldgreen" function="recording"></fcnfont>
 
292
                <fcnfont name="small" function="selected"></fcnfont>
 
293
                <columnpadding>4</columnpadding>
 
294
                <column number="1" width="215" context="-1"></column>
 
295
                <column number="2" width="215" context="-1"></column>
 
296
                <column number="3" width="665" context="-1"></column>
 
297
                <column number="4" width="30" context="-1"></column>
 
298
                <items>9</items>
 
299
                <image function="selectionbar" filename="shared/selectbar.png" location="-26,0"></image>
 
300
                <image function="uparrow" filename="shared/uparrow.png" location="560,-1"></image>
 
301
                <image function="downarrow" filename="shared/downarrow.png" location="560,304"></image>
 
302
            </listarea>
 
303
        </container>
 
304
 
 
305
        <container name="status_info">
 
306
            <area>790,445,405,60</area>
 
307
            <textarea name="recordingstatus" align="right" draworder="6">
 
308
                <area>0,0,405,60</area>
 
309
                <font>small</font>
 
310
                <multiline>yes</multiline>
 
311
            </textarea>
 
312
        </container>
 
313
 
 
314
        <container name="program_info">
 
315
            <area>85,437,1115,270</area>
 
316
            <textarea name="title" draworder="6">
 
317
                <area>0,0,780,35</area>
 
318
                <font>extralargebold</font>
 
319
            </textarea>
 
320
 
 
321
            <textarea name="subtitle" draworder="6">
 
322
                <area>0,35,780,30</area>
 
323
                <font>mediumbold</font>
 
324
                <multiline>yes</multiline>
 
325
            </textarea>
 
326
 
 
327
            <textarea name="channel" draworder="6" align="right">
 
328
                <area>800,65,310,30</area>
 
329
                <font>mediumgrey</font>
 
330
            </textarea>
 
331
 
 
332
            <textarea name="timedate" draworder="6">
 
333
                <area>0,65,540,30</area>
 
334
                <font>mediumgrey</font>
 
335
            </textarea>
 
336
 
 
337
            <textarea name="description" draworder="6">
 
338
                <area>0,95,1115,110</area>
 
339
                <font>medium</font>
 
340
                <multiline>yes</multiline>
 
341
                <value>%LONGREPEAT%%STARS%%DESCRIPTION%</value>
 
342
            </textarea>
 
343
 
 
344
        </container>
 
345
 
 
346
        <container name="norecordings_list">
 
347
            <textarea name="msg" align="allcenter" draworder="8">
 
348
                <area>0,00,1100,250</area>
 
349
                <font>large</font>
 
350
                <value>You Haven't Scheduled Any Programs To Be Recorded</value>
 
351
                <multiline>yes</multiline>
 
352
            </textarea>
 
353
        </container>
 
354
 
 
355
        <container name="norecordings_info">
 
356
            <textarea name="topline" align="allcenter" draworder="8">
 
357
                <area>0,0,1100,250</area>
 
358
                <font>large</font>
 
359
                <value>To schedule a recording, exit this screen and select 'Program Guide' or 'Program Finder'</value>
 
360
                <multiline>yes</multiline>
 
361
            </textarea>
 
362
        </container>
 
363
 
 
364
    </window>
 
365
 
 
366
    <window name="schdiff">
 
367
 
 
368
        <container name="background">
 
369
            <area>0,0,1280,720</area>
 
370
 
 
371
            <image name="background" draworder="0">
 
372
                <filename>backgrounds/background.png</filename>
 
373
                <position>0,0</position>
 
374
            </image>
 
375
 
 
376
            <textarea name="heading" draworder="0" align="allcenter">
 
377
                <area>45,19,364,39</area>
 
378
                <font>largelightgrey</font>
 
379
                <value>Schedule Changes</value>
 
380
            </textarea>
 
381
 
 
382
            <image name="filler" draworder="0">
 
383
                <filename>backgrounds/up-background.png</filename>
 
384
                <position>49,72</position>
 
385
            </image>
 
386
        </container>
 
387
 
 
388
        <container name="selector">
 
389
            <area>56,75,1240,350</area>
 
390
            <listarea name="conflictlist" draworder="4">
 
391
                <area>25,17,1165,290</area>
 
392
                <fcnfont name="smallboldred" function="conflictingrecording"></fcnfont>
 
393
                <fcnfont name="smallgrey" function="disabledrecording"></fcnfont>
 
394
                <fcnfont name="smalllightgrey" function="active"></fcnfont>
 
395
                <fcnfont name="smallgrey" function="inactive"></fcnfont>
 
396
                <fcnfont name="smallgreen" function="record"></fcnfont>
 
397
                <fcnfont name="smallboldgreen" function="recording"></fcnfont>
 
398
                <fcnfont name="small" function="selected"></fcnfont>
 
399
                <columnpadding>4</columnpadding>
 
400
                <column number="1" width="200" context="-1"></column>
 
401
                <column number="2" width="200" context="-1"></column>
 
402
                <column number="3" width="665" context="-1"></column>
 
403
                <column number="4" width="30" context="-1"></column>
 
404
                <column number="5" width="30" context="-1"></column>
 
405
                <items>9</items>
 
406
                <image function="selectionbar" filename="shared/selectbar.png" location="-26,0"></image>>
 
407
                <image function="uparrow" filename="shared/uparrow.png" location="560,-1"></image>
 
408
                <image function="downarrow" filename="shared/downarrow.png" location="560,304"></image>
 
409
            </listarea>
 
410
        </container>
 
411
 
 
412
        <container name="program_info">
 
413
            <area>85,437,1115,270</area>
 
414
            <textarea name="title" draworder="6">
 
415
                <area>0,0,780,40</area>
 
416
                <font>extralargebold</font>
 
417
            </textarea>
 
418
 
 
419
            <textarea name="subtitle" draworder="6">
 
420
                <area>0,38,780,30</area>
 
421
                <font>mediumbold</font>
 
422
                <multiline>yes</multiline>
 
423
            </textarea>
 
424
 
 
425
            <textarea name="channel" draworder="6" align="right">
 
426
                <area>800,75,310,30</area>
 
427
                <font>mediumgrey</font>
 
428
            </textarea>
 
429
 
 
430
            <textarea name="timedate" draworder="6">
 
431
                <area>0,75,540,30</area>
 
432
                <font>mediumgrey</font>
 
433
            </textarea>
 
434
 
 
435
            <textarea name="description" draworder="6">
 
436
                <area>0,107,1115,110</area>
 
437
                <font>medium</font>
 
438
                <multiline>yes</multiline>
 
439
                <value>%LONGREPEAT%%STARS%%DESCRIPTION%</value>
 
440
            </textarea>
 
441
        </container>
 
442
 
 
443
        <container name="status_info">
 
444
            <area>790,450,405,40</area>
 
445
            <textarea name="recordingstatus" align="right" draworder="6">
 
446
                <area>0,0,405,40</area>
 
447
                <font>small</font>
 
448
                <multiline>yes</multiline>
 
449
            </textarea>
 
450
        </container>
 
451
 
 
452
        <container name="norecordings_list">
 
453
            <textarea name="msg" align="allcenter" draworder="8">
 
454
                <area>55,85,1240,350</area>
 
455
                <font>medium</font>
 
456
                <value>The recording schedule would not be affected.</value>
 
457
                <multiline>yes</multiline>
 
458
            </textarea>
 
459
        </container>
 
460
 
 
461
    </window>
 
462
 
 
463
    <window name="recprioritychannels">
 
464
 
 
465
        <container name="background"> <!-- Priorities background -->
 
466
            <image name="background" draworder="0">
 
467
                <filename>backgrounds/background.png</filename>
 
468
                <position>0,0</position>
 
469
            </image>
 
470
 
 
471
            <textarea name="heading" draworder="0" align="allcenter">
 
472
                <area>45,19,364,39</area>
 
473
                <font>largelightgrey</font>
 
474
                <value>Channel Priorities</value>
 
475
            </textarea>
 
476
 
 
477
            <image name="backgroundimg" draworder="0">
 
478
                <position>49,72</position>
 
479
                <filename>backgrounds/up-background.png</filename>
 
480
            </image>
 
481
 
 
482
            <image name="instr-background" draworder="0" visible="yes">
 
483
                <filename>backgrounds/delete_usage_background.png</filename>
 
484
                <position>462,665</position>
 
485
            </image>
 
486
 
 
487
            <!-- <image name="showing-background" draworder="0" visible="yes">
 
488
                <filename>backgrounds/delete_usage_background.png</filename>
 
489
                <position>462,20</position>
 
490
            </image> -->
 
491
 
 
492
            <textarea name="showinstr" align="allcenter" draworder="0">
 
493
                <area>462,665,356,35</area>
 
494
                <font>small</font>
 
495
                <value>(1) Channel (2) Priority</value>
 
496
            </textarea>
 
497
 
 
498
        </container>
 
499
 
 
500
        <container name="view">
 
501
            <area>462,20,356,35</area>
 
502
            <textarea name="curview" draworder="4" align="allcenter">
 
503
                <area>0,0,356,35</area>
 
504
                <font>small</font>
 
505
            </textarea>
 
506
        </container>
 
507
 
 
508
        <container name="selector">
 
509
            <area>56,75,1240,350</area>
 
510
            <listarea name="recprioritylist" draworder="4">
 
511
                <area>25,17,1165,290</area>
 
512
                <fcnfont name="smalllightgrey" function="active"></fcnfont>
 
513
                <fcnfont name="smallgrey" function="inactive"></fcnfont>
 
514
                <fcnfont name="small" function="selected"></fcnfont>
 
515
                <columnpadding>4</columnpadding>
 
516
                <column number="1" width="900" context="-1"></column>
 
517
                <column number="2" width="75" context="-1"></column>
 
518
                <column number="3" width="75" context="-1"></column>
 
519
                <items>11</items>
 
520
                <image function="selectionbar" filename="shared/selectbar.png" location="-26,0"></image>
 
521
                <image function="uparrow" filename="shared/uparrow.png" location="560,-1"></image>
 
522
                <image function="downarrow" filename="shared/downarrow.png" location="560,304"></image>
 
523
            </listarea>
 
524
        </container>
 
525
 
 
526
        <container name="channel_info">
 
527
            <area>85,437,1115,270</area>
 
528
            <textarea name="title" draworder="6" align="center">
 
529
                <area>0,0,1115,40</area>
 
530
                <font>extralargebold</font>
 
531
            </textarea>
 
532
            <textarea name="infosource" draworder="6" align="allcenter">
 
533
                <area>50,65,400,30</area>
 
534
                <font>large</font>
 
535
                <value>Source:</value>
 
536
            </textarea>
 
537
            <textarea name="source" draworder="6" align="allcenter">
 
538
                <area>50,95,400,30</area>
 
539
                <font>large</font>
 
540
            </textarea>
 
541
            <image name="icon" draworder="6">
 
542
                <position>462,60</position>
 
543
                <filename>shared/blankicon.jpg</filename>
 
544
                <staticsize>182,149</staticsize>
 
545
            </image>
 
546
            <textarea name="inforecpriority" draworder="6" align="allcenter">
 
547
                <area>625,65,400,30</area>
 
548
                <font>large</font>
 
549
                <value>Priority:</value>
 
550
            </textarea>
 
551
            <textarea name="recpriority" draworder="6" align="allcenter">
 
552
                <area>625,95,400,30</area>
 
553
                <font>large</font>
 
554
            </textarea>
 
555
        </container>
 
556
 
 
557
        <!-- <container name="norecordings_list">
 
558
            <textarea name="msg" align="center" draworder="8">
 
559
                <area>0,110,800,70</area>
 
560
                <font>medium</font>
 
561
                <value>You Haven't Scheduled Any Programs To Be Recorded</value>
 
562
                <multiline>yes</multiline>
 
563
            </textarea>
 
564
        </container>
 
565
 
 
566
        <container name="norecordings_info">
 
567
            <textarea name="topline" align="center" draworder="8">
 
568
                <area>20,40,760,30</area>
 
569
                <font>medium</font>
 
570
                <value>To schedule a recording, exit this screen and</value>
 
571
            </textarea>
 
572
            <textarea name="botline" align="center" draworder="8">
 
573
                <area>20,70,760,30</area>
 
574
                <font>medium</font>
 
575
                <value>Select 'Program Guide' or 'Program Finder'</value>
 
576
            </textarea>
 
577
        </container> -->
 
578
 
 
579
    </window>
 
580
 
 
581
    <!--Set Priorities-->
 
582
    <window name="recpriorityprograms">
 
583
 
 
584
        <container name="background"> <!-- Priorities background -->
 
585
            <image name="background" draworder="0">
 
586
                <filename>backgrounds/background.png</filename>
 
587
                <position>0,0</position>
 
588
            </image>
 
589
 
 
590
            <textarea name="heading" draworder="0" align="allcenter">
 
591
                <area>45,19,364,39</area>
 
592
                <font>largelightgrey</font>
 
593
                <value>Recording Priorities</value>
 
594
            </textarea>
 
595
 
 
596
            <image name="backgroundimg" draworder="0">
 
597
                <position>49,72</position>
 
598
                <filename>backgrounds/up-background.png</filename>
 
599
            </image>
 
600
 
 
601
            <image name="instr-background" draworder="0" visible="yes">
 
602
                <filename>backgrounds/delete_usage_background.png</filename>
 
603
                <position>462,665</position>
 
604
            </image>
 
605
 
 
606
            <textarea name="keyinstr" align="allcenter" draworder="0">
 
607
                <area>462,665,356,35</area>
 
608
                <font>small</font>
 
609
                <value>(1) Title (2) Priority (4) Type</value>
 
610
            </textarea>
 
611
        </container>
 
612
 
 
613
        <container name="selector">
 
614
            <area>61,70,1240,350</area>
 
615
            <textarea name="recprioritylabel" draworder="0" align="right">
 
616
                <area>770,1,165,25</area>
 
617
                <font>small</font>
 
618
                <value>Priority</value>
 
619
            </textarea>
 
620
            <textarea name="finalrecprioritylabel" draworder="0" align="right">
 
621
                <area>950,1,165,25</area>
 
622
                <font>small</font>
 
623
                <value>Final Priority</value>
 
624
            </textarea>
 
625
            <listarea name="recprioritylist" draworder="4">
 
626
                <area>26,30,1125,280</area>
 
627
                <fcnfont name="smalllightgrey" function="active"></fcnfont>
 
628
                <fcnfont name="smallgrey" function="inactive"></fcnfont>
 
629
                <fcnfont name="smallgreen" function="record"></fcnfont>
 
630
                <fcnfont name="smallboldgreen" function="recording"></fcnfont>
 
631
                <fcnfont name="small" function="selected"></fcnfont>
 
632
                <columnpadding>0</columnpadding>
 
633
                <column number="1" width="40" context="-1"></column>
 
634
                <column number="2" width="825" context="-1"></column>
 
635
                <column number="3" width="20" context="-1"></column>
 
636
                <column number="4" width="165" context="-1"></column>
 
637
                <column number="5" width="20" context="-1"></column>
 
638
                <column number="6" width="70" context="-1"></column>
 
639
                <items>9</items>
 
640
 
 
641
                <image function="selectionbar" filename="shared/selectbar.png" location="-26,0"></image>
 
642
                <image function="uparrow" filename="shared/uparrow.png" location="560,3"></image>
 
643
                <image function="downarrow" filename="shared/downarrow.png" location="560,305"></image>
 
644
            </listarea>
 
645
        </container>
 
646
 
 
647
        <container name="program_info">
 
648
            <area>85,437,1115,270</area>
 
649
            <textarea name="title" draworder="6">
 
650
                <area>0,0,760,40</area>
 
651
                <font>extralargebold</font>
 
652
            </textarea>
 
653
 
 
654
            <textarea name="subtitle" draworder="6" align="right">
 
655
                <area>780,30,310,30</area>
 
656
                <font>mediumbold</font>
 
657
            </textarea>
 
658
 
 
659
            <textarea name="infotype" draworder="6">
 
660
                <area>20,85,280,30</area>
 
661
                <font>smallgrey</font>
 
662
                <value>Record Type:</value>
 
663
            </textarea>
 
664
 
 
665
            <textarea name="type" draworder="6">
 
666
                <area>190,85,430,30</area>
 
667
                <font>small</font>
 
668
            </textarea>
 
669
 
 
670
            <textarea name="typesign" draworder="6">
 
671
                <area>600,85,20,30</area>
 
672
                <font>small</font>
 
673
            </textarea>
 
674
 
 
675
            <textarea name="typerecpriority" draworder="6">
 
676
                <area>620,85,100,30</area>
 
677
                <font>small</font>
 
678
            </textarea>
 
679
 
 
680
            <textarea name="infochannel" draworder="6">
 
681
                <area>20,115,160,30</area>
 
682
                <font>smallgrey</font>
 
683
                <value>Channel:</value>
 
684
            </textarea>
 
685
 
 
686
            <textarea name="channel" draworder="6">
 
687
                <area>190,115,400,30</area>
 
688
                <font>small</font>
 
689
            </textarea>
 
690
 
 
691
            <textarea name="channelsign" draworder="6">
 
692
                <area>600,115,20,30</area>
 
693
                <font>small</font>
 
694
            </textarea>
 
695
            <textarea name="channelrecpriority" draworder="6">
 
696
                <area>620,115,100,30</area>
 
697
                <font>small</font>
 
698
            </textarea>
 
699
            <textarea name="inforecpriority" draworder="6">
 
700
                <area>20,145,160,30</area>
 
701
                <font>smallgrey</font>
 
702
                <value>Priority:</value>
 
703
            </textarea>
 
704
            <textarea name="recpriority" draworder="6">
 
705
                <area>190,145,400,30</area>
 
706
                <font>small</font>
 
707
            </textarea>
 
708
            <textarea name="recprioritysign" draworder="6">
 
709
                <area>600,145,20,30</area>
 
710
                <font>small</font>
 
711
            </textarea>
 
712
            <textarea name="recpriorityB" draworder="6">
 
713
                <area>620,145,100,30</area>
 
714
                <font>small</font>
 
715
            </textarea>
 
716
            <textarea name="finaltotal" draworder="6" align="vcenter">
 
717
                <area>750,105,170,40</area>
 
718
                <font>extralargebold</font>
 
719
                <value>Total =</value>
 
720
            </textarea>
 
721
            <textarea name="finalrecpriority" draworder="6" align="allcenter">
 
722
                <area>900,105,100,40</area>
 
723
                <font>extralargebold</font>
 
724
            </textarea>
 
725
        </container>
 
726
 
 
727
        <container name="norecordings_list">
 
728
            <textarea name="msg" align="center" draworder="8">
 
729
                <area>0,110,1280,70</area>
 
730
                <font>mediumbold</font>
 
731
                <value>You Haven't Scheduled Any Programs To Be Recorded</value>
 
732
                <multiline>yes</multiline>
 
733
            </textarea>
 
734
        </container>
 
735
 
 
736
        <container name="norecordings_info">
 
737
            <textarea name="topline" align="center" draworder="8">
 
738
                <area>20,40,1260,30</area>
 
739
                <font>mediumbold</font>
 
740
                <value>To schedule a recording, exit this screen and</value>
 
741
            </textarea>
 
742
            <textarea name="botline" align="center" draworder="8">
 
743
                <area>20,70,760,30</area>
 
744
                <font>medium</font>
 
745
                <value>Select 'Program Guide' or 'Program Finder'</value>
 
746
            </textarea>
 
747
        </container>
 
748
 
 
749
    </window>
 
750
 
 
751
    <!--Watch Recordings-->
 
752
    <window name="playback">
 
753
 
 
754
        <container name="background">
 
755
            <image name="background" draworder="0">
 
756
                <filename>backgrounds/background.png</filename>
 
757
                <position>0,0</position>
 
758
            </image>
 
759
 
 
760
            <textarea name="heading_watch" draworder="0" align="allcenter">
 
761
                <area>45,19,364,39</area>
 
762
                <font>largelightgrey</font>
 
763
                <value>Watch Recordings</value>
 
764
                <context>0</context>
 
765
            </textarea>
 
766
 
 
767
            <textarea name="heading_delete" draworder="0" align="allcenter">
 
768
                <area>45,19,364,39</area>
 
769
                <font>largelightgrey</font>
 
770
                <value>Delete Recordings</value>
 
771
                <context>1</context>
 
772
            </textarea>
 
773
 
 
774
            <image name="filler" draworder="0">
 
775
                <filename>backgrounds/play-background.png</filename>
 
776
                <position>49,72</position>
 
777
            </image>
 
778
        </container>
 
779
 
 
780
        <container name="selector">
 
781
            <area>55,76,1280,315</area>
 
782
            <listarea name="toptitles" draworder="2">
 
783
                <area>25,14,255,115</area>
 
784
                <fcnfont name="smalllightgrey" function="active"></fcnfont>
 
785
                <fcnfont name="small" function="selected"></fcnfont>
 
786
                <fcnfont name="smallgrey" function="inactive"></fcnfont>
 
787
                <items>3</items>
 
788
            </listarea>
 
789
            <textarea name="current" draworder="6">
 
790
                <area>25,129,255,40</area>
 
791
                <font>small</font>
 
792
            </textarea>
 
793
            <image name="titlelines" draworder="0">
 
794
                <filename>shared/selectbar.png</filename>
 
795
                <position>0,129</position>
 
796
            </image>
 
797
            <listarea name="bottomtitles" draworder="2">
 
798
                <area>25,169,255,110</area>
 
799
                <fcnfont name="smalllightgrey" function="active"></fcnfont>
 
800
                <fcnfont name="small" function="selected"></fcnfont>
 
801
                <fcnfont name="smallgrey" function="inactive"></fcnfont>
 
802
                <items>3</items>
 
803
            </listarea>
 
804
            <listarea name="showing" draworder="4">
 
805
                <area>363,14,870,275</area>
 
806
                <fcnfont name="smallboldgreen" function="recording"></fcnfont>
 
807
                <fcnfont name="smalllightgrey" function="active"></fcnfont>
 
808
                <fcnfont name="small" function="selected"></fcnfont>
 
809
                <fcnfont name="smallgrey" function="inactive"></fcnfont>
 
810
                <fcnfont name="smallboldblue" function="tagged"></fcnfont>
 
811
                <columnpadding>5</columnpadding>
 
812
                <column number="1" width="570" context="-1"></column>
 
813
                <column number="2" width="120" context="-1"></column>
 
814
                <column number="3" width="100" context="0"></column>
 
815
                <column number="4" width="100" context="1"></column>
 
816
                <items>7</items>
 
817
                <image function="selectionbar" filename="shared/selectbar.png" location="-26,0"></image>
 
818
                <image function="uparrow" filename="shared/uparrow.png" location="735,-1"></image>
 
819
                <image function="downarrow" filename="shared/downarrow.png" location="735,273"></image>
 
820
            </listarea>
 
821
        </container>
 
822
 
 
823
        <container name="group_info">
 
824
            <context>0</context>
 
825
            <area>85,403,1190,270</area>
 
826
 
 
827
            <textarea name="title" draworder="6" align="allcenter">
 
828
                <area>0,10,1115,50</area>
 
829
                <font>extralargebold</font>
 
830
            </textarea>
 
831
 
 
832
            <textarea name="description" draworder="6" align="allcenter">
 
833
                <area>0,50,1115,90</area>
 
834
                <font>medium</font>
 
835
                <multiline>yes</multiline>
 
836
            </textarea>
 
837
        </container>
 
838
 
 
839
        <container name="program_info_play">
 
840
            <context>0</context>
 
841
            <area>85,404,1220,250</area>
 
842
 
 
843
            <textarea name="title" draworder="6">
 
844
                <area>0,0,800,35</area>
 
845
                <font>extralargebold</font>
 
846
            </textarea>
 
847
 
 
848
            <textarea name="subtitle" draworder="6">
 
849
                <area>0,35,800,30</area>
 
850
                <font>mediumbold</font>
 
851
                <multiline>yes</multiline>
 
852
            </textarea>
 
853
 
 
854
            <textarea name="channel" draworder="6" align="right">
 
855
                <area>580,70,250,30</area>
 
856
                <altarea>700,70,410,30</altarea>
 
857
                <font>smallgrey</font>
 
858
            </textarea>
 
859
 
 
860
            <textarea name="timedate" draworder="6">
 
861
                <area>0,70,540,30</area>
 
862
                <font>smallgrey</font>
 
863
            </textarea>
 
864
 
 
865
            <textarea name="description" draworder="6" align="left">
 
866
                <area>0,97,830,140</area>
 
867
                <altarea>0,97,1110,140</altarea>
 
868
                <font>medium</font>
 
869
                <multiline>yes</multiline>
 
870
                <cutdown>yes</cutdown>
 
871
                <value>%LONGREPEAT%%STARS%%DESCRIPTION%</value>
 
872
            </textarea>
 
873
 
 
874
            <image name="blank" draworder="6">
 
875
                <filename>type/blank.png</filename>
 
876
                <position>832,11</position>
 
877
            </image>
 
878
 
 
879
            <image name="autoexpire" draworder="6">
 
880
                <filename>type/autoexpire.png</filename>
 
881
                <position>832,11</position>
 
882
            </image>
 
883
 
 
884
            <image name="blank" draworder="6">
 
885
                <filename>type/blank.png</filename>
 
886
                <position>870,11</position>
 
887
            </image>
 
888
 
 
889
            <image name="commflagged" draworder="6">
 
890
                <filename>type/commflagged.png</filename>
 
891
                <position>870,11</position>
 
892
            </image>
 
893
 
 
894
            <image name="blank" draworder="6">
 
895
                <filename>type/blank.png</filename>
 
896
                <position>908,11</position>
 
897
            </image>
 
898
 
 
899
            <image name="bookmark" draworder="6">
 
900
                <filename>type/bookmark.png</filename>
 
901
                <position>908,11</position>
 
902
            </image>
 
903
 
 
904
            <image name="blank" draworder="6">
 
905
                <filename>type/blank.png</filename>
 
906
                <position>946,11</position>
 
907
            </image>
 
908
 
 
909
            <image name="cutlist" draworder="6">
 
910
                <filename>type/cutlist.png</filename>
 
911
                <position>946,11</position>
 
912
            </image>
 
913
 
 
914
            <image name="blank" draworder="6">
 
915
                <filename>type/blank.png</filename>
 
916
                <position>984,11</position>
 
917
            </image>
 
918
 
 
919
            <image name="mono" draworder="6">
 
920
                <filename>type/mono.png</filename>
 
921
                <position>984,11</position>
 
922
            </image>
 
923
 
 
924
            <image name="dolby" draworder="6">
 
925
                <filename>type/dd.png</filename>
 
926
                <position>984,11</position>
 
927
            </image>
 
928
 
 
929
            <image name="surround" draworder="6">
 
930
                <filename>type/surround.png</filename>
 
931
                <position>984,11</position>
 
932
            </image>
 
933
 
 
934
            <image name="stereo" draworder="6">
 
935
                <filename>type/stereo.png</filename>
 
936
                <position>984,11</position>
 
937
            </image>
 
938
 
 
939
            <image name="blank" draworder="6">
 
940
                <filename>type/blank.png</filename>
 
941
                <position>1022,11</position>
 
942
            </image>
 
943
 
 
944
            <image name="cc" draworder="6">
 
945
                <filename>type/cc.png</filename>
 
946
                <position>1022,11</position>
 
947
            </image>
 
948
 
 
949
            <image name="subtitles" draworder="6">
 
950
                <filename>type/subtitles.png</filename>
 
951
                <position>1022,11</position>
 
952
            </image>
 
953
 
 
954
            <image name="onscreensub" draworder="6">
 
955
                <filename>type/subtitled.png</filename>
 
956
                <position>1022,11</position>
 
957
            </image>
 
958
 
 
959
            <image name="blank" draworder="6">
 
960
                <filename>type/blank.png</filename>
 
961
                <position>1060,11</position>
 
962
            </image>
 
963
 
 
964
            <image name="widescreen" draworder="6">
 
965
                <filename>type/wide.png</filename>
 
966
                <position>1060,11</position>
 
967
            </image>
 
968
 
 
969
            <image name="hdtv" draworder="6">
 
970
                <filename>type/hd.png</filename>
 
971
                <position>1060,11</position>
 
972
            </image>
 
973
 
 
974
            <image name="blank" draworder="6">
 
975
                <filename>type/blank.png</filename>
 
976
                <position>1098,11</position>
 
977
            </image>
 
978
 
 
979
            <image name="watched" draworder="6">
 
980
                <filename>type/watched.png</filename>
 
981
                <position>1098,11</position>
 
982
            </image>
 
983
 
 
984
        </container>
 
985
 
 
986
        <container name="program_info_del">
 
987
            <context>1</context>
 
988
            <area>85,404,1190,250</area>
 
989
 
 
990
            <textarea name="title" draworder="6">
 
991
                <area>0,0,800,35</area>
 
992
                <font>extralargebold</font>
 
993
            </textarea>
 
994
 
 
995
            <textarea name="subtitle" draworder="6">
 
996
                <area>0,35,800,30</area>
 
997
                <font>mediumbold</font>
 
998
                <multiline>yes</multiline>
 
999
            </textarea>
 
1000
 
 
1001
            <textarea name="channel" draworder="6" align="right">
 
1002
                <area>580,70,250,30</area>
 
1003
                <altarea>700,70,410,30</altarea>
 
1004
                <font>smallgrey</font>
 
1005
            </textarea>
 
1006
 
 
1007
            <textarea name="timedate" draworder="6">
 
1008
                <area>0,70,540,30</area>
 
1009
                <font>smallgrey</font>
 
1010
            </textarea>
 
1011
 
 
1012
            <textarea name="description" draworder="6" align="left">
 
1013
                <area>0,97,830,140</area>
 
1014
                <altarea>0,97,1110,140</altarea>
 
1015
                <font>medium</font>
 
1016
                <multiline>yes</multiline>
 
1017
                <cutdown>yes</cutdown>
 
1018
                <value>%LONGREPEAT%%STARS%%DESCRIPTION%</value>
 
1019
            </textarea>
 
1020
 
 
1021
            <textarea name="filesize_str" draworder="6" align="right">
 
1022
                <area>800,10,315,33</area>
 
1023
                <font>large</font>
 
1024
            </textarea>
 
1025
 
 
1026
        </container>
 
1027
 
 
1028
        <container name="video">
 
1029
            <area>927,460,287,167</area>
 
1030
            <image name="video_background" draworder="1">
 
1031
                <filename>backgrounds/livevid_background.png</filename>
 
1032
                <position>0,0</position>
 
1033
            </image>
 
1034
 
 
1035
            <blackhole name="video_blackhole">
 
1036
                <area>13,10,260,146</area>
 
1037
            </blackhole>
 
1038
        </container>
 
1039
 
 
1040
        <!-- Confirm delete and legend help popup -->
 
1041
        <popup name="confirmdelete">
 
1042
            <foreground>#ffffff</foreground>
 
1043
            <highlight>#808080</highlight>
 
1044
        </popup>
 
1045
 
 
1046
        <container name="usage">
 
1047
            <context>1</context>
 
1048
            <area>462,665,356,35</area>
 
1049
            <image name="usage_background" draworder="5" visible="yes">
 
1050
                <filename>backgrounds/delete_usage_background.png</filename>
 
1051
                <position>0,0</position>
 
1052
            </image>
 
1053
            <!-- <statusbar name="usedbar" draworder="6">
 
1054
                <container>container.png</container>
 
1055
                <fill>progress-filler.png</fill>
 
1056
                <position>33,30</position>
 
1057
            </statusbar> -->
 
1058
            <textarea name="freereport" draworder="6" align="center">
 
1059
                <area>2,3,361,30</area>
 
1060
                <font>small</font>
 
1061
            </textarea>
 
1062
        </container>
 
1063
 
 
1064
        <container name="norecordings_list">
 
1065
            <textarea name="msg" align="allcenter" draworder="8">
 
1066
                <area>363,14,810,270</area>
 
1067
                <font>medium</font>
 
1068
                <value>Sorry, No Recordings Available</value>
 
1069
            </textarea>
 
1070
        </container>
 
1071
 
 
1072
        <container name="norecordings_info">
 
1073
            <textarea name="topline" align="allcenter" draworder="8">
 
1074
                <area>0,0,810,250</area>
 
1075
                <font>medium</font>
 
1076
                <multiline>yes</multiline>
 
1077
                <value>To schedule a recording, exit this screen and Select 'Schedule a Recording' from the Main Menu</value>
 
1078
            </textarea>
 
1079
        </container>
 
1080
 
 
1081
    </window>
 
1082
 
 
1083
    <window name="programfind">
 
1084
 
 
1085
        <container name="background">
 
1086
            <image name="background" draworder="0">
 
1087
                <filename>backgrounds/background.png</filename>
 
1088
                <position>0,0</position>
 
1089
            </image>
 
1090
 
 
1091
            <image name="filler" draworder="0">
 
1092
                <position>49,72</position>
 
1093
                <filename>backgrounds/finder_background.png</filename>
 
1094
            </image>
 
1095
 
 
1096
            <textarea name="heading" draworder="0" align="allcenter">
 
1097
                <area>45,19,364,39</area>
 
1098
                <font>largelightgrey</font>
 
1099
                <value>Programme Finder</value>
 
1100
            </textarea>
 
1101
 
 
1102
        </container>
 
1103
 
 
1104
        <container name="selector">
 
1105
            <area>55,69,1190,290</area>
 
1106
 
 
1107
            <listarea name="alphabet" draworder="2">
 
1108
                <area>23,12,30,280</area>
 
1109
                <fcnfont name="mediumlightgrey" function="active"></fcnfont>
 
1110
                <fcnfont name="medium" function="selected"></fcnfont>
 
1111
                <fcnfont name="mediumgrey" function="inactive"></fcnfont>
 
1112
                <columnpadding>0</columnpadding>
 
1113
                <items>9</items>
 
1114
                <image function="selectionbar" filename="shared/selectbar.png" location="-23,0"></image>
 
1115
            </listarea>
 
1116
 
 
1117
            <listarea name="shows" draworder="2">
 
1118
                <area>130,12,700,280</area>
 
1119
                <fcnfont name="smalllightgrey" function="active"></fcnfont>
 
1120
                <fcnfont name="small" function="selected"></fcnfont>
 
1121
                <fcnfont name="smallgrey" function="inactive"></fcnfont>
 
1122
                <fcnfont name="smallgreen" function="record"></fcnfont>
 
1123
                <fcnfont name="smallboldgreen" function="recording"></fcnfont>
 
1124
                <column number="1" width="700" context="-1"></column>
 
1125
                <columnpadding>0</columnpadding>
 
1126
                <items>9</items>
 
1127
                <image function="selectionbar" filename="shared/selectbar.png" location="-23,0"></image>
 
1128
            </listarea>
 
1129
 
 
1130
            <listarea name="times" draworder="2">
 
1131
                <area>900,12,282,280</area>
 
1132
                <fcnfont name="smalllightgrey" function="active"></fcnfont>
 
1133
                <fcnfont name="small" function="selected"></fcnfont>
 
1134
                <fcnfont name="smallgrey" function="inactive"></fcnfont>
 
1135
                <fcnfont name="smallgreen" function="record"></fcnfont>
 
1136
                <fcnfont name="smallboldgreen" function="recording"></fcnfont>
 
1137
                <columnpadding>0</columnpadding>
 
1138
                <items>9</items>
 
1139
                <image function="selectionbar" filename="shared/selectbar.png" location="-23,0"></image>
 
1140
            </listarea>
 
1141
 
 
1142
        </container>
 
1143
 
 
1144
        <container name="program_info">
 
1145
            <area>85,401,1220,260</area>
 
1146
 
 
1147
            <textarea name="title" draworder="6">
 
1148
                <area>0,0,800,35</area>
 
1149
                <font>extralargebold</font>
 
1150
            </textarea>
 
1151
 
 
1152
            <textarea name="subtitle" draworder="6">
 
1153
                <area>0,35,800,30</area>
 
1154
                <font>mediumbold</font>
 
1155
                <multiline>yes</multiline>
 
1156
            </textarea>
 
1157
 
 
1158
            <textarea name="channel" draworder="6" align="right">
 
1159
                <area>810,70,310,30</area>
 
1160
                <font>smallgrey</font>
 
1161
            </textarea>
 
1162
 
 
1163
            <textarea name="timedate" draworder="6">
 
1164
                <area>0,70,540,30</area>
 
1165
                <font>smallgrey</font>
 
1166
            </textarea>
 
1167
 
 
1168
            <textarea name="description" draworder="6" align="left">
 
1169
                <area>0,97,1110,155</area>
 
1170
                <font>medium</font>
 
1171
                <multiline>yes</multiline>
 
1172
                <value>%LONGREPEAT%%STARS%%DESCRIPTION%</value>
 
1173
            </textarea>
 
1174
 
 
1175
            <textarea name="recordingstatus" draworder="6" align="right">
 
1176
                <area>810,5,310,60</area>
 
1177
                <font>small</font>
 
1178
                <multiline>yes</multiline>
 
1179
            </textarea>
 
1180
 
 
1181
        </container>
 
1182
 
 
1183
        <container name="help_info_1">
 
1184
            <area>85,404,1200,220</area>
 
1185
            <textarea name="selectinfo" draworder="6">
 
1186
                <area>10,5,500,30</area>
 
1187
                <font>medium</font>
 
1188
                <value>Select a letter...</value>
 
1189
            </textarea>
 
1190
            <textarea name="pickinfo" draworder="6">
 
1191
                <area>10,65,1090,120</area>
 
1192
                <font>medium</font>
 
1193
                <value>Pick the letter in which the show starts with, then press SELECT or the right arrow</value>
 
1194
                <multiline>yes</multiline>
 
1195
            </textarea>
 
1196
        </container>
 
1197
 
 
1198
        <container name="help_info_2">
 
1199
            <area>85,404,1200,220</area>
 
1200
            <textarea name="selectprog" draworder="6">
 
1201
                <area>10,5,1170,30</area>
 
1202
                <font>medium</font>
 
1203
                <value>Select a program...</value>
 
1204
            </textarea>
 
1205
            <textarea name="pickprog" draworder="6">
 
1206
                <area>10,65,1090,120</area>
 
1207
                <font>medium</font>
 
1208
                <value>Select the title of the program you wish to find. When finished return with the left arrow key. Press SELECT to schedule a recording.</value>
 
1209
                <multiline>yes</multiline>
 
1210
            </textarea>
 
1211
        </container>
 
1212
 
 
1213
        <container name="noprograms">
 
1214
            <area>85,404,1200,220</area>
 
1215
            <textarea name="noprog" draworder="6">
 
1216
                <area>10,5,1190,30</area>
 
1217
                <font>medium</font>
 
1218
                <value>No Programs</value>
 
1219
            </textarea>
 
1220
            <textarea name="research" draworder="6">
 
1221
                <area>10,75,1090,120</area>
 
1222
                <font>medium</font>
 
1223
                <value>There are no available programs under this search. Please select another search.</value>
 
1224
                <multiline>yes</multiline>
 
1225
            </textarea>
 
1226
        </container>
 
1227
 
 
1228
    </window>
 
1229
 
 
1230
    <!-- Previously recorded screen -->
 
1231
    <window name="programlist">
 
1232
 
 
1233
        <container name="background">
 
1234
 
 
1235
            <image name="background" draworder="0">
 
1236
                <filename>backgrounds/background.png</filename>
 
1237
                <position>0,0</position>
 
1238
            </image>
 
1239
 
 
1240
            <textarea name="heading" draworder="0" align="allcenter">
 
1241
                <area>45,19,364,39</area>
 
1242
                <font>largelightgrey</font>
 
1243
                <value>Previously Recorded</value>
 
1244
                <context>0</context>
 
1245
            </textarea>
 
1246
 
 
1247
            <textarea name="sched" draworder="0" align="allcenter">
 
1248
                <area>45,19,364,39</area>
 
1249
                <font>largelightgrey</font>
 
1250
                <context>1</context>
 
1251
            </textarea>
 
1252
 
 
1253
            <image name="backgroundimg" draworder="0">
 
1254
                <position>49,72</position>
 
1255
                <filename>backgrounds/up-background.png</filename>
 
1256
            </image>
 
1257
 
 
1258
            <image name="instr-background" draworder="0" visible="yes">
 
1259
                <filename>backgrounds/delete_usage_background.png</filename>
 
1260
                <position>462,665</position>
 
1261
            </image>
 
1262
 
 
1263
            <image name="showing-background" draworder="0" visible="yes">
 
1264
                <filename>backgrounds/delete_usage_background.png</filename>
 
1265
                <position>462,20</position>
 
1266
            </image>
 
1267
 
 
1268
            <textarea name="showinstr" align="allcenter" draworder="0">
 
1269
                <area>462,665,356,35</area>
 
1270
                <font>small</font>
 
1271
                <value>(1) Time (2) Title</value>
 
1272
            </textarea>
 
1273
 
 
1274
        </container>
 
1275
 
 
1276
        <container name="view">
 
1277
            <area>462,20,356,35</area>
 
1278
            <textarea name="curview" draworder="4" align="allcenter">
 
1279
                <area>0,0,356,35</area>
 
1280
                <font>small</font>
 
1281
            </textarea>
 
1282
        </container>
 
1283
 
 
1284
        <container name="selector">
 
1285
            <area>56,75,1240,350</area>
 
1286
            <listarea name="proglist" draworder="4">
 
1287
                <area>25,17,1165,290</area>
 
1288
                <fcnfont name="smallboldred" function="conflictingrecording"></fcnfont>
 
1289
                <fcnfont name="smallgrey" function="disabledrecording"></fcnfont>
 
1290
                <fcnfont name="smalllightgrey" function="active"></fcnfont>
 
1291
                <fcnfont name="smallgrey" function="inactive"></fcnfont>
 
1292
                <!-- No idea what the following function is used for -->
 
1293
                <fcnfont name="smallboldblue" function="tagged"></fcnfont>
 
1294
                <fcnfont name="smallgreen" function="record"></fcnfont>
 
1295
                <fcnfont name="smallboldgreen" function="recording"></fcnfont>
 
1296
                <fcnfont name="small" function="selected"></fcnfont>
 
1297
                <columnpadding>4</columnpadding>
 
1298
                <column number="1" width="215" context="-1"></column>
 
1299
                <column number="2" width="215" context="-1"></column>
 
1300
                <column number="3" width="665" context="-1"></column>
 
1301
                <column number="4" width="30" context="-1"></column>
 
1302
                <items>9</items>
 
1303
                <image function="selectionbar" filename="shared/selectbar.png" location="-26,0"></image>
 
1304
                <image function="uparrow" filename="shared/uparrow.png" location="560,-1"></image>
 
1305
                <image function="downarrow" filename="shared/downarrow.png" location="560,304"></image>
 
1306
            </listarea>
 
1307
        </container>
 
1308
 
 
1309
        <container name="program_info">
 
1310
            <area>85,437,1115,270</area>
 
1311
 
 
1312
            <textarea name="title" draworder="6">
 
1313
                <area>0,0,780,35</area>
 
1314
                <font>extralargebold</font>
 
1315
            </textarea>
 
1316
 
 
1317
            <textarea name="subtitle" draworder="6">
 
1318
                <area>0,35,780,30</area>
 
1319
                <font>mediumbold</font>
 
1320
                <multiline>yes</multiline>
 
1321
            </textarea>
 
1322
 
 
1323
            <textarea name="channel" draworder="6" align="right">
 
1324
                <area>800,65,310,30</area>
 
1325
                <font>mediumgrey</font>
 
1326
            </textarea>
 
1327
 
 
1328
            <textarea name="timedate" draworder="6">
 
1329
                <area>0,65,540,30</area>
 
1330
                <font>mediumgrey</font>
 
1331
            </textarea>
 
1332
 
 
1333
            <textarea name="description" draworder="6">
 
1334
                <area>0,95,1115,110</area>
 
1335
                <font>medium</font>
 
1336
                <multiline>yes</multiline>
 
1337
                <value>%LONGREPEAT%%STARS%%DESCRIPTION%</value>
 
1338
            </textarea>
 
1339
 
 
1340
            <textarea name="type" draworder="6" align="right">
 
1341
                <area>790,10,320,60</area>
 
1342
                <font>smallgrey</font>
 
1343
                <multiline>yes</multiline>
 
1344
            </textarea>
 
1345
 
 
1346
        </container>
 
1347
 
 
1348
        <container name="noprograms_list">
 
1349
            <textarea name="msg" align="center" draworder="8">
 
1350
                <area>0,110,770,70</area>
 
1351
                <font>medium</font>
 
1352
                <value>No listings found for this program.</value>
 
1353
                <multiline>yes</multiline>
 
1354
            </textarea>
 
1355
        </container>
 
1356
 
 
1357
    </window>
 
1358
 
 
1359
    <!-- record options -->
 
1360
    <window name="recording_options">
 
1361
 
 
1362
        <container name="background">
 
1363
            <image name="background" draworder="0">
 
1364
                <filename>backgrounds/background.png</filename>
 
1365
                <position>0,0</position>
 
1366
            </image>
 
1367
 
 
1368
            <image name="backgroundimg" draworder="0">
 
1369
                <position>49,72</position>
 
1370
                <filename>backgrounds/up-background.png</filename>
 
1371
            </image>
 
1372
 
 
1373
            <textarea name="heading" draworder="0" align="allcenter">
 
1374
                <area>45,19,364,39</area>
 
1375
                <font>largelightgrey</font>
 
1376
                <value>Schedule Options</value>
 
1377
            </textarea>
 
1378
        </container>
 
1379
 
 
1380
        <container name="selector">
 
1381
            <area>56,75,1240,350</area>
 
1382
            <listarea name="menu_list" draworder="4">
 
1383
                <area>30,10,1120,300</area>
 
1384
                <fcnfont name="mediumgrey" function="disabled"></fcnfont>
 
1385
                <fcnfont name="mediumlightgrey" function="active"></fcnfont>
 
1386
                <fcnfont name="mediumgrey" function="inactive"></fcnfont>
 
1387
                <!-- No idea what the following function is used for -->
 
1388
                <fcnfont name="mediumbold" function="enabled_state_0"></fcnfont>
 
1389
                <fcnfont name="medium" function="selected"></fcnfont>
 
1390
                <columnpadding>4</columnpadding>
 
1391
                <column number="1" width="1130" context="-1"></column>
 
1392
                <items>8</items>
 
1393
                <image function="selectionbar" filename="shared/selectbar.png" location="-26,0"></image>
 
1394
                <image function="uparrow" filename="shared/uparrow.png" location="560,-1"></image>
 
1395
                <image function="downarrow" filename="shared/downarrow.png" location="560,304"></image>
 
1396
                <image function="rightarrow" filename="shared/rightarrow.png" location="0,2"></image>
 
1397
                <image function="leftarrow" filename="shared/leftarrow.png" location="0,2"></image>
 
1398
            </listarea>
 
1399
        </container>
 
1400
 
 
1401
        <container name="program_info">
 
1402
            <area>85,437,1115,270</area>
 
1403
            <textarea name="title" draworder="6">
 
1404
                <area>0,0,780,34</area>
 
1405
                <font>extralargebold</font>
 
1406
            </textarea>
 
1407
 
 
1408
            <textarea name="subtitle" draworder="6">
 
1409
                <area>0,34,780,30</area>
 
1410
                <font>mediumbold</font>
 
1411
            </textarea>
 
1412
 
 
1413
            <textarea name="channel" draworder="6" align="right">
 
1414
                <area>800,65,310,25</area>
 
1415
                <font>smallgrey</font>
 
1416
            </textarea>
 
1417
 
 
1418
            <textarea name="timedate" draworder="6">
 
1419
                <area>0,65,540,30</area>
 
1420
                <font>mediumgrey</font>
 
1421
            </textarea>
 
1422
 
 
1423
            <textarea name="description" draworder="6">
 
1424
                <area>0,93,1115,120</area>
 
1425
                <font>medium</font>
 
1426
                <multiline>yes</multiline>
 
1427
                <value>%DESCRIPTION%</value>
 
1428
            </textarea>
 
1429
 
 
1430
        </container>
 
1431
 
 
1432
    </window>
 
1433
 
 
1434
    <window name="progdetails">
 
1435
 
 
1436
        <container name="main_display">
 
1437
            <area>0,0,1280,720</area>
 
1438
            <!-- PAGE TITLE HERE -->
 
1439
            <image name="background" draworder="0">
 
1440
                <filename>backgrounds/background.png</filename>
 
1441
                <position>0,0</position>
 
1442
            </image>
 
1443
 
 
1444
            <textarea name="heading" draworder="0" align="allcenter">
 
1445
                <area>45,19,364,39</area>
 
1446
                <font>largelightgrey</font>
 
1447
                <value>Program Details</value>
 
1448
            </textarea>
 
1449
 
 
1450
            <richtextarea name="richtext" draworder="0">
 
1451
                <area>78,66,1131,594</area>
 
1452
                <textarea>115,90,1050,540</textarea>
 
1453
                <font>large</font>
 
1454
                <value>Program Details</value>
 
1455
                <image function="uparrow-sel" filename="shared/uparrow.png" location="620,72"></image>
 
1456
                <image function="downarrow-sel" filename="shared/downarrow.png" location="620,640"></image>
 
1457
                <!-- <backgroundreg>menu_background.png</backgroundreg> -->
 
1458
                <backgroundsel>backgrounds/menu_background.png</backgroundsel>
 
1459
            </richtextarea>
 
1460
 
 
1461
        </container>
 
1462
    </window>
 
1463
 
 
1464
</mythuitheme>