summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/inspect_avatar.xml
blob: 6b13e2f1c7cbd4f5c56f7b03cf308ef737ec3e36 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!--
  Not can_close / no title to avoid window chrome
  Single instance - only have one at a time, recycle it each spawn
-->
<floater
 legacy_header_height="18"
 bevel_style="in"
 bg_opaque_image="Inspector_Background" 
 can_close="false"
 can_minimize="false"
 height="138"
 layout="topleft"
 name="inspect_avatar"
 single_instance="true"
 sound_flags="0"
 visible="true"
 width="245">
  <!-- Allowed fields include:
	[BORN_ON] ("12/3/2008")
	[SL_PROFILE] (Second Life profile),
  [RW_PROFILE] (real world profile),
	[ACCTTYPE] ("Resident"),
	[PAYMENTINFO] ("Payment Info on File"),
	[AGE] ("1 year 2 months")
   -->
  <string
   name="Subtitle">
[AGE]
  </string>
  <string
     name="Details">
[ACCTTYPE][COMMA] [PAYMENTINFO]
    </string>
  <string
     name="Partner">
    Partner: [PARTNER]
  </string>
  <text
     follows="all"
     font="SansSerifLargeBold"
     height="18"
     left="8"
     name="user_name"
     top="5"
     text_color="white"
     use_ellipses="true"
     value="Grumpity ProductEngine"
     width="240"
     word_wrap="false" />
    <text
     follows="all"
     height="16"
     left="8"
     value="Grumpity ProductEngine moose moose"
     name="user_details"
     top_pad="0"
     width="170"
     use_ellipses="true"
     word_wrap="false" />
    <text
     follows="all"
   font="SansSerifSmallBold"
   text_color="White"
   height="18"
   left="8"
     name="user_subtitle"
     use_ellipses="true"
     top_pad="0"
     width="170" />
    <text
     follows="all"
     height="16"
     left="8"
     name="user_partner"
     top_pad="8"
     width="240"
     use_ellipses="true"
     word_wrap="false" />
    <slider
     follows="top|left"
     height="23"
     increment="0.05"
     left="1"
     max_val="0.95"
     min_val="0.05"
     name="volume_slider"
     show_text="false"
     tool_tip="Voice volume"
     top_pad="0"
     value="0.5"
     width="150" />
    <button
     follows="all"
     height="16"
     image_disabled="Inv_Sound"
     image_disabled_selected="Inv_Sound"
     image_hover_selected="Inv_Sound"
     image_selected="Inv_Sound"
     image_unselected="Inv_Sound"
     is_toggle="true"
     left_pad="0"
     top_delta="4"
     name="mute_btn"
     picture_style="true"
     width="16" />
    <avatar_icon
     follows="all"
     height="38"
     right="-25"
     bevel_style="in"
     border_style="line"
     mouse_opaque="true"
     name="avatar_icon"
     top="24"
     width="38" />
    <button
     follows="top|left"
     height="18"
     image_disabled="ForwardArrow_Disabled"
     image_selected="ForwardArrow_Press"
     image_unselected="ForwardArrow_Off"
     layout="topleft"
     name="view_profile_btn"
     picture_style="true"
     right="-8"
     top="35"
     left_delta="110"
     tab_stop="false"
     width="18" />
    <button
     follows="bottom|left"
     height="23"
     label="Add Friend"
     left="8"
     top="246"
     name="add_friend_btn"
     width="100" />
    <menu_button
     follows="top|left"
     height="18"
     image_disabled="OptionsMenu_Disabled"
     image_selected="OptionsMenu_Press"
     image_unselected="OptionsMenu_Off"
     menu_filename="menu_inspect_avatar_gear.xml"
     name="gear_btn"
     picture_style="true"
     right="-10"
     top="249"
     width="18" />
  <menu_button
     visible="false" 
     follows="top|left"
     height="18"
     image_disabled="OptionsMenu_Disabled"
     image_selected="OptionsMenu_Press"
     image_unselected="OptionsMenu_Off"
     menu_filename="menu_inspect_self_gear.xml"
     name="gear_self_btn"
     picture_style="true"
     right="-10"
     top="249"
     width="18" />
</floater>