summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_flickr.xml
blob: 52ef16c7e8b51114681d1c9741f5511cbfc18294 (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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<floater
  positioning="cascading"
  can_close="true"
  can_resize="false"
  help_topic="floater_flickr"
  layout="topleft"
  name="floater_flickr"
  save_rect="true"
  single_instance="true"
  reuse_instance="true"
  title="UPLOAD TO FLICKR"
  height="590"
  width="272">
  <panel
   height="590"
   width="272"
   visible="true"
   name="background"
   follows="all"
   top="0"
   left="0">
   <tab_container
     name="tabs"
     tab_group="1"
     tab_min_width="70"
     tab_height="21"
     tab_position="top"
     top="7"
     height="555"
     follows="all"
     halign="center">
     <panel
       filename="panel_flickr_photo.xml"
       class="llflickrphotopanel"
       follows="all"
       label="PHOTO"
       name="panel_flickr_photo"/>
     <panel
       filename="panel_flickr_account.xml"
       class="llflickraccountpanel"
       follows="all"
       label="ACCOUNT"
       name="panel_flickr_account"/>     
    </tab_container>
    <panel
     name="connection_status_panel"
     follows="left|bottom|right"
     height="24">
     <text
      name="connection_error_text"
      type="string"
      follows="left|bottom|right"
      bottom="-5"
      left="10"
      width="250"
      height="20"
      wrap="true"
      halign="left"
      valign="center"
      text_color="DrYellow"
      font="SansSerif">
      Error
     </text>
     <loading_indicator
      follows="left|bottom|right"
      height="24"
      width="24"
      name="connection_loading_indicator"
      top_delta="-2"
      left="10"
      visible="true"/>
     <text
      name="connection_loading_text"
      type="string"
      follows="left|bottom|right"
      top_delta="2"
      left_pad="5"
      width="250"
      height="20"
      wrap="true"
      halign="left"
      valign="center"
      text_color="EmphasisColor"
      font="SansSerif">
      Loading...
    </text>
  </panel>
 </panel>
</floater>