summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_my_profile.xml
blob: 4bd2235cdae86799fd169430d94132b0218d9b3f (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 follows="all"
 height="535"
 label="Profile"
 layout="topleft"
 left="0"
 name="panel_profile"
 top="0"
 width="315">
    <string
     name="CaptionTextAcctInfo">
        [ACCTTYPE]
[PAYMENTINFO] [AGEVERIFICATION]
    </string>
    <string
     name="payment_update_link_url">
        http://www.secondlife.com/account/billing.php?lang=en
    </string>
    <string
     name="partner_edit_link_url">
        http://www.secondlife.com/account/partners.php?lang=en
    </string>
    <string
     name="my_account_link_url"
     value="http://secondlife.com/account" />
    <string
     name="no_partner_text"
     value="None" />
    <string
     name="no_group_text"
     value="None" />
    <string
	   name="RegisterDateFormat">
	   [REG_DATE] ([AGE])
	  </string>
    <string
      name="name_text_args">
      [NAME]
    </string>
    <string
      name="display_name_text_args">
      [DISPLAY_NAME]
    </string>
  <layout_stack
     name="layout"
     orientation="vertical"
     follows="all"
     layout="topleft"
     left="0"
     top="0"
     height="510"
     width="315"
     border_size="0">
      <layout_panel
         name="profile_stack"
         follows="all"
         layout="topleft"
         top="0"
         left="0"
         height="492"
         user_resize="false"
         width="315">
        <scroll_container
         color="DkGray2"
         follows="all"
         layout="topleft"
         left="0"
         name="profile_scroll"
         opaque="true"
         height="488"
         width="315"
         top="0">
          <panel
                layout="topleft"
          follows="left|top|right"
                height="488"
               name="scroll_content_panel"
                top="0"
                left="0"
                width="297">
            <panel
                  follows="left|top|right"
                  height="117"
                  layout="topleft"
                  left="10"
                  name="second_life_image_panel"
                  top="0"
                  width="297">

              <texture_picker
               allow_no_texture="true"
               default_image_name="None"
               enabled="false"
               fallback_image="Generic_Person_Large"
               follows="top|left"
               height="124"
               layout="topleft"
               left="3"
               name="2nd_life_pic"
               top="10"
               width="102" />

              <text
                follows="left|top|right"
                font="SansSerifLarge"
                font.style="BOLD"
                height="15"
                layout="topleft"
                left_pad="10"
                name="display_name_descr_text"
                text_color="0.7 0.7 0.7 1.0"
                top_delta="0"
                width="280" >
                User name
                </text>

              <text
                follows="left|top|right"
                font.style="BOLD"
                height="15"
                layout="topleft"
                left_delta="0"
                name="name_descr_text"
                text_color="0.4 0.4 0.4 1.0"
                top_delta="20"
                width="280">
                Display Name
              </text>

              <button
                follows="bottom"
                height="23"
                left_delta="0"
                top_delta="20"
                label="Profile"
                name="see_profile_btn"
                tool_tip="See profile for this avatar"
                width="120" />

            </panel>
          </panel>
        </scroll_container>
      </layout_panel>
      </layout_stack>
</panel>