blob: 35ecc6ea7c9cc9468ed24933418378554fe7feb5 (
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="panel_login"
bottom="0" left="0" height="600" width="800"
follows="left|top|right|bottom" mouse_opaque="true" >
<web_browser name="login_html"
bottom="0" top="-1" left="0" right="-1"
border_visible="false" follows="top|left|bottom|right"
start_url="data:text/html,
%3Chtml%3E
%3Chead%3E %3C/head%3E
%3Cbody bgcolor=%22#5a2d65%22 text=%22ffffff%22%3E
%3Ctable width=%22100%%22 height=%22100%%22 border=%220%22%3E
%3Ctr%3E
%3Ctd align=%22center%22 valign=%22middle%22 style=%22font-size:0.8em;%22%3E
%3Cimg src=%22meta-impy_loading.png%22 align=%22absmiddle%22%3E
%3Cbr/%3E
%3CH1%3Eloading...%3C/H1%3E
%3C/td%3E
%3C/tr%3C
%3C/table%3E
%3C/body%3E
%3C/html%3E" />
<string name="real_url">
http://secondlife.com/app/login/
</string>
<string name="forgot_password_url">
http://secondlife.com/account/request.php
</string>
<!-- FIRST NAME -->
<text name="first_name_text"
bottom="48" left="24" height="16" width="120"
follows="left|bottom" h_pad="0" halign="left" v_pad="0"
bg_visible="false" drop_shadow_visible="true"
border_visible="false" border_drop_shadow_visible="false"
font="SansSerif" mouse_opaque="true">
First name:
</text>
<!--
<combo_box bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-24"
follows="left|bottom" font="SansSerif" handle_edit_keys_directly="true" height="20" left_delta="0"
max_chars="31" mouse_opaque="true" name="first_name_combo"
select_all_on_focus_received="true" width="120" allow_text_entry="true" allow_translate="false" />
-->
<line_editor name="first_name_edit"
bottom_delta="-24" left_delta="0" height="20" width="120"
follows="left|bottom" font="SansSerif"
bevel_style="in" border_style="line" border_thickness="1"
max_length="31" mouse_opaque="true"
handle_edit_keys_directly="true"
select_all_on_focus_received="true"
allow_translate="false" />
<!-- LAST NAME -->
<text name="last_name_text"
bottom_delta="24" left_delta="130" height="16" width="120"
follows="left|bottom" h_pad="0" halign="left" v_pad="0"
bg_visible="false" drop_shadow_visible="true"
border_visible="false" border_drop_shadow_visible="false"
font="SansSerif" mouse_opaque="true">
Last name:
</text>
<line_editor name="last_name_edit"
bottom_delta="-24" left_delta="0" height="20" width="120"
follows="left|bottom" font="SansSerif"
bevel_style="in" border_style="line" border_thickness="1"
max_length="31" mouse_opaque="true"
handle_edit_keys_directly="true"
select_all_on_focus_received="true"
allow_translate="false" />
<!-- PASSWORD -->
<text name="password_text"
bottom_delta="24" left_delta="130" height="16" width="120"
follows="left|bottom" h_pad="0" halign="left" v_pad="0"
bg_visible="false" drop_shadow_visible="true"
border_visible="false" border_drop_shadow_visible="false"
font="SansSerif" mouse_opaque="true">
Password:
</text>
<line_editor name="password_edit"
bottom_delta="-24" left_delta="0" height="20" width="120"
follows="left|bottom" font="SansSerif"
bevel_style="in" border_style="line" border_thickness="1"
max_length="16" mouse_opaque="true"
handle_edit_keys_directly="true"
select_all_on_focus_received="true"
allow_translate="false" />
<!-- ACCOUNT CHECK BOXES -->
<check_box control_name="RememberName"
follows="left|bottom" font="SansSerifSmall" height="16"
initial_value="true" label="Remember account name"
bottom_delta="-24" left="24" mouse_opaque="true" name="remember_name_check" width="158" />
<check_box name="remember_check" label="Remember password"
bottom_delta="0" left_delta="260" height="16" width="140"
follows="left|bottom" font="SansSerifSmall" control_name="RememberPassword"
initial_value="false" mouse_opaque="true" />
<!-- START LOCATION -->
<text name="start_location_text"
bottom="48" left_delta="150" height="16"
follows="left|bottom" h_pad="0" halign="left" v_pad="0"
bg_visible="false" drop_shadow_visible="true"
border_visible="false" border_drop_shadow_visible="false"
font="SansSerifSmall" mouse_opaque="true">
Start location:
</text>
<combo_box name="start_location_combo"
bottom_delta="-24" left_delta="0" height="20" width="150"
follows="left|bottom" font="SansSerifSmall"
mouse_opaque="true" allow_text_entry="true" max_chars="128">
<combo_item name="MyHome" value="My Home">
My Home
</combo_item>
<combo_item name="MyLastLocation" value="My Last Location">
My Last Location
</combo_item>
<combo_item name="Typeregionname" value="<Type region name>">
<Type region name>
</combo_item>
</combo_box>
<!-- GRIDS -->
<text name="grid_text"
bottom="48" left_delta="160" height="16" width="120"
follows="left|bottom" h_pad="0" halign="left" v_pad="0"
bg_visible="false" drop_shadow_visible="true"
border_visible="false" border_drop_shadow_visible="false"
font="SansSerif" mouse_opaque="true">
Grid:
</text>
<combo_box name="server_combo"
bottom_delta="-24" left_delta="0" height="20" width="120"
follows="left|bottom" allow_text_entry="false"
max_chars="20" mouse_opaque="true" />
<button name="grid_btn" label="Grid Manager"
bottom_delta="-24" left_delta="0" height="20" width="100"
follows="left|bottom" font="SansSerifSmall" halign="center"
mouse_opaque="true" scale_image="TRUE" />
<!-- LOG IN -->
<button name="connect_btn" label="Log In"
bottom="24" left_delta="140" height="24" width="120"
follows="left|bottom" font="SansSerif" halign="center"
mouse_opaque="true" scale_image="TRUE" />
<!-- Yes, this is getting messy, with three different ways of doing the username. sigh -->
<!-- SL USERNAME -->
<text name="username_text"
bottom="80" left="24" height="16" width="250"
follows="left|bottom" h_pad="0" halign="left" v_pad="0"
bg_visible="false" drop_shadow_visible="true"
border_visible="false" border_drop_shadow_visible="false"
font="SansSerif" mouse_opaque="true">
Login name:
</text>
<line_editor name="username_edit"
bottom_delta="-20" left_delta="0" height="20" width="250"
follows="left|bottom" font="SansSerif"
bevel_style="in" border_style="line" border_thickness="1"
max_length="31" mouse_opaque="true"
handle_edit_keys_directly="true"
select_all_on_focus_received="true"
allow_translate="false" />
<!-- ACCOUNT / FORGOT PASSWORD -->
<text name="create_new_account_text"
bottom="45" left="-210" height="16" width="200"
follows="right|bottom" h_pad="0" halign="right" v_pad="0"
bg_visible="false" drop_shadow_visible="true"
border_visible="false" border_drop_shadow_visible="false"
font="SansSerifSmall" font-style="UNDERLINE"
mouse_opaque="true" hover="true" hover_color="50 115 185">
Sign up for account
</text>
<text name="forgot_password_text"
bottom="25" left="-210" height="16" width="200"
follows="right|bottom" h_pad="0" halign="right" v_pad="0"
bg_visible="false" drop_shadow_visible="true"
border_visible="false" border_drop_shadow_visible="false"
font="SansSerifSmall" font-style="UNDERLINE"
mouse_opaque="true" hover="true" hover_color="50 115 185">
Forgot your name or password?
</text>
<!-- CHANNEL & VERSION -->
<text name="channel_text"
bottom="5" left="-310" height="16" width="300"
follows="right|bottom" h_pad="0" halign="right" v_pad="0"
bg_visible="false" drop_shadow_visible="true"
border_visible="false" border_drop_shadow_visible="false"
font="SansSerifSmall" mouse_opaque="true"
hover="true" hover_color="50 115 185">
[CHANNEL] [VERSION]
</text>
</panel>
|