<panel
	 height="540"
	 width="272"
	 layout="topleft"
   name="panel_flickr_account">
  <string
      name="flickr_connected"
      value="You are connected to Flickr as:" />
  <string
      name="flickr_disconnected"
      value="Not connected to Flickr" />
  <text
   layout="topleft"
   length="1"
   follows="top|left"
   font="SansSerif"
   height="16"
   left="10"
   name="account_caption_label"
   top="5"
   type="string">
    Not connected to Flickr.
  </text>
  <text
   layout="topleft"
   top_pad="2"
   length="1"
   follows="top|left"
   font="SansSerif"
   height="16"
   left="10"
   name="account_name_label"
   parse_urls="true"
   type="string"/>
  <panel
    layout="topleft"
    name="panel_buttons"
    height="345"
    left="0">
    <button
     layout="topleft"
     follows="left|top|right"
     top_pad="9"
     visible="true"
	 left="10"
	 right="-10"
     height="23"
     label="Connect..."
     name="connect_btn"
     width="210">
      <commit_callback function="SocialSharing.Connect"/>
    </button>

    <button
     layout="topleft"
     follows="left|top|right"
     top_delta="0"
	 left="10"
	 right="-10"
     height="23"
     label="Disconnect"
     name="disconnect_btn"
     width="210"
     visible="false">
      <commit_callback function="SocialSharing.Disconnect"/>
    </button>
    <text
      layout="topleft"
      length="1"
      follows="top|left"
      height="16"
      left="10"
      name="account_learn_more_label"
      top_pad="5"
      type="string">
      [http://community.secondlife.com/t5/English-Knowledge-Base/Second-Life-Share-Flickr/ta-p/2435609 Learn about posting to Flickr]
    </text>
  </panel>
</panel>