blob: 870ddee5548b5fb39d31f7b5e5f6dd96cce86f77 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
height="405"
width="900"
layout="topleft"
name="floater_add_payment_method"
single_instance="true"
show_title="false"
legacy_header_height="0"
header_height="0"
background_visible="false"
can_resize="false"
can_drag_on_left="false"
can_minimize="false"
can_close="false">
<floater.string
name="continue_url">
https://secondlife.com/my/lindex/buy.php?associate_for_viewer=1
</floater.string>
<panel
background_opaque="false"
bg_alpha_color="PanelGray"
border_visible="false"
background_visible="true"
label="wrapper_panel"
layout="topleft"
left="0"
name="wrapper_panel"
top="0"
height="405"
width="900"
follows="all"
translate="false">
<text
type="string"
length="1"
follows="top|left|right"
font="SansSerifLargeBold"
text_color="White"
layout="topleft"
left="0"
height="14"
top_pad="30"
width="900"
halign="center"
name="title_txt">
Add a payment method to buy Linden dollars and enjoy more of Second Life.
</text>
<button
follows="top|left|right"
height="24"
label="Get started"
font="SansSerifMedium"
layout="topleft"
left="320"
name="continue_btn"
image_unselected="PushButton_Login"
image_pressed="PushButton_Login_Pressed"
image_hover_unselected="PushButton_Login_Over"
label_color="White"
top_pad ="15"
width="140"/>
<button
follows="top|left|right"
height="24"
label="Later"
layout="topleft"
left_pad="9"
name="close_btn"
width="90"/>
<icon
height="195"
width="260"
image_name="add_payment_image_left"
layout="topleft"
left="30"
name="image_left"
top_pad="30"
use_draw_context_alpha="false"/>
<icon
height="195"
width="260"
image_name="add_payment_image_center"
layout="topleft"
left_pad="30"
name="image_center"
use_draw_context_alpha="false"/>
<icon
height="195"
width="260"
image_name="add_payment_image_right"
layout="topleft"
left_pad="30"
name="image_right"
use_draw_context_alpha="false"/>
<text
type="string"
length="1"
follows="top|left"
font="SansSerifMedium"
text_color="White"
height="75"
width="260"
top_pad="15"
layout="topleft"
word_wrap="true"
left="30"
name="image_left_desc">
Create an avatar you love. Choose from millions of items in stores and the Second Life Marketplace. Your style is here.
</text>
<text
type="string"
length="1"
follows="top|left"
font="SansSerifMedium"
text_color="White"
height="75"
width="260"
layout="topleft"
word_wrap="true"
left_pad="30"
name="image_center_desc">
Donate to your favorite performers and hosts. Your support helps them create great experiences.
</text>
<text
type="string"
length="1"
follows="top|left"
font="SansSerifMedium"
text_color="White"
height="75"
width="260"
layout="topleft"
word_wrap="true"
left_pad="30"
name="image_right_desc">
Make the home of your dreams. With millions of items available to purchase, you can make your retreat unique.
</text>
</panel>
</floater>
|