summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_social_photo.xml
blob: 069e86c5f83c2f98e9497d81db765d6bfc018f87 (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
    <panel
      height="395"
      width="304"
      layout="topleft"
      name="panel_social_photo">
      <layout_stack
	   layout="topleft"
       border_size="0"
       height="395"
       follows="top|left|right"
       orientation="vertical"
       name="stack_photo"
       top="8">
        <layout_panel	
         name="photo_detail_panel"
         height="295">
          <panel
            top="0"
            follows="all"
            height="295"
            width="286"
            left="7"
            label="snapshot_panel"
            help_topic="snapshot_panel"
            name="snapshot_panel">
            <combo_box
             control_name="SocialPhotoResolution"
             follows="left|top"
             top="6"
             left="9"
             name="resolution_combobox"
             tool_tip="Image resolution"
             height="21"
             width="135">
              <combo_box.item
               label="Current Window"
               name="CurrentWindow"
               value="[i0,i0]" />
              <combo_box.item
               label="640x480"
               name="640x480"
               value="[i640,i480]" />
              <combo_box.item
               label="800x600"
               name="800x600"
               value="[i800,i600]" />
              <combo_box.item
               label="1024x768"
               name="1024x768"
               value="[i1024,i768]" />
            </combo_box>
            <text
             follows="left|top"
             font="SansSerifSmall"
             height="14"
             left="208"
             length="1"
             halign="right"
             name="file_size_label"
             top="9"
             type="string"
             width="50">
              [SIZE] KB
            </text>
            <panel
                height="150"
                width="250"
                visible="true"
                name="thumbnail_placeholder"
                top="33"
                follows="left|top"
                left="9">
              <loading_indicator
               follows="left|top"
               height="24"
               name="working_indicator"
               left="113"
               top="59"
               visible="false"
               width="24" />
              <text
               follows="left|top|right"
               font="SansSerifBold"
               height="14"
               left="5"
               length="1"
               halign="center"
               name="working_lbl"
               right="-5"
               top="98"
               translate="false"
               type="string"
               visible="false">
                Working
              </text>
              <button
               follows="left|top"
               height="22"
               image_overlay="Refresh_Off"
               left="10"
               name="new_snapshot_btn"
               bottom="-10"
               visible="false"
               width="22" />
              <text
               follows="left|top"
               font="SansSerifBold"
               halign="left"
               height="18"
               left_pad="10"
               length="1"
               name="refresh_lbl"
               text_color="red"
               top_delta="4"
               translate="false"
               type="string"
               visible="false"
               width="130">
                Refresh to save
              </text>
            </panel>
            <text
             length="1"
             follows="top|left|right"
             font="SansSerif"
             height="16"
             left="9"
             name="caption_label"
             top_pad="12"
             type="string">
              Comment (optional):
            </text>
            <text_editor
             follows="left|top"
             height="47"
             width="250"
             left="9"
             length="1"
             max_length="700"
             name="caption"
             type="string"
             word_wrap="true">
            </text_editor>
            <check_box
             follows="left|top"
             initial_value="true"
             label="Include location in posting"
             name="add_location_cb"
             top_pad="19"/>            
            </panel>
        </layout_panel>
        <layout_panel
          name="photo_button_panel"
          height="96">
          <button
           follows="left|top"
           top="32"
           left="9"
           height="23"
           label="Post"
           name="post_btn"
           width="100">
            <button.commit_callback
             function="SocialSharing.SendPhoto" />
          </button>
          <button
               follows="left|top"
               height="23"
               label="Cancel"
               name="cancel_btn"
               left_pad="15"
               top_delta="0"
               width="100">
            <button.commit_callback
             function="SocialSharing.Cancel" />
          </button>          
        </layout_panel>        
      </layout_stack>
    </panel>