blob: 183ae2e824f18fb664b95c6e699a81812383d767 (
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
|
<panel
follows="all"
height="768"
layout="topleft"
name="panel_login"
focus_root="true"
background_visible="true"
bg_opaque_color="0.16 0.16 0.16 1"
background_opaque="true"
width="1024">
<panel.string
name="forgot_password_url">
http://secondlife.com/account/request.php
</panel.string>
<layout_stack
follows="left|right|top"
height="172"
min_height="172"
left="0"
name="ui_stack"
orientation="horizontal"
top="10"
width="1024">
<layout_panel
height="172"
auto_resize="true"
name="ui_elastic_pad_left"
width="32" />
<layout_panel
auto_resize="false"
follows="left|right|top"
name="ui_container"
width="1000"
left="0"
top="0"
height="172">
<icon
height="73"
width="165"
image_name="login_sl_logo"
left="0"
top="25"
name="sl_logo_small" />
<combo_box
left_pad="22"
bottom_delta="-7"
allow_text_entry="true"
follows="left|top"
height="32"
label="Username"
combo_editor.font="SansSerifLarge"
max_chars="128"
commit_on_focus_lost="false"
combo_editor.prevalidate_callback="ascii"
tool_tip="The username you chose when you registered, like bobsmith12 or Steller Sunshine"
name="username_combo"
width="232">
<combo_box.combo_editor
text_pad_left="8"
bg_image_always_focused="true"/>
<combo_box.combo_button
visible="false" />
<combo_box.drop_down_button
visible="false" />
</combo_box>
<line_editor
follows="left|top"
height="32"
left_pad="-11"
max_length_bytes="16"
text_pad_left="8"
name="password_edit"
label="Password"
bg_image_always_focused="true"
font="SansSerifLarge"
is_password="true"
select_on_focus="true"
commit_on_focus_lost="false"
bottom_delta="0"
width="165" />
<combo_box
allow_text_entry="true"
control_name="NextLoginLocation"
follows="left|top"
label="My favorite places"
height="32"
max_chars="128"
combo_editor.font="SansSerifLarge"
left_pad="15"
bottom_delta="0"
name="start_location_combo"
width="175"
combo_button.scale_image="true">
<combo_box.combo_editor
bg_image_always_focused="true"
text_pad_left="8"/>
<combo_box.item
label="My last location"
name="MyLastLocation"
value="last" />
<combo_box.item
label="My home"
name="MyHome"
value="home" />
</combo_box>
<button
follows="left|top"
image_unselected="PushButton_Login"
image_pressed="PushButton_Login_Pressed"
image_hover="PushButton_Login_Over"
label="Log In"
label_color="White"
font="SansSerifMedium"
name="connect_btn"
enabled="true"
width="120"
height="32"
left_pad="15"
bottom_delta="0" />
<check_box
control_name="RememberPassword"
follows="left|top"
font="SansSerifMedium"
left="185"
bottom_delta="21"
height="24"
label="Remember me"
check_button.bottom="3"
name="remember_check"
width="145" />
<text
follows="left|top"
font="SansSerifMedium"
text_color="EmphasisColor"
height="16"
name="forgot_password_text"
left="408"
bottom_delta="0"
width="200">
Forgotten password
</text>
<combo_box
allow_text_entry="false"
font="SansSerifTiny"
follows="left|top"
height="26"
left="588"
bottom_delta="10"
max_chars="128"
label="Select grid"
layout="topleft"
name="server_combo"
width="149" />
</layout_panel>
<layout_panel
height="172"
auto_resize="true"
name="ui_elastic_pad_right"
width="32" />
</layout_stack>
<web_browser
tab_stop="false"
trusted_content="true"
bg_opaque_color="Black"
border_visible="false"
follows="all"
left="0"
name="login_html"
start_url=""
top="154"
height="600"
width="1024" />
</panel>
|