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="img1" 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="cnt1"/>
|
|
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 |
<text id="row1">
|
|
31 |
<configuration name="content_type" value="cnt2"/>
|
|
32 |
<property class="#replace#/text1"/>
|
|
33 |
</text>
|
|
34 |
<text id="row2" class="hidden">
|
|
35 |
<configuration name="content_type" value="cnt2"/>
|
|
36 |
<property class="#replace#/text2"/>
|
|
37 |
<property class="policy/emptyContent" name="row2" value="display: none"/>
|
|
38 |
<property class="policy/Content" name="row2" value="display: block"/>
|
|
39 |
</text>
|
|
40 |
<text id="row3" class="hidden">
|
|
41 |
<configuration name="content_type" value="cnt2"/>
|
|
42 |
<property class="#replace#/text3"/>
|
|
43 |
<property class="policy/emptyContent" name="row3" value="display: none"/>
|
|
44 |
<property class="policy/Content" name="row3" value="display: block"/>
|
|
45 |
</text>
|
|
46 |
</box>
|
|
47 |
</box>
|
|
48 |
</widget>
|
|
49 |
</xmluiml>
|