summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_profile.xml
blob: af70ba66f0ce26a0d7151f65d30511ba648f1a68 (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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<floater
 name="avatarinfo"
 height="510"
 width="430"
 layout="topleft"
 can_close="true"
 can_resize="true"
 help_topic="panel_my_profile_tab"
 min_height="510"
 min_width="430"
 positioning="centered"
 save_rect="true"
 title="Profile"
>
    <panel
     name="panel_profile_view"
     top="0"
     left="0"
     height="500"
     width="420"
     follows="all"
     class="panel_profile"
    >
        <tab_container
         name="panel_profile_tabs"
         top_pad="5"
         left="0"
         height="500"
         width="420"
         follows="all"
         layout="topleft"
         halign="center"
         tab_min_width="55"
         tab_position="top"
        >
            <panel
             name="panel_profile_secondlife"
             label="2nd Life"
             layout="topleft"
             class="panel_profile_secondlife"
             filename="panel_profile_secondlife.xml"
             help_topic="profile_secondlife_tab"
            />
            <panel
             name="panel_profile_web"
             label="Web"
             layout="topleft"
             class="panel_profile_web"
             filename="panel_profile_web.xml"
             help_topic="profile_web_tab"
            />
            <panel
             name="panel_profile_interests"
             label="Interests"
             layout="topleft"
             class="panel_profile_interests"
             filename="panel_profile_interests.xml"
             help_topic="profile_interests_tab"
            />
            <panel
             name="panel_profile_picks"
             label="Picks"
             layout="topleft"
             class="panel_profile_picks"
             filename="panel_profile_picks.xml"
             help_topic="profile_picks_tab"
            />
            <panel
             name="panel_profile_classifieds"
             label="Classified"
             layout="topleft"
             class="panel_profile_classifieds"
             filename="panel_profile_classifieds.xml"
             help_topic="profile_classified_tab"
            />
            <panel
             name="panel_profile_firstlife"
             label="1st Life"
             layout="topleft"
             class="panel_profile_firstlife"
             filename="panel_profile_firstlife.xml"
             help_topic="profile_firstlife_tab"
            />
            <panel
             name="panel_profile_notes"
             label="Notes"
             layout="topleft"
             class="panel_profile_notes"
             filename="panel_profile_notes.xml"
             help_topic="profile_notes_tab"
            />
        </tab_container>
        <button
         name="ok_btn"
         label="OK"
         tool_tip="Save changes to profile and close"
         bottom_delta="0"
         left="10"
         height="20"
         width="90"
         follows="left|bottom"
         layout="topleft"
         visible="false"
        />
        <button
         name="cancel_btn"
         label="Cancel"
         bottom_delta="0"
         right="-10"
         height="20"
         width="90"
         follows="right|bottom"
         layout="topleft"
         label_selected="Cancel"
         visible="false"
        />
    </panel>
</floater>