aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/en-us/floater_login.xml
blob: 4c2146b62eddc86c0a4165d59db5478ea21c19eb (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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="false" can_drag_on_left="false" can_minimize="false"
     can_resize="true" height="400" min_height="400" min_width="600"
     name="floater_login" title="plasticwuzhere" width="600">

  <!-- Grid Selector -->
  <text type="string" length="1" enabled="true" name="grid_selector_label"
		height="10" width="100" left="5" top="-20"
		h_pad="0" v_pad="0" halign="left"
		font="SansSerif"
		follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
	    drop_shadow_visible="true" border_drop_shadow_visible="false">
    Select a grid:
  </text>
  
  <scroll_list background_visible="true" bottom_delta="25" draw_border="true"
	     draw_stripes="false" 
	     follows="top|left|bottom" height="340" left="5" multi_select="false"
	     name="grid_selector" width="170">
    <column label="" name="grid" width="200" />
  </scroll_list>
  
  <!-- Grid Selector Buttons -->
  <button label="Add" label_selected="Delete" enabled="true" name="btn_add"
		height="18" width="55" left="5" bottom_delta="-20"
		halign="center"
		follows="left|bottom" scale_image="true"
	    font="SansSerifSmall" mouse_opaque="true" />
  <button label="Copy" label_selected="Add" enabled="true" name="btn_copy"
		height="18" width="55" left_delta="58" bottom_delta="0"
		halign="center"
		follows="left|bottom" scale_image="true"
	    font="SansSerifSmall" mouse_opaque="true" />
  <button label="Delete" label_selected="Copy" enabled="true" name="btn_delete"
		height="18" width="55" left_delta="58" bottom_delta="0"
		halign="center"
		follows="left|bottom" scale_image="true"
	    font="SansSerifSmall" mouse_opaque="true" />

  <!-- Grid Details -->
  <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
     top="-25" drop_shadow_visible="true" follows="left|top"
     font="SansSerif" h_pad="0" halign="left" height="16"
     left_delta="60" mouse_opaque="true" name="gridnick_text" v_pad="0" width="120">
    Grid Name:
  </text>
  <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="360"
	     follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true"
	     height="20" left_delta="90" max_length="40" mouse_opaque="true"
	     name="gridnick" select_all_on_focus_received="true" width="200" />

  <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
	     bottom_delta="-23" drop_shadow_visible="true" follows="left|top"
	     font="SansSerif" h_pad="0" halign="left" height="16"
	     left_delta="-90" mouse_opaque="true" name="first_name_text" v_pad="0" width="100">
		First Name:
	</text>
  <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
   follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true"
   height="20" left_delta="90" max_length="45" mouse_opaque="true"
   name="first_name" select_all_on_focus_received="true" width="200" />

  <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
	     bottom_delta="-23" drop_shadow_visible="true" follows="left|top"
	     font="SansSerif" h_pad="0" halign="left" height="16"
	     left_delta="-90" mouse_opaque="true" name="last_name_text" v_pad="0" width="100">
    Last Name:
  </text>
  <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
   follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true"
   height="20" left_delta="90" max_length="45" mouse_opaque="true"
   name="last_name" select_all_on_focus_received="true" width="200" />

  <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
	     bottom_delta="-23" drop_shadow_visible="true" follows="left|top"
	     font="SansSerif" h_pad="0" halign="left" height="16"
	     left_delta="-90" mouse_opaque="true" name="avatar_password_text" v_pad="0" width="120">
		Password:
	</text>
	<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
	     follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true"
	     height="20" left_delta="90" max_length="16" mouse_opaque="true"
	     name="avatar_password" select_all_on_focus_received="true" width="200" />


  <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
	     bottom_delta="-22" drop_shadow_visible="true" follows="left|top"
	     font="SansSerif" h_pad="0" halign="left" height="16"
	     left_delta="-90" mouse_opaque="true" name="start_location_text" v_pad="0"
	     width="95">
    Start Location:
  </text>
  <combo_box allow_text_entry="true" bottom_delta="0" follows="left|top|right" height="18"
	     left_delta="90" max_chars="128" mouse_opaque="true"
	     name="start_location_combo" width="180">
    <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="&lt;Type region name&gt;">
      &lt;Type region name&gt;
    </combo_item>
  </combo_box>

  <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
     bottom_delta="-23" drop_shadow_visible="true" follows="left|top"
     font="SansSerif" h_pad="0" halign="left" height="16"
     left_delta="-90" mouse_opaque="true" name="loginuri_text" v_pad="0" width="120">
    Login URI:
  </text>
  <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
	     follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true"
	     height="20" left_delta="90" max_length="255" mouse_opaque="true"
	     name="loginuri" select_all_on_focus_received="true" width="320" />

  <button label="Get Grid Info" label_selected="Get Grid Info" enabled="true" name="btn_gridinfo"
		height="18" width="100" bottom_delta="-22"
		halign="center"
		follows="left|top" scale_image="true"
	  font="SansSerifSmall" mouse_opaque="true" />

  <text_editor type="string" length="1" allow_html="false" bg_readonly_color="0 0 0 0" bottom_delta="-62"
     embedded_items="false" enabled="false" follows="left|top"
     font="SansSerifSmall" height="65" hide_border="true" hide_scrollbar="true"
     left="190" max_length="65535" mouse_opaque="true"
     name="protip1" tab_stop="false" width="420" word_wrap="true">
    Tip: Store information for alternate accounts by using the "Copy" button to create multiple profiles for the same grid.
  </text_editor>

  <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
   bottom_delta="10" drop_shadow_visible="true" follows="left|top"
   font="SansSerif" h_pad="0" halign="left" height="16"
   left="182" mouse_opaque="true" name="loginpage_text" v_pad="0" width="120">
    Optional Fields
  </text>
  <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
     bottom_delta="-22" drop_shadow_visible="true" follows="left|top"
     font="SansSerif" h_pad="0" halign="left" height="16"
     left_delta="0" mouse_opaque="true" name="loginpage_text" v_pad="0" width="120">
    Login Page:
  </text>
  <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
	     follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true"
	     height="20" left_delta="90" max_length="255" mouse_opaque="true"
	     name="loginpage" select_all_on_focus_received="true" width="320" />

  <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
     bottom_delta="-22" drop_shadow_visible="true" follows="left|top"
     font="SansSerif" h_pad="0" halign="left" height="16"
     left_delta="-90" mouse_opaque="true" name="helperuri_text" v_pad="0" width="120">
    Helper URI:
  </text>
  <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
	     follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true"
	     height="20" left_delta="90" max_length="255" mouse_opaque="true"
	     name="helperuri" select_all_on_focus_received="true" width="320" />

  <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
   bottom_delta="-22" drop_shadow_visible="true" follows="left|top"
   font="SansSerif" h_pad="0" halign="left" height="16"
   left_delta="-90" mouse_opaque="true" name="website_text" v_pad="0" width="120">
    Website:
  </text>
  <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
	     follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true"
	     height="20" left_delta="90" max_length="255" mouse_opaque="true"
	     name="website" select_all_on_focus_received="true" width="320" />

  <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
   bottom_delta="-22" drop_shadow_visible="true" follows="left|top"
   font="SansSerif" h_pad="0" halign="left" height="16"
   left_delta="-90" mouse_opaque="true" name="support_text" v_pad="0" width="120">
    Support URL:
  </text>
  <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
	     follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true"
	     height="20" left_delta="90" max_length="255" mouse_opaque="true"
	     name="support" select_all_on_focus_received="true" width="320" />

  <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
   bottom_delta="-22" drop_shadow_visible="true" follows="left|top"
   font="SansSerif" h_pad="0" halign="left" height="16"
   left_delta="-90" mouse_opaque="true" name="register_text" v_pad="0" width="120">
    Account URL:
  </text>
  <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
	     follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true"
	     height="20" left_delta="90" max_length="255" mouse_opaque="true"
	     name="register" select_all_on_focus_received="true" width="320" />

  <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
   bottom_delta="-22" drop_shadow_visible="true" follows="left|top"
   font="SansSerif" h_pad="0" halign="left" height="16"
   left_delta="-90" mouse_opaque="true" name="password_text" v_pad="0" width="120">
    Password URL:
  </text>
  <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
	     follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true"
	     height="20" left_delta="90" max_length="255" mouse_opaque="true"
	     name="password" select_all_on_focus_received="true" width="320" />
  
  <view_border bevel_style="none" border_thickness="1" bottom_delta="-4" follows="top|left" height="155" left_delta="-93" name="OptionalPrefsBorder" width="417" />

  <!-- Combo box for multi avatar grid manager avatar name
	<combo_box allow_text_entry="true" bevel_style="in" border_style="line" border_thickness="1"
		bottom_delta="0" follows="left|top" font="SansSerif" handle_edit_keys_directly="true"
		height="20" left="290" max_length="45" mouse_opaque="true"
		name="name_combo" select_all_on_focus_received="true" width="185" />
  -->
  <!-- Buttons for mutli avatar grid manager
  <button bottom="159" follows="top|right" font="SansSerif" halign="center"
	     height="20" label="New" label_selected="New"
	     left="480" mouse_opaque="true" name="new_btn" scale_image="TRUE"
	     width="70" />
  -->
  <!--
  <button bottom="134" follows="top|right" font="SansSerif" halign="center"
	     height="20" label="Remove" label_selected="Remove"
	     left="480" mouse_opaque="true" name="remove_btn" scale_image="TRUE"
	     width="70" />
-->

  <!-- Checkbox for selecting a global avatar (for when combo box avatar selector works)
  <check_box bottom="85" follows="left|top" font="SansSerifSmall" height="16"
	     initial_value="false" label="Global Avatar"
	     left_delta="0" mouse_opaque="true" name="global_check" width="138" />

  <check_box bottom="10" follows="left|bottom" font="SansSerifSmall" height="16"
	     initial_value="false" label="Remember password"
	     left_delta="165" mouse_opaque="true" name="remember_check" width="138" />
  
  <check_box bottom="10" follows="left|bottom" font="SansSerifSmall" height="16"
     initial_value="false" label="secret level"
     left_delta="165" mouse_opaque="true" name="gawd_mode" width="138" />
  -->

  <!-- Cancel/Connect Buttons -->

  <button bottom="-44" follows="right|top" font="SansSerif" halign="center"
	     height="24" label="Set as Default" label_selected="Set as Default"
	     left="470" mouse_opaque="true" name="set_default" scale_image="TRUE"
	     width="110" />
  <!-- <button bottom="28" follows="right|bottom" font="SansSerif" halign="center"
	     height="24" label="Connect" label_selected="Connect"
	     left="280" mouse_opaque="true" name="connect_btn" scale_image="TRUE"
	     width="100" />  -->
  <button bottom="8" follows="right|bottom" font="SansSerif" halign="center"
     height="24" label="Ok" label_selected="Apply" left="280"
     mouse_opaque="true" name="btn_ok" scale_image="TRUE" width="100" />
  <button bottom="8" follows="right|bottom" font="SansSerif" halign="center"
     height="24" label="Apply" label_selected="Apply" left="385"
     mouse_opaque="true" name="btn_apply" scale_image="TRUE" width="100" />
	<button bottom="8" follows="right|bottom" font="SansSerif" halign="center"
	     height="24" label="Undo" label_selected="Undo" left="490"
	     mouse_opaque="true" name="btn_cancel" scale_image="TRUE" width="100" />
  <!--
	<combo_box allow_text_entry="true" bottom="32" follows="left|bottom" height="18"
	     left_delta="135" max_chars="40" mouse_opaque="true"
	     name="server_combo" width="200" />
  -->
</floater>