blob: 7dcf2aab990ebee5364ec816c9561075953cc8e6 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_minimize="true"
can_close="false"
follows="left|top"
height="340"
layout="topleft"
name="Snapshot"
help_topic="snapshot"
save_rect="true"
save_visibility="true"
can_dock="true"
title="Snapshot"
width="250">
<floater.string
name="unknown">
unknown
</floater.string>
<floater.string
name="share_to_web_url" translate="false">
http://pdp36.lindenlab.com:12777/
</floater.string>
<view
height="160"
width="230"
layout="topleft"
name="thumbnail_placeholder"
top_pad="30"
follows="left|top"
left="10"
/>
<button
follows="left|top"
height="22"
image_overlay="Refresh_Off"
layout="topleft"
left="20"
top_pad="-30"
name="new_snapshot_btn"
width="23" />
<line_editor
border_style="line"
border_thickness="1"
follows="left|top"
height="20"
layout="topleft"
left="10"
max_length="500"
name="description"
top_pad="15"
width="230"
label="Description"/>
<button
label="Share Snapshot"
name="share"
top_pad="20"
left="10"
width="130"/>
<button
label="Share to Web"
name="share_to_web"
top_delta="0"
left="10"
width="130"/>
<button
label="Save to My Inventory"
name="save_to_inventory"
top_delta="0"
left="10"
width="130"/>
<button
label="Save Snapshot"
name="save"
top_pad="7"
left="10"
width="130"/>
<button
label="Email Snapshot"
name="share_to_email"
top_delta="0"
left="10"
width="130"/>
<button
label="Save to My Computer"
name="save_to_computer"
top_delta="0"
left="10"
width="130"/>
<button
label="Set As Profile Pic"
name="set_profile_pic"
top_pad="7"
left="10"
width="130"/>
<button
label="Back"
name="cancel"
top_delta="0"
left="10"
width="130"/>
<button
follows="left"
height="22"
layout="topleft"
left="210"
name="show_advanced"
image_overlay="TabIcon_Close_Off"
top_delta="1"
width="30"/>
<button
follows="left"
height="22"
layout="topleft"
left="210"
visible="false"
name="hide_advanced"
image_overlay="TabIcon_Open_Off"
top_delta="0"
width="30"/>
<panel
visible="false"
left="250"
top="17"
name="snapshot_advanced"
filename="panel_snapshot_advanced.xml"/>
</floater>
|