sogo/UI/Templates/MailerUI/UIxMailEditor.wox
Wolfgang Sourdeau 697a49750b Monotone-Parent: bdbae1df701b51a7f884e9fc02afd8c51181aab1
Monotone-Revision: 6e4db4faadb29401ffefc8e973c9043c4187f29c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-20T17:55:26
Monotone-Branch: ca.inverse.sogo
2006-09-20 17:55:26 +00:00

60 lines
1.9 KiB
XML

<?xml version='1.0' standalone='yes'?>
<var:component
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:uix="OGo:uix"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label"
className="UIxMailMainFrame"
title="panelTitle"
const:popup="YES"
>
<div id="compose_panel">
<div id="attachmentsArea">
<var:string label:value="Attachments" />
<!--<a href="#"
onclick="hideInlineAttachmentList(this);"
><var:string label:value="close" /></a>-->
<div id="compose_attachments_list"
onclick="clickedEditorAttach(this);"
><var:foreach list="attachmentNames" item="attachmentName">
<var:string value="attachmentName" /><br />
</var:foreach>
</div>
</div>
<div id="headerArea">
<var:if condition="showInternetMarker">
<div id="compose_internetmarker">
<var:string
label:value="This mail is being sent from an unsecure network!" />
</div>
</var:if>
<span class="headerField"
><var:string label:value="From"
/>:</span
><var:popup const:name="from"
list="fromEMails"
item="item"
selection="from"
/><br />
<var:component className="UIxMailToSelection"
to="to"
cc="cc"
bcc="bcc"
/>
<span class="headerField"
><var:string label:value="Subject"
/>:</span><input name="subject"
id="compose_subject_input"
type="text"
class="textField"
var:value="subject"
/><br />
</div>
<!-- separator line -->
<textarea name="content" var:value="text" />
<!-- img rsrc:src="tbird_073_compose.png" alt="screenshot" / -->
</div>
</var:component>