summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_region_experiences.xml
blob: ee908348a31a4997c06316c6bebfc237db10c67a (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
  border="true"
  follows="all"
  height="320"
  help_topic="panel_region_experience_tab"
  label="Experiences"
  name="Experiences"
  layout="topleft"
  left="0"
  top="320"
  width="480">
  <panel.string
    name="panel_allowed">
    Allowed Experiences
  </panel.string>
  <panel.string
    name="panel_blocked">
    Blocked Experiences
  </panel.string>
  <panel.string
    name="panel_trusted">
    Trusted Experiences
  </panel.string>

  <layout_stack
    left="5"
    layout="topleft"
    follows="all"
    top="0"
    right="-5"
    height="320"
    min_height="140"
    orientation="vertical">
    <layout_panel
      layout="topleft"
      height="100"
      min_height="100"
      width="530">
      <text
        layout="topleft"
        follows="left|top"
        height="18"
        left="0"
        top="4"
        value="Your Experiences"
        width="460"/>
      <button
        layout="topleft"
        left="464"
        top="4"
        follows="top|right"
        width="64"
        name="btn_buy"
        label="Buy"
        enabled="false"/>
      <panel
        layout="topleft"
        border="true"
        left="0"
        top="22"
        height="74"
        follows="all"
        width="460"
        name="panel_owned">        
      </panel>      
    </layout_panel>
    <layout_panel
      height="100"
      min_height="100"
      width="530">
      <panel follows="all"
             width="530"
             name="panel_trusted"
             class="panel_experience_list_editor"
             filename="panel_experience_list_editor.xml" />
    </layout_panel>
    <layout_panel
      height="100"
      min_height="100"
      width="530">
      <panel
        label="SOME LABEL"
        width="530"
        name="panel_allowed"
        class="panel_experience_list_editor"
        filename="panel_experience_list_editor.xml"/>
    </layout_panel>
    <layout_panel
      height="100"
      min_height="100"
      width="530">
      <panel
        width="530"
        name="panel_blocked"
        class="panel_experience_list_editor"
        filename="panel_experience_list_editor.xml"/>
    </layout_panel>
    <layout_panel
      height="30"
      min_height="30"
      max_height="30"
      width="530">
      <button
        layout="topleft"
        width="85"
        left="3"
        label="Apply"
        name="apply_btn"/>
    </layout_panel>
  </layout_stack>
</panel>