<?xml version="1.0" encoding="utf-8" standalone="yes"?> <floater name="Postcard" title="EMAIL SNAPSHOT"> <floater.string name="default_subject"> Postcard from [SECOND_LIFE]. </floater.string> <floater.string name="default_message"> Check this out! </floater.string> <floater.string name="upload_message"> 傳送中... </floater.string> <text name="to_label"> 收件人電子郵件地址: </text> <text name="from_label"> 你的電子郵件地址: </text> <text name="name_label"> 你的名稱: </text> <text name="subject_label"> 主旨: </text> <line_editor label="在此輸入你的主旨。" name="subject_form"/> <text name="msg_label"> 訓息: </text> <text_editor name="msg_form"> 在此輸入你的訊息。 </text_editor> <button label="取消" name="cancel_btn"/> <button label="送出" name="send_btn"/> </floater>