blob: 5b2f3adced9ebd48b3cc4d4005ddf0f727eecdf2 (
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
|
<?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#000000%22 text=%22ffffff%22%3E%3Ch1%3E%3Ctt%3Eloading...%3C/tt%3E%3C/h1%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>
<!-- START LOCATION -->
<text name="start_location_text"
bottom="8" left="24" height="16" width="95"
follows="left|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">
Start Location:
</text>
<combo_box name="start_location_combo"
bottom_delta="2" left_delta="100" height="16" 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>
<!-- FIRST NAME -->
<text name="first_name_text"
bottom="56" 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>
<line_editor name="first_name_edit"
bottom_delta="-20" 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" />
<!-- LAST NAME -->
<text name="last_name_text"
bottom_delta="20" 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="-20" 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" />
<!-- PASSWORD -->
<text name="password_text"
bottom_delta="20" 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="-20" 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" />
<check_box name="remember_check" label="Remember password"
bottom_delta="-24" left_delta="0" height="16" width="140"
follows="left|bottom" font="SansSerifSmall"
initial_value="false" mouse_opaque="true" />
<!-- GRIDS -->
<text name="grid_text"
bottom="56" left_delta="150" 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="-20" 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="10" height="16" 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="34" left_delta="140" height="24" width="120"
follows="left|bottom" font="SansSerif" halign="center"
mouse_opaque="true" scale_image="TRUE" />
<!-- 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>
|