sogo/UI/Templates/MailerUI/UIxMailEditor.wox
Wolfgang Sourdeau 829f96f301 Monotone-Parent: 72e9d69b6c2222ec4be3ace83edc64181859f8fe
Monotone-Revision: 4962ab3aba4ec12e6e80cec90be3bb7824bb7b56

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-01-30T21:41:24
Monotone-Branch: ca.inverse.sogo
2007-01-30 21:41:24 +00:00

48 lines
1.6 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="UIxPageFrame"
title="panelTitle"
const:popup="YES">
<form name="pageform">
<div id="headerArea">
<div id="attachmentsArea">
<var:string label:value="Attachments:" />
<div id="compose_attachments_list"
onclick="clickedEditorAttach(this);"
><var:foreach list="attachmentNames" item="attachmentName">
<var:string value="attachmentName" /><br />
</var:foreach>
</div>
</div>
<span class="headerField"><var:string label:value="From" />:</span>
<var:popup const:name="from"
list="fromEMails"
item="item"
selection="from"
/><br />
<div>
<var:component className="UIxMailToSelection"
to="to" cc="cc" bcc="bcc" />
</div>
<div class="addressListElement" id="subjectRow"
><span class="headerField"><var:string label:value="Subject"
/>:</span
><span class="headerInput"
><input name="subject"
type="text"
class="textField"
var:value="subject"
/></span></div>
</div>
<!-- separator line -->
<textarea name="content" var:value="text" />
<!-- img rsrc:src="tbird_073_compose.png" alt="screenshot" / -->
</form>
</var:component>