blob: e8e4a9dbb25e44c95544a9bb1897cf21208c806c (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_opaque="true"
background_visible="true"
bg_opaque_color="MouseGray"
follows="left|top|right"
height="65"
layout="topleft"
name="navigation_bar"
chrome="true"
width="600">
<icon
follows="all"
image_name="NavBar_BG"
mouse_opaque="false"
name="bg_icon"
scale_image="true"
visible="true"
left="0"
top="0"
height="65"
width="600"/>
<icon
follows="all"
image_name="NavBar_BG_NoFav"
mouse_opaque="false"
name="bg_icon_no_fav"
scale_image="true"
visible="false"
left="0"
top="0"
height="65"
width="600"/>
<panel
background_visible="false"
follows="left|top|right"
top="5"
height="23"
layout="topleft"
name="navigation_panel"
width="600">
<button
follows="left|top"
height="23"
image_disabled="PushButton_Disabled"
image_disabled_selected="PushButton_Disabled"
image_overlay="Arrow_Left_Off"
image_selected="PushButton_Selected"
image_unselected="PushButton_Off"
hover_glow_amount="0.15"
layout="topleft"
left="10"
name="back_btn"
tool_tip="Go back to previous location"
top="3"
width="31" />
<button
follows="left|top"
height="23"
image_disabled="PushButton_Disabled"
image_disabled_selected="PushButton_Disabled"
image_overlay="Arrow_Right_Off"
image_selected="PushButton_Selected"
image_unselected="PushButton_Off"
hover_glow_amount="0.15"
layout="topleft"
left_pad="0"
name="forward_btn"
tool_tip="Go forward one location"
top_delta="0"
width="31" />
<button
follows="left|top"
height="23"
image_disabled="PushButton_Disabled"
image_disabled_selected="PushButton_Disabled"
image_overlay="Home_Off"
image_selected="PushButton_Selected"
image_unselected="PushButton_Off"
hover_glow_amount="0.15"
layout="topleft"
left_pad="7"
name="home_btn"
tool_tip="Teleport to my home location"
top_delta="0"
width="32" />
<location_input
follows="left|right|top"
halign="right"
height="23"
label="Location"
layout="topleft"
left_pad="7"
max_chars="254"
mouse_opaque="false"
name="location_combo"
top_delta="0"
width="266">
<!-- *TODO: Delete. Let the location_input use the correct art sizes.
<location_input.add_landmark_button
height="18"
name="location_combo_add"
width="20" />
<location_input.info_button
height="18"
name="location_combo_info"
width="20" />
-->
</location_input>
<!-- <button -->
<!-- follows="right|top" -->
<!-- height="20" -->
<!-- image_disabled="TextField_Search_Off" -->
<!-- image_disabled_selected="TextField_Search_Off" -->
<!-- image_hover_selected="TextField_Search_Off" -->
<!-- image_hover_unselected="TextField_Search_Off" -->
<!-- image_selected="TextField_Search_Off" -->
<!-- image_unselected="TextField_Search_Off" -->
<!-- layout="topleft" -->
<!-- left_pad="5" -->
<!-- mouse_opaque="false" -->
<!-- name="search_bg" -->
<!-- top_delta="0" -->
<!-- width="168" /> -->
<search_combo_box
bevel_style="none"
border_style="line"
border.border_thickness="0"
commit_on_focus_lost="false"
follows="right|top"
halign="right"
height="22"
label="Search"
layout="topleft"
right="-10"
mouse_opaque="false"
name="search_combo_box"
tool_tip="Search"
top_delta="0"
width="200" >
<combo_editor
label="Search [SECOND_LIFE]"
name="search_combo_editor"/>
</search_combo_box>
</panel>
<favorites_bar
follows="left|right|top"
height="15"
layout="topleft"
left="0"
name="favorite"
image_drag_indication="arrow_down.tga"
bottom="62"
width="590">
<chevron_button name=">>"
image_unselected="TabIcon_Close_Off"
image_selected="TabIcon_Close_Off"
tab_stop="false"
follows="left|bottom"
tool_tip="Show more of My Favorites"
width="15"
height="15"/>
</favorites_bar>
</panel>
|