blob: eff60f8228bcaaaa7026ead068999cddb0b1a7cd (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
follows="all"
height="240"
layout="topleft"
name="panel_snapshot_options"
width="490">
<button
follows="left|top|right"
font="SansSerif"
halign="left"
height="38"
image_overlay="Snapshot_Profile"
image_overlay_alignment="left"
image_top_pad="-2"
imgoverlay_label_space="10"
label="Post to My Profile Feed"
layout="topleft"
left_delta="0"
name="save_to_profile_btn"
pad_left="10"
right="-10"
top_pad="10">
<button.commit_callback
function="Snapshot.SaveToProfile" />
</button>
<button
follows="left|top|right"
font="SansSerif"
halign="left"
height="38"
image_overlay="Snapshot_Email"
image_overlay_alignment="left"
image_top_pad="-2"
imgoverlay_label_space="10"
label="Email"
layout="topleft"
left_delta="0"
name="save_to_email_btn"
pad_left="10"
right="-10"
top_pad="10">
<button.commit_callback
function="Snapshot.SaveToEmail" />
</button>
<button
follows="left|top|right"
font="SansSerif"
halign="left"
height="38"
image_overlay="Snapshot_Inventory"
image_overlay_alignment="left"
image_top_pad="-2"
imgoverlay_label_space="10"
label="Save to My Inventory (L$[AMOUNT])"
layout="topleft"
left_delta="0"
name="save_to_inventory_btn"
pad_left="10"
right="-10"
top_pad="10">
<button.commit_callback
function="Snapshot.SaveToInventory" />
</button>
<button
follows="left|top|right"
font="SansSerif"
halign="left"
height="38"
image_overlay="Snapshot_Download"
image_overlay_alignment="left"
image_top_pad="-2"
imgoverlay_label_space="10"
label="Save to My Computer"
layout="topleft"
left_delta="0"
name="save_to_computer_btn"
pad_left="10"
right="-10"
top_pad="10">
<button.commit_callback
function="Snapshot.SaveToComputer" />
</button>
<text
font="SansSerif"
layout="topleft"
length="1"
follows="top|left"
height="16"
left="10"
name="send_to_facebook_textbox"
top_pad="10"
type="string">
Send to: [secondlife:/// Facebook]
</text>
<text
font="SansSerif"
layout="topleft"
length="1"
follows="top|left"
height="16"
left="140"
name="send_to_twitter_textbox"
top_pad="-16"
type="string">
[secondlife:/// Twitter]
</text>
<text
font="SansSerif"
layout="topleft"
length="1"
follows="top|left"
height="16"
left="190"
name="send_to_flickr_textbox"
top_pad="-16"
type="string">
[secondlife:/// Flickr]
</text>
</panel>
|