0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<xmluiml xmlns="http://www.series60.com/xml/xmluiml/1" version="1.0">
|
|
3 |
<widget>
|
|
4 |
|
|
5 |
<!-- Content Publisher plug-in-->
|
|
6 |
<contentsource name="#replace#" value="0x20019594"/>
|
|
7 |
<configuration name="service" value="Service.ContentPublishing"/>
|
|
8 |
<configuration name="interface" value="IContentPublishing"/>
|
|
9 |
<configuration name="command" value="GetList"/>
|
|
10 |
<configuration name="publisher" value="#replaceuid#:#replace#"/>
|
|
11 |
|
|
12 |
<image id="img4" focusable="true" _s60-initial-focus="1">
|
|
13 |
<actions>
|
|
14 |
<action>
|
|
15 |
<trigger name="activate"/>
|
|
16 |
<event name="#replace#/imageclicked"/>
|
|
17 |
</action>
|
|
18 |
</actions>
|
|
19 |
<configuration name="content_type" value="cnt4"/>
|
|
20 |
<property class="#replace#/graphic"/>
|
|
21 |
</image>
|
|
22 |
<box id="focus" focusable="true">
|
|
23 |
<actions>
|
|
24 |
<action>
|
|
25 |
<trigger name="activate"/>
|
|
26 |
<event name="#replace#/textclicked"/>
|
|
27 |
</action>
|
|
28 |
</actions>
|
|
29 |
<box id="container">
|
|
30 |
<box id="row1">
|
|
31 |
<image id="img1" class="icon">
|
|
32 |
<configuration name="content_type" value="cnt1"/>
|
|
33 |
<property class="#replace#/image1"/>
|
|
34 |
</image>
|
|
35 |
<text id="txt1">
|
|
36 |
<configuration name="content_type" value="cnt1"/>
|
|
37 |
<property class="#replace#/text1"/>
|
|
38 |
</text>
|
|
39 |
</box>
|
|
40 |
<box id="row2" class="hidden">
|
|
41 |
<image id="img2" class="icon">
|
|
42 |
<configuration name="content_type" value="cnt2"/>
|
|
43 |
<property class="#replace#/image2"/>
|
|
44 |
</image>
|
|
45 |
<text id="txt2">
|
|
46 |
<configuration name="content_type" value="cnt2"/>
|
|
47 |
<property class="#replace#/text2"/>
|
|
48 |
<property class="policy/emptyContent" name="row2" value="display: none"/>
|
|
49 |
<property class="policy/Content" name="row2" value="display: block"/>
|
|
50 |
</text>
|
|
51 |
</box>
|
|
52 |
<box id="row3" class="hidden">
|
|
53 |
<image id="img3" class="icon">
|
|
54 |
<configuration name="content_type" value="cnt3"/>
|
|
55 |
<property class="#replace#/image3"/>
|
|
56 |
</image>
|
|
57 |
<text id="txt3">
|
|
58 |
<configuration name="content_type" value="cnt3"/>
|
|
59 |
<property class="#replace#/text3"/>
|
|
60 |
<property class="policy/emptyContent" name="row3" value="display: none"/>
|
|
61 |
<property class="policy/Content" name="row3" value="display: block"/>
|
|
62 |
</text>
|
|
63 |
</box>
|
|
64 |
</box>
|
|
65 |
</box>
|
|
66 |
</widget>
|
|
67 |
</xmluiml>
|