91 lines
1.9 KiB
XML
91 lines
1.9 KiB
XML
<?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="Share to Flickr"
|
|
height="600"
|
|
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="570"
|
|
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>
|