summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_progress.xml
blob: 242b96b695f8f86b570d32d94725bc4361b9fe21 (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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
 follows="left|bottom|right|top"
 height="768"
 layout="topleft"
 left="0"
 name="login_progress_panel"
 top="768"
 width="1024">
    <layout_stack
     follows="left|right|top|bottom"
     height="768"
     layout="topleft"
     left="0"
     name="horizontal_centering"
     orientation="horizontal"
     top="0"
     width="1024">
        <layout_panel
         layout="topleft"
         min_width="10"
         name="left"
         width="150" />
        <layout_panel
         height="768"
         layout="topleft"
         min_width="670"
         name="center"
         width="670">
            <layout_stack
             follows="left|right|top|bottom"
             height="768"
             layout="topleft"
             left="0"
             orientation="vertical" 
             name="vertical_centering"
             top="0"
             width="670">
                <layout_panel
                 height="200"
                 layout="topleft"
                 min_height="10"
                 name="panel3"
                 width="670" />
                <layout_panel
                 auto_resize="false"
                 height="275"
                 layout="topleft"
                 min_height="275"
                 name="panel4"
                 width="670">
                    <icon
                     color="LoginProgressBoxCenterColor"
                     follows="left|right|bottom|top"
                     height="275"
                     image_name="Rounded_Square"
                     layout="topleft"
                     left="0"
                     top="0"
                     width="670" />
                    <layout_stack
                     follows="left|right|top|bottom"
                     height="275"
                     layout="topleft"
                     left="0"
                     orientation="vertical"
                     name="vertical_centering"
                     animate="false"
                     top="0"
                     width="670">
                      <layout_panel
                       auto_resize="false"
                       height="30"
                       layout="topleft"
                       min_height="30"
                       name="panel_top_spacer"
                       width="670">
                      </layout_panel>
                      <layout_panel
                       auto_resize="false"
                       height="100"
                       layout="topleft"
                       min_height="100"
                       name="panel_login"
                       width="670">
                        <text
                         follows="left|right|top"
                         layout="topleft"
                         font="SansSerifHuge"
                         font_shadow="none"
                         halign="left"
                         height="20"
                         left="47"
                         top="32"
                         right="-47"
                         name="title_text"
                         text_color="LoginProgressBoxTextColor"/>
                        <text
                         follows="left|right|top"
                         layout="topleft"
                         font="SansSerif"
                         font_shadow="none"
                         halign="left"
                         height="20"
                         top_pad="5"
                         right="-47"
                         left_delta="0"
                         name="progress_text"
                         text_color="LoginProgressBoxTextColor"
                         word_wrap="true"/>
                        <progress_bar
                         color_bar="0 0.67 0.9 0.96"
                         follows="left|right|top"
                         layout="topleft"
                         image_fill="ProgressBarSolid"
                         height="16"
                         left="45"
                         top_pad="5"
                         name="login_progress_bar"
                         right="-45" />
                      </layout_panel>
                      <layout_panel
                       auto_resize="false"
                       height="110"
                       layout="topleft"
                       min_height="110"
                       name="panel_motd"
                       width="670">
                        <text
                         follows="left|right|top|bottom"
                         font="SansSerifLarge"
                         font_shadow="none"
                         halign="left"
                         valign="center"
                         height="100"
                         layout="topleft"
                         left="45"
                         line_spacing.pixels="2"
                         name="message_text"
                         text_color="LoginProgressBoxTextColor"
                         top="7"
                         right="-90"
                         word_wrap="true"/>
                      </layout_panel>
                      <layout_panel
                       auto_resize="false"
                       height="40"
                       layout="topleft"
                       min_height="40"
                       name="panel_icons"
                       width="670">
                        <!--Logos are tied to following label from code-->
                        <text
                         follows="left|right|top"
                         layout="topleft"
                         font="SansSerifLarge"
                         font_shadow="none"
                         halign="left"
                         height="16"
                         width="240"
                         left="47"
                         top="6"
                         line_spacing.pixels="2"
                         name="logos_lbl"
                         text_color="LoginProgressBoxTextColor">
                          Second Life uses
                        </text>
                      </layout_panel>
                    </layout_stack>
                </layout_panel>
                <layout_panel
                 height="200"
                 layout="topleft"
                 min_width="10"
                 name="panel5"
                 width="670" />
            </layout_stack>
        </layout_panel>
        <layout_panel
         layout="topleft"
         min_width="10"
         name="right"
         width="150" />
    </layout_stack>
    <button
     follows="right|bottom"
     height="22"
     layout="topleft"
     left="-106"
     name="cancel_btn"
     top="700"
     width="90" />
  <web_browser
   follows="all"
   layout="topleft"
   left="0"
   name="login_media_panel"
   width="1024"
   height="768"
   top="0"/>
</panel>