sogo/UI/Templates/MailerUI/UIxMailEditor.wox
Wolfgang Sourdeau c5b23757c7 Monotone-Parent: 657b65bbc6a703b12a62acd946bafae499c520b1
Monotone-Revision: 0c8bd1957be00f2fcad4ed2bf5b5adf8ed0ac98e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-15T03:23:35
Monotone-Branch: ca.inverse.sogo
2007-05-15 03:23:35 +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="text" var:value="text" />
<!-- img rsrc:src="tbird_073_compose.png" alt="screenshot" / -->
</form>
</var:component>