blob: 95055f43dc4aaff57b76d6da931f7568b95b2970 (
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
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
bevel_style="in"
bg_alpha_color="0.5 0.5 0.5 1"
height="690"
label="Picks"
layout="topleft"
left="0"
name="panel_picks"
top="0"
width="355">
<text
type="string"
length="1"
follows="top|left|right"
font="SansSerifHugeBold"
height="55"
layout="topleft"
left="10"
name="pick_title"
text_color="white"
top="10"
width="330"
word_wrap="true">
[NAME]'s favorite places in Second Life...
</text>
<!-- below is a special title shown for the Agent on the "Picks" tab-->
<text
type="string"
length="1"
follows="top"
font="SansSerifHugeBold"
height="55"
layout="topleft"
left="10"
name="pick_title_agent"
text_color="white"
top="10"
visible="false"
width="330"
word_wrap="true">
Tell everyone about your favorite Second Life places...
</text>
<scroll_container
follows="left|top|right|bottom"
height="550"
layout="topleft"
left="5"
reserve_scroll_corner="true"
width="345">
<panel
background_visible="true"
bevel_style="in"
bg_alpha_color="0.6 0.6 0.6 1"
follows="left|top|right|bottom"
height="600"
layout="topleft"
left="0"
name="back_panel"
top="0"
width="325" />
</scroll_container>
<panel
background_visible="true"
bevel_style="in"
bg_alpha_color="black"
enabled="false"
follows="left|right|bottom"
height="25"
label="bottom_panel"
layout="topleft"
left="5"
name="edit_panel"
visible="false"
width="345">
<button
enabled="false"
follows="bottom|left"
font="SansSerifBigBold"
height="16"
image_hover_selected="gear.tga"
image_selected="gear.tga"
image_unselected="gear.tga"
layout="topleft"
left="5"
name="gear_menu_btn"
picture_style="true"
top="5"
width="16" />
<button
follows="bottom|left"
font="SansSerifBigBold"
height="16"
image_disabled="add_btn.tga"
image_disabled_selected="add_btn.tga"
image_hover_selected="add_btn.tga"
image_selected="add_btn.tga"
image_unselected="add_btn.tga"
layout="topleft"
left="35"
name="new_btn"
picture_style="true"
tool_tip="Create New Pick at Current Location"
top="5"
width="16" />
<button
follows="bottom|right"
font="SansSerifBigBold"
height="16"
image_disabled="del_btn.tga"
image_disabled_selected="del_btn.tga"
image_hover_selected="del_btn.tga"
image_selected="del_btn.tga"
image_unselected="del_btn.tga"
layout="topleft"
name="trash_btn"
picture_style="true"
right="-10"
top="5"
width="16" />
</panel>
<panel
follows="left|right"
height="25"
layout="topleft"
left="0"
name="buttons_cucks"
top_pad="10"
width="345">
<button
follows="bottom|left"
font="SansSerifSmallBold"
height="25"
label="Info"
layout="topleft"
left="10"
name="info_btn"
top="0"
width="50" />
<button
follows="bottom|left"
font="SansSerifSmallBold"
height="25"
label="Teleport"
layout="topleft"
left="65"
name="teleport_btn"
top="0"
width="70" />
<button
follows="bottom|left"
font="SansSerifSmallBold"
height="25"
label="Show on Map"
layout="topleft"
left="140"
name="show_on_map_btn"
top="0"
width="90" />
<button
enabled="false"
follows="bottom|right"
font="SansSerifSmallBold"
height="25"
label="Verb"
layout="topleft"
left="270"
name="verb_btn"
top="0"
width="50" />
</panel>
</panel>
|