blob: 4535b9084e6f9aea909450c73c5eb483eed2b868 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<floater
positioning="cascading"
can_close="true"
can_resize="true"
help_topic="floater_facebook"
layout="topleft"
name="floater_facebook"
save_rect="true"
single_instance="true"
reuse_instance="true"
title="POST TO FACEBOOK"
min_height="501"
min_width="304"
height="482"
width="304">
<panel
height="482"
width="304"
visible="true"
name="background"
follows="all"
top="0"
left="0">
<tab_container
name="tabs"
tab_group="1"
tab_min_width="70"
tab_height="30"
tab_position="top"
top="7"
height="437"
follows="all"
halign="center"
use_highlighting_on_hover="true">
<panel
filename="panel_facebook_status.xml"
class="llfacebookstatuspanel"
follows="all"
label="STATUS"
name="panel_facebook_status"/>
<panel
filename="panel_facebook_photo.xml"
class="llfacebookphotopanel"
follows="all"
label="PHOTO"
name="panel_facebook_photo"/>
<panel
filename="panel_facebook_place.xml"
class="llfacebookcheckinpanel"
follows="all"
label="CHECK IN"
name="panel_facebook_place"/>
<panel
filename="panel_facebook_friends.xml"
class="llfacebookfriendspanel"
follows="all"
label="FRIENDS"
name="panel_facebook_friends"/>
<panel
filename="panel_facebook_account.xml"
class="llfacebookaccountpanel"
follows="all"
label="ACCOUNT"
name="panel_facebook_account"/>
</tab_container>
<panel
name="connection_status_panel"
follows="left|bottom|right"
height="24">
<text
name="connection_error_text"
type="string"
follows="left|bottom|right"
top="5"
left="9"
width="250"
height="20"
wrap="true"
halign="left"
valign="center"
text_color="DrYellow"
font="SansSerif">
Error
</text>
<loading_indicator
follows="left|bottom"
height="24"
width="24"
name="connection_loading_indicator"
top="2"
left="9"
visible="true"/>
<text
name="connection_loading_text"
type="string"
follows="left|bottom|right"
top="5"
left_pad="5"
width="250"
height="20"
wrap="true"
halign="left"
valign="center"
text_color="EmphasisColor"
font="SansSerif">
Loading...
</text>
</panel>
</panel>
</floater>
|