]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/MailerUI/UIxMailEditor.wox
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1269 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Templates / MailerUI / UIxMailEditor.wox
1 <?xml version='1.0' standalone='yes'?>
2 <!DOCTYPE var:component>
3 <var:component
4   xmlns="http://www.w3.org/1999/xhtml"
5   xmlns:var="http://www.skyrix.com/od/binding"
6   xmlns:const="http://www.skyrix.com/od/constant"
7   xmlns:uix="OGo:uix"
8   xmlns:rsrc="OGo:url"
9   xmlns:label="OGo:label"
10   className="UIxPageFrame"
11   title="panelTitle"
12   const:popup="YES"
13   const:jsFiles="UIxMailToSelection.js">
14   <div class="menu" id="attachmentsMenu">
15     <ul>
16       <li><var:string label:value="Open"/></li>
17       <li><var:string label:value="Delete" /></li>
18       <li><var:string label:value="Select All" /></li>
19       <li><!-- separator --></li>
20       <li><var:string label:value="Attach File(s)..." /></li>
21       <li><var:string label:value="Attach Web Page..." /></li>
22     </ul>
23   </div>
24
25   <form const:href="send" name="pageform" enctype="multipart/form-data">
26       <div id="attachmentsArea">
27         <var:string label:value="Attachments:" />
28         <ul id="attachments">
29           <var:foreach list="attachmentNames" item="attachmentName"
30             ><li><img rsrc:src="attachment.gif"
31                 /><var:string value="attachmentName"
32                 /></li></var:foreach>
33         </ul>
34       </div>
35     <div id="headerArea">
36       <span class="headerField"><var:string label:value="From" />:</span>
37       <var:popup const:name="from"
38         list="fromEMails"
39         item="item"
40         selection="from"
41         /><br />
42       <div>
43         <var:component className="UIxMailToSelection"
44           to="to" cc="cc" bcc="bcc" />
45       </div>
46       <div class="addressListElement" id="subjectRow"
47         ><span class="headerField"><var:string label:value="Subject"
48             />:</span
49           >
50           <input name="subject"
51             type="text"
52             class="textField"
53             var:value="subject"
54             /></div>
55     <!-- separator line --><hr/>
56     </div>
57     <textarea name="text" rows="30" var:value="text"/>
58     <!-- img rsrc:src="tbird_073_compose.png" alt="screenshot" / -->
59   </form>
60 </var:component>