blob: b4ecedd9815d3bf0fcea79701d3ef0ccabcc9e44 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
auto_tile="true"
can_minimize="false"
can_resize="true"
height="380"
layout="topleft"
min_height="380"
min_width="450"
name="Postcard"
help_topic="postcard"
title="EMAIL SNAPSHOT"
width="450">
<floater.string
name="default_subject">
Postcard from [SECOND_LIFE].
</floater.string>
<floater.string
name="default_message">
Check this out!
</floater.string>
<floater.string
name="upload_message">
Sending...
</floater.string>
<text
type="string"
length="1"
bottom="35"
follows="top|left"
font="SansSerif"
layout="topleft"
left="12"
name="to_label">
Recipient's Email:
</text>
<line_editor
follows="left|top"
height="20"
layout="topleft"
left_delta="108"
name="to_form"
top_delta="-4"
width="150" />
<text
type="string"
length="1"
bottom_delta="23"
follows="top|left"
font="SansSerif"
layout="topleft"
left="12"
name="from_label">
Your Email:
</text>
<line_editor
follows="left|top"
height="20"
layout="topleft"
left_delta="108"
name="from_form"
top_delta="-4"
width="150" />
<text
type="string"
length="1"
bottom_delta="23"
follows="top|left"
font="SansSerif"
layout="topleft"
left="12"
name="name_label">
Your Name:
</text>
<line_editor
follows="left|top"
height="20"
layout="topleft"
left_delta="108"
max_length_bytes="100"
name="name_form"
top_delta="-4"
width="150" />
<text
type="string"
length="1"
bottom_delta="23"
follows="top|left"
font="SansSerif"
layout="topleft"
left="12"
name="subject_label">
Subject:
</text>
<line_editor
follows="left|top"
height="20"
label="Type your subject here."
layout="topleft"
left_delta="108"
max_length_bytes="100"
name="subject_form"
top_delta="-4"
width="150" />
<text
type="string"
length="1"
bottom_delta="23"
follows="top|left"
font="SansSerif"
layout="topleft"
left="12"
name="msg_label">
Message:
</text>
<text_editor
type="string"
length="1"
follows="left|top|right|bottom"
height="140"
layout="topleft"
left_delta="0"
max_length="700"
name="msg_form"
word_wrap="true"
top_pad="10"
width="420">
Type your message here.
</text_editor>
<button
follows="right|bottom"
height="23"
label="Cancel"
layout="topleft"
name="cancel_btn"
right="-10"
top="350"
width="100" />
<button
follows="right|bottom"
height="23"
label="Send"
layout="topleft"
left_delta="-106"
name="send_btn"
top_delta="0"
width="100" />
</floater>
|