]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/MailerUI/UIxMailEditor.wox
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1155 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   <div class="menu" id="attachmentsMenu">
14     <ul>
15       <li><var:string label:value="Open"/></li>
16       <li><var:string label:value="Delete" /></li>
17       <li><var:string label:value="Select All" /></li>
18       <li><!-- separator --></li>
19       <li><var:string label:value="Attach File(s)..." /></li>
20       <li><var:string label:value="Attach Web Page..." /></li>
21     </ul>
22   </div>
23
24   <form const:href="send" name="pageform" enctype="multipart/form-data">
25       <div id="attachmentsArea">
26         <var:string label:value="Attachments:" />
27         <ul id="attachments">
28           <var:foreach list="attachmentNames" item="attachmentName"
29             ><li><img rsrc:src="attachment.gif"
30                 /><var:string value="attachmentName"
31                 /></li></var:foreach>
32         </ul>
33       </div>
34     <div id="headerArea">
35       <span class="headerField"><var:string label:value="From" />:</span>
36       <var:popup const:name="from"
37         list="fromEMails"
38         item="item"
39         selection="from"
40         /><br />
41       <div>
42         <var:component className="UIxMailToSelection"
43           to="to" cc="cc" bcc="bcc" />
44       </div>
45       <div class="addressListElement" id="subjectRow"
46         ><span class="headerField"><var:string label:value="Subject"
47             />:</span
48           ><span class="headerInput"
49           ><input name="subject"
50             type="text"
51             class="textField"
52             var:value="subject"
53             /></span></div>
54     </div>
55     <!-- separator line -->
56     <textarea name="text" rows="30" var:value="text" />
57     <!-- img rsrc:src="tbird_073_compose.png" alt="screenshot" / -->
58   </form>
59 </var:component>