summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/inspect_avatar.xml
blob: c3481e6d4cfac0468a6d8cb05dcfdb3a89f4539d (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
<?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="25"
 bevel_style="in"
 bg_opaque_image="Inspector_Background"
 can_close="false"
 can_minimize="false"
 height="130"
 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">
[SL_PROFILE]
    </string>
  <text
     follows="top|left"
     font="SansSerif"
     height="20"
     left="8"
     name="user_name_small"
     parse_urls="false"
     top="7"
     text_color="White"
     translate="false"
     use_ellipses="true"
     word_wrap="true"
    visible="false" 
     value="TestString PleaseIgnore"
     width="185" />
   <text
    follows="top|left"
    font="SansSerifBigLarge"
    height="21"
    left="8"
    name="user_name"
    parse_urls="false"
    top="10"
    text_color="White"
    translate="false"
    use_ellipses="true"
    value="TestString PleaseIgnore"
    width="190" />
   <text
     follows="top|left"
     height="16"
     left="8"
     name="user_slid"
     font="SansSerifSmallBold"
     parse_urls="false"
     text_color="EmphasisColor"
     translate="false"
     value="teststring.pleaseignore"
     width="185"
     use_ellipses="true" />
    <text
     follows="top|left"
     height="16"
     left="8"
     name="user_subtitle"
     font="SansSerifSmall"
     text_color="White"
     top_pad="0" 
     value="11 Months, 3 days old"
     width="175"
     use_ellipses="true" />
     <text
     follows="left|top|right"
     height="35"
     left="8"
     name="user_details"
     right="-10"
     word_wrap="true"
     top_pad="4"
     use_ellipses="true"
     width="220">This is my second life description and I really think it is great. But for some reason my description is super extra long because I like to talk a whole lot
    </text>
    <text
     follows="top|left"
     height="16"
     left="8"
     name="avatar_profile_link"
     font="SansSerifSmall"
     text_color="White"
     top_pad="5"
     translate="false"
     value="[[LINK] View full profile]"
     width="175" />
    <avatar_icon
     follows="top|left"
     height="38"
     right="-10"
     bevel_style="in"
     border_style="line"
     mouse_opaque="true"
     name="avatar_icon"
     top="10"
     width="38" />
</floater>