<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
 can_resize="false"
 show_title="false"
 can_minimize="false"
 can_close="false"
 header_height="10"
 bg_opaque_image="Window_NoTitle_Foreground"
 bg_alpha_image="Window_NoTitle_Background"
 height="207"
 layout="topleft"
 name="bulk_upload"
 width="430">
    <layout_stack
      follows="all"
      height="203"
      layout="topleft"
      left="8"
      animate="false"
      top="1"
      orientation="vertical"
      name="maint_layout"
      width="421">
        <layout_panel
          follows="all"
          height="27"
          layout="topleft"
          auto_resize="false"
          visible="true"
          name="count_panel">
            <text
             follows="left|top"
             layout="topleft"
             top="6"
             left="20"
             name="number_of_items"
             height="20"
             wrap="true">
                Number of items to upload: [COUNT]
            </text>
        </layout_panel>
        <layout_panel
          follows="all"
          height="37"
          layout="topleft"
          auto_resize="false"
          visible="true"
          name="warning_panel">
            <text
             name="textures_2k_warning"
             follows="left|top"
             layout="topleft"
             top="6"
             left="20"
             height="30"
             right="-20"
             wrap="true">
                By default, one or more selected textures will be scaled to 2048px.
            </text>
        </layout_panel>
        <layout_panel
          follows="all"
          height="23"
          layout="topleft"
          auto_resize="false"
          visible="true"
          name="checkbox_panel">
            <check_box
             height="16"
             left="20"
             label="Scale textures to a maximum of 1024px"
             layout="topleft"
             name="upload_2k" />
        </layout_panel>
        <layout_panel
          follows="all"
          height="27"
          layout="topleft"
          auto_resize="false"
          visible="true"
          name="cost_panel">
            <text
             name="upload_cost"
             follows="left|top"
             layout="topleft"
             font.style="BOLD"
             top="6"
             left="20"
             height="20"
             wrap="true">
                Upload cost: L$[COST]
            </text>
        </layout_panel>
        <layout_panel
          follows="all"
          height="29"
          layout="topleft"
          auto_resize="false"
          visible="true"
          name="buttoms_panel">
            <button
             follows="bottom|left|right"
             height="23"
             label="Upload"
             layout="topleft"
             mouse_opaque="false"
             name="upload_btn"
             top="1"
             left="84"
             width="120" />
            <button
             follows="bottom|left|right"
             height="23"
             label="Cancel"
             layout="topleft"
             left_pad="12"
             top_delta="0"
             mouse_opaque="false"
             name="cancel_btn"
             width="120" />
        </layout_panel>
        <layout_panel
          follows="all"
          height="40"
          layout="topleft"
          auto_resize="false"
          visible="true"
          name="link_panel">
            <text
             follows="left|top"
             layout="topleft"
             top="6"
             left="20"
             name="new_folder_textbox"
             height="39"
             parse_urls="true"
             skip_link_underline="true"
             wrap="true">
How textures are scaled during upload:
https://wiki.secondlife.com/wiki/Limits#All_Viewers
            </text>
        </layout_panel>
    </layout_stack>
</floater>