summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/sidepanel_item_info.xml
blob: 7e92ebabbf33bd01e1c2bed938d534bc3e23b869 (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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
  follows="all"
  height="570"
  layout="topleft"
  name="item properties"
  help_topic="item_properties"
  title="Item Profile"
  width="333">
  <panel.string
	name="loading_experience">
    (loading)
  </panel.string>
  <panel.string
    name="unknown">
    (unknown)
  </panel.string>
  <panel.string
    name="unknown_multiple">
    (unknown / multiple)
  </panel.string>
  <panel.string
    name="public">
    (public)
  </panel.string>
  <panel.string
    name="you_can">
    You can:
  </panel.string>
  <panel.string
    name="owner_can">
    Owner can:
  </panel.string>
  <panel.string
    name="acquiredDate">
    [wkday,datetime,slt] [mth,datetime,slt] [day,datetime,slt] [hour,datetime,slt]:[min,datetime,slt]:[second,datetime,slt] [year,datetime,slt]
  </panel.string>
  <panel.string
    name="origin_inventory">
    (Inventory)
  </panel.string>
  <panel.string
    name="origin_inworld">
    (Inworld)
  </panel.string>

<layout_stack
  animate="false"
  name="main_stack"
  layout="topleft"
  follows="all"
  orientation="vertical"
  left="0"
  top="0"
  right="-1"
  bottom="-1">
    <layout_panel
      auto_resize="false"
      name="layout_item_name"
      layout="topleft"
      follows="all"
      height="25">
      <icon
        follows="top|left"
        height="16"
        image_name="Inv_Object"
        layout="topleft"
        left="5"
        mouse_opaque="true"
        name="item_type_icon"
        top="3"
        width="16" />
      <line_editor
        border_style="line"
        border_thickness="1"
        follows="left|top|right"
        layout="topleft"
        left_pad="5"
        top="1"
        right="-5"
        height="20"
        max_length_bytes="63"
        name="LabelItemName"
        tool_tip="The name is limited to 63 characters. Longer prim names are cut short. Names can only consist of printable characters found in the ASCII-7 (non-extended) character set, with the exception of the vertical bar/pipe &apos;|&apos;." />
    </layout_panel>
    
    <layout_panel
      auto_resize="false"
      name="layout_item_details"
      layout="topleft"
      follows="all"
      height="133">
      
      <thumbnail
        name="item_thumbnail"
        fallback_image="Thumbnail_Fallback"
        follows="top|left"
        layout="topleft"
        left="5"
        top="2"
        height="128"
        width="128"
        />
        
      <text
        type="string"
        length="1"
        follows="left|top"
        height="16"
        layout="topleft"
        left_pad="5"
        name="LabelOwnerTitle"
        top="0"
        width="78">
        Owner:
      </text>
      <text
        type="string"
        font="SansSerifSmall"
        follows="left|right|top"
        layout="topleft"
        height="15"
        width="187"
        left_delta="0"
        top_pad="0"
        name="LabelOwnerName"
        use_ellipses="true"
        translate="false">
TestString PleaseIgnore
      </text>
      <text
        type="string"
        length="1"
        follows="left|top"
        height="16"
        layout="topleft"
        left_delta="0"
        name="LabelCreatorTitle"
        top_pad="7"
        width="78">
        Creator:
      </text>
      <text
        type="string"
        font="SansSerifSmall"
        follows="left|right|top"
        layout="topleft"
        left_delta="0"
        top_pad="0"
        width="187"
        height="15"
        name="LabelCreatorName"
        use_ellipses="true"
        translate="false">
TestString PleaseIgnore
      </text>
      <text
        type="string"
        length="1"
        follows="left|top"
        height="16"
        layout="topleft"
        left_delta="0"
        name="LabelAcquiredTitle"
        top_pad="7"
        width="78">
        Acquired:
      </text>
      <text
        type="string"
        length="1"
        follows="left|top|right"
        height="18"
        layout="topleft"
        left_delta="0"
        name="LabelAcquiredDate"
        top_pad="0"
        width="187">
        00/00/00
      </text>
      <button
        follows="left|top"
        height="21"
        label="Image..."
        layout="topleft"
        left_delta="0"
        name="change_thumbnail_btn"
        top_pad="0"
        width="120" />
    </layout_panel>
    
    <layout_panel
      auto_resize="false"
      name="layout_item_description"
      layout="topleft"
      follows="all"
      height="84">
      <text
        type="string"
        length="1"
        follows="left|top"
        height="10"
        layout="topleft"
        left="5"
        name="LabelItemDescTitle"
        top="0"
        width="78">
        Description:
      </text>
      <text_editor
        prevalidator="ascii_printable_no_pipe"
        commit_on_focus_lost="true"
        border_style="line"
        border_thickness="1"
        word_wrap="true"
        use_ellipses="false"
        follows="all"
        layout="topleft"
        left="5"
        top_pad="5"
        right="-5"
        height="46"
        max_length="127"
        name="LabelItemDesc"
        tool_tip="When people have &apos;Hover Tips on All Objects&apos; selected in the viewer's settings, they'll see the object description pop-up for any object under their mouse pointer. The prim description is limited to 127 bytes any string longer then that will be truncated." />

        <text
          type="string"
          length="1"
          follows="left|top"
          height="10"
          layout="topleft"
          left="5"
          name="LabelItemExperienceTitle"
          top_pad="7"
          width="78"
          visible="true">
          Experience:
        </text>
        <text
          type="string"
          length="1"
          follows="left|top|right"
          height="10"
          layout="topleft"
          left_delta="78"
          name="LabelItemExperience"
          top_delta="0"
          width="210"
          visible="true"
          />
    </layout_panel>
    
    <layout_panel
      auto_resize="false"
      name="layout_item_permissions_sale"
      layout="topleft"
      follows="all"
      height="235">
      
      <view_border
        bevel_style="none"
        height="0"
        layout="topleft"
        left="5"
        right="-5"
        name="cost_text_border"
        top="1"/>
        
      <text
        type="string"
        length="1"
        left="10"
        top_pad="7"
        height="15"
        follows="left|top"
        layout="topleft"
        name="perm_modify"
        width="200">
        Permissions
      </text>

      <text
        type="string"
        length="1"
        left="10"
        top_pad="5"
        height="15"
        follows="left|top"
        layout="topleft"
        name="perm_modify"
        width="200">
        You can:
      </text>
      <check_box
        height="18"
        label="Modify"
        layout="topleft"
        left="20"
        name="CheckOwnerModify"
        top_pad="0"
        width="90" />
      <check_box
        height="18"
        label="Copy"
        layout="topleft"
        left_pad="0"
        name="CheckOwnerCopy"
        width="90" />
      <check_box
        height="18"
        label="Transfer"
        layout="topleft"
        left_pad="0"
        name="CheckOwnerTransfer"
        width="106" />
      <text
        type="string"
        length="1"
        follows="left|top"
        height="16"
        layout="topleft"
        left="10"
        name="AnyoneLabel"
        top_pad="8"
        width="100">
        Anyone:
      </text>
      <check_box
        height="18"
        label="Copy"
        layout="topleft"
        left_pad="0"
        name="CheckEveryoneCopy"
        tool_tip="Anyone can take a copy of the object . Object and all of its contents must be copy and transfer permissive."
        top_delta="-2"
        width="150" />
      <text
        type="string"
        length="1"
        follows="left|top"
        height="16"
        layout="topleft"
        left="10"
        name="GroupLabel"
        top_pad="8"
        width="100">
        Group:
      </text>
      <check_box
        height="18"
        label="Share"
        layout="topleft"
        left_pad="0"
        top_delta="-2"
        name="CheckShareWithGroup"
        tool_tip="Allow all members of the set group to share your modify permissions for this object. You must Deed to enable role restrictions."
        width="150" />
      <text
        type="string"
        length="1"
        follows="left|top"
        height="16"
        layout="topleft"
        left="10"
        name="NextOwnerLabel"
        top_pad="8"
        width="200"
        word_wrap="true">
        Next owner:
      </text>
      <check_box
        height="18"
        label="Modify"
        layout="topleft"
        left="20"
        top_pad="0"
        name="CheckNextOwnerModify"
        tool_tip="Next owner can edit properties like item name or scale of this object."
        width="90" />
      <check_box
        height="18"
        label="Copy"
        layout="topleft"
        left_pad="0"
        name="CheckNextOwnerCopy"
        tool_tip="Next owner can make unlimited copies of this object. Copies maintain creator information, and can never be more permissive than the item being copied."
        width="90" />
      <check_box
        height="18"
        label="Transfer"
        layout="topleft"
        left_pad="0"
        name="CheckNextOwnerTransfer"
        tool_tip="Next owner can give away or resell this object."
        width="106" />
        
    <view_border
        bevel_style="none"
        height="0"
        layout="topleft"
        left="5"
        right="-5"
        name="cost_text_border"
        top_pad="9"/>
        
      <check_box
        height="18"
        label="For Sale"
        layout="topleft"
        left="20"
        name="CheckPurchase"
        top_pad="15"
        width="100"
        tool_tip="Lets people buy this object, its content or it copy inworld for specified price." />
      <combo_box
        height="23"
        left_pad="0"
        layout="topleft"
        follows="left|top"
        name="ComboBoxSaleType"
        width="170"
        tool_tip="Select whether purchaser will receive a copy, copy of the content or item itself." >
        <combo_box.item
             name="Copy"
             label="Copy"
             value="2" />
        <combo_box.item
             name="Contents"
             label="Contents"
             value="3" />
        <combo_box.item
             name="Original"
             label="Original"
             value="1" />
      </combo_box>
      <spinner
        follows="left|top"
        decimal_digits="0"
        increment="1"
        control_name="Edit Cost"
        name="Edit Cost"
        label="Price: L$"
        label_width="75"
        left="120"
        width="170"
        min_val="0"
        height="23"
        max_val="999999999"
        top_pad="10"
        tool_tip="Object cost." />
      
    </layout_panel>

    <layout_panel
     auto_resize="false"
     name="layout_debug_permissions"
     layout="topleft"
     follows="all"
     height="30">
        <text
          type="string"
          length="1"
          follows="left|top"
          height="10"
          layout="topleft"
          left="10"
          name="BaseMaskDebug"
          text_color="White"
          top="2"
          width="130">
          B:
        </text>
        <text
          type="string"
          length="1"
          follows="left|top"
          height="10"
          layout="topleft"
          left_delta="60"
          name="OwnerMaskDebug"
          text_color="White"
          top_delta="0"
          width="270">
          O:
        </text>
        <text
          type="string"
          length="1"
          follows="left|top"
          height="10"
          layout="topleft"
          left_delta="60"
          name="GroupMaskDebug"
          text_color="White"
          top_delta="0"
          width="210">
          G:
        </text>
        <text
          type="string"
          length="1"
          follows="left|top"
          height="10"
          layout="topleft"
          left_delta="60"
          name="EveryoneMaskDebug"
          text_color="White"
          top_delta="0"
          width="150">
          E:
        </text>
        <text
         type="string"
         length="1"
         follows="left|top"
         height="10"
         layout="topleft"
         left_delta="60"
         name="NextMaskDebug"
         text_color="White"
         top_delta="0"
         width="90">
          N:
        </text>
    </layout_panel>
  </layout_stack>
</panel>