blob: 2be9f900daa598f147be73d84eff3f663e30b766 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
bevel_style="in"
follows="left|top|right|bottom"
height="570"
width="295"
border="false"
layout="topleft"
left="0"
top="0"
label="Picks"
name="panel_picks">
<scroll_container
color="DkGray2"
follows="left|top|right|bottom"
height="570"
width="265"
layout="topleft"
left="5"
top_pad="0"
bevel_style="in"
opaque="true"
name="profile_scroll"
reserve_scroll_corner="false">
<!-- below is a special title shown for the Agent on the "Picks" tab
<text
type="string"
length="1"
follows="top"
font="SansSerifBold"
height="35"
width="250"
layout="topleft"
left="10"
name="pick_title_agent"
text_color="white"
top_pad="25"
visible="false"
word_wrap="true">
Tell everyone about your favorite Second Life places...
</text>-->
<panel
height="115"
width="265"
layout="topleft"
left="0"
name="back_panel"
top="0" />
</scroll_container>
<panel
background_visible="true"
bevel_style="none"
enabled="false"
follows="left|right|bottom"
height="30"
label="bottom_panel"
layout="topleft"
left="0"
name="edit_panel"
visible="false"
top_pad="0"
width="280">
<button
enabled="false"
follows="bottom|left"
font="SansSerifBigBold"
height="18"
hover_glow_amount="0.15"
image_selected="OptionsMenu_Press"
image_unselected="OptionsMenu_Off"
layout="topleft"
left="10"
name="gear_menu_btn"
picture_style="true"
top="5"
width="18" />
<button
follows="bottom|left"
font="SansSerifBigBold"
height="18"
image_disabled="AddItem_Off"
image_disabled_selected="AddItem_Press"
hover_glow_amount="0.15"
image_selected="AddItem_Press"
image_unselected="AddItem_Off"
layout="topleft"
left="35"
name="new_btn"
picture_style="true"
tool_tip="Create New Pick at Current Location"
top="5"
width="18" />
<button
follows="bottom|right"
font="SansSerifBigBold"
height="18"
image_disabled="TrashItem_Off"
image_disabled_selected="TrashItem_Press"
hover_glow_amount="0.15"
image_selected="TrashItem_Press"
image_unselected="TrashItem_Off"
layout="topleft"
name="trash_btn"
picture_style="true"
right="-10"
top="5"
width="18" />
</panel>
<panel
follows="bottom|left"
height="30"
width="280"
layout="topleft"
left="10"
top_pad="5"
name="buttons_cucks">
<button
follows="bottom|left"
font="SansSerifSmallBold"
height="25"
label="Teleport"
layout="topleft"
left="0"
name="teleport_btn"
enabled="false"
top="0"
width="75" />
<button
follows="bottom|left"
font="SansSerifSmallBold"
height="25"
label="Show on Map"
layout="topleft"
left_pad="0"
name="show_on_map_btn"
enabled="false"
top="0"
width="105" />
</panel>
</panel>
|