Thomas Bruederli
2012-10-15 27be4e7644637255d7adbf5386ec883d9c2c64cd
commit | author | age
4e17e6 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
T 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
d6037d 4 <title><roundcube:object name="productname" /> :: <roundcube:label name="compose" /></title>
e66f5b 5 <roundcube:include file="/includes/links.html" />
4be86f 6 <roundcube:if condition="config:enable_spellcheck" />
dd53e2 7 <link rel="stylesheet" type="text/css" href="/googiespell.css" />
4be86f 8 <roundcube:endif />
5f660c 9 <script type="text/javascript" src="/functions.js"></script>
087c7d 10 <script type="text/javascript" src="/splitter.js"></script>
A 11 <style type="text/css">
12 #compose-attachments { width: <roundcube:exp expression="!empty(cookie:composesplitterv) ? cookie:composesplitterv-5 : 175" />px; }
13 #compose-container { left: <roundcube:exp expression="!empty(cookie:composesplitterv) ? cookie:composesplitterv+5 : 185" />px;
14 <roundcube:exp expression="browser:ie ? ('width: expression((parseInt(this.parentNode.offsetWidth)-'.(!empty(cookie:composesplitterv) ? cookie:composesplitterv+5 : 180).')+\\'px\\');') : ''" />
15 }
16 </style>
4e17e6 17 </head>
3940ba 18 <body onload="rcube_init_mail_ui()">
4e17e6 19
b076a4 20 <roundcube:include file="/includes/taskbar.html" />
4e17e6 21 <roundcube:include file="/includes/header.html" />
T 22
edf762 23 <form name="form" action="./" method="post">
4e17e6 24
T 25 <div id="messagetoolbar">
087c7d 26     <roundcube:button command="list" type="link" class="button back" classAct="button back" classSel="button backSel" title="backtolist" content=" " />
A 27     <roundcube:button command="send" type="link" class="buttonPas send" classAct="button send" classSel="button sendSel" title="sendmessage" content=" " />
4be86f 28 <roundcube:if condition="config:enable_spellcheck" />
A 29     <span class="dropbutton">
30         <roundcube:button command="spellcheck" type="link" class="buttonPas spellcheck" classAct="button spellcheck" classSel="button spellcheckSel" title="checkspelling" content=" " />
31         <span id="spellmenulink" onclick="rcmail_ui.show_popup('spellmenu');return false"></span>
32     </span>
33 <roundcube:endif />
9e5550 34     <roundcube:button name="addattachment" type="link" class="button attach" classAct="button attach" classSel="button attachSel" title="addattachment" onclick="rcmail_ui.show_popup('uploadmenu', true);return false" content=" " />
087c7d 35     <roundcube:button command="insert-sig" type="link" class="buttonPas insertsig" classAct="button insertsig" classSel="button insertsigSel" title="insertsignature" content=" " />
A 36     <roundcube:button command="savedraft" type="link" class="buttonPas savedraft" classAct="button savedraft" classSel="button savedraftSel" title="savemessage" content=" " />
37     <roundcube:container name="toolbar" id="compose-toolbar" />
9e5550 38     <roundcube:button name="messageoptions" id="composemenulink" type="link" class="button messagemenu" title="messageoptions" onclick="rcmail_ui.show_popup('composemenu', true);return false" content=" " />
4e17e6 39 </div>
087c7d 40
A 41 <div id="mainscreen">
42
43 <div id="compose-attachments">
44 <div class="boxtitle"><roundcube:label name="attachments" /></div>
45 <div class="boxlistcontent">
85fd29 46     <roundcube:object name="composeAttachmentList" id="attachmentslist" loadingIcon="/images/display/loading_blue.gif" />
087c7d 47 </div>
A 48 <div class="boxfooter">
9e5550 49   <roundcube:button name="uploadmenulink" id="uploadmenulink" type="link" title="addattachment" class="button addgroup" onclick="rcmail_ui.show_popup('uploadmenu', true);return false" content=" " />
087c7d 50 </div>
A 51 </div>
f8c96f 52 <roundcube:object name="fileDropArea" id="compose-attachments" />
087c7d 53
A 54 <script type="text/javascript">
b218aa 55   var composesplitv = new rcube_splitter({id:'composesplitterv', p1: 'compose-attachments', p2: 'compose-container', orientation: 'v', relative: true, start: 175});
087c7d 56   rcmail.add_onload('composesplitv.init()');
A 57 </script>
4e17e6 58
T 59 <div id="compose-container">
dda3c7 60     <div id="compose-headers-div" style="width: 100%;">
b218aa 61         <table border="0" cellspacing="0" cellpadding="1" id="compose-headers">
T 62         <tr>
63             <td class="title"><label for="_from"><roundcube:label name="from" /></label></td>
d7f9eb 64             <td class="editfield formlinks">
A 65                 <roundcube:object name="composeHeaders" part="from" form="form" id="_from" tabindex="1" />
66                 <a href="#identities" onclick="return rcmail.command('identities')"><roundcube:label name="editidents" /></a>
67             </td>
b218aa 68         </tr><tr>
T 69             <td class="title top"><label for="_to"><roundcube:label name="to" /></label></td>
70             <td class="editfield"><roundcube:object name="composeHeaders" part="to" form="form" id="_to" cols="70" rows="2" tabindex="2" /></td>
71         </tr><tr id="compose-cc">
72             <td class="title top">
1de8f4 73                 <a href="#cc" onclick="return rcmail_ui.hide_header_form('cc');"><img src="/images/icons/minus.gif" alt="" width="13" height="11" title="<roundcube:label name='delete' />" /></a>
b218aa 74                 <label for="_cc"><roundcube:label name="cc" /></label>
087c7d 75             </td>
b218aa 76             <td class="editfield"><roundcube:object name="composeHeaders" part="cc" form="form" id="_cc" cols="70" rows="2" tabindex="3" /></td>
T 77         </tr><tr id="compose-bcc">
78             <td class="title top">
1de8f4 79                 <a href="#bcc" onclick="return rcmail_ui.hide_header_form('bcc');"><img src="/images/icons/minus.gif" alt="" width="13" height="11" title="<roundcube:label name='delete' />" /></a>
b218aa 80                 <label for="_bcc"><roundcube:label name="bcc" /></label>
087c7d 81             </td>
88b301 82             <td class="editfield"><roundcube:object name="composeHeaders" part="bcc" form="form" id="_bcc" cols="70" rows="2" tabindex="4" /></td>
b218aa 83         </tr><tr id="compose-replyto">
T 84             <td class="title top">
1de8f4 85                 <a href="#replyto" onclick="return rcmail_ui.hide_header_form('replyto');"><img src="/images/icons/minus.gif" alt="" width="13" height="11" title="<roundcube:label name='delete' />" /></a>
b218aa 86                 <label for="_replyto"><roundcube:label name="replyto" /></label>
087c7d 87             </td>
b218aa 88             <td class="editfield"><roundcube:object name="composeHeaders" part="replyto" form="form" id="_replyto" size="70" tabindex="5" /></td>
3ee5a7 89         </tr><tr id="compose-followupto">
e25a35 90             <td class="title top">
1de8f4 91                 <a href="#followupto" onclick="return rcmail_ui.hide_header_form('followupto');"><img src="/images/icons/minus.gif" alt="" width="13" height="11" title="<roundcube:label name='delete' />" /></a>
3ee5a7 92                 <label for="_followupto"><roundcube:label name="followupto" /></label>
e25a35 93             </td>
3ee5a7 94             <td class="editfield"><roundcube:object name="composeHeaders" part="followupto" form="form" id="_followupto" size="70" tabindex="7" /></td>
b218aa 95         </tr><tr>
T 96             <td></td>
d7f9eb 97             <td class="formlinks">
b218aa 98                 <a href="#cc" onclick="return rcmail_ui.show_header_form('cc')" id="cc-link"><roundcube:label name="addcc" /></a>
T 99                 <span class="separator">|</span>
100                 <a href="#bcc" onclick="return rcmail_ui.show_header_form('bcc')" id="bcc-link"><roundcube:label name="addbcc" /></a>
101                 <span class="separator">|</span>
102                 <a href="#reply-to" onclick="return rcmail_ui.show_header_form('replyto')" id="replyto-link"><roundcube:label name="addreplyto" /></a>
e25a35 103                 <span class="separator">|</span>
3ee5a7 104                 <a href="#followup-to" onclick="return rcmail_ui.show_header_form('followupto')" id="followupto-link"><roundcube:label name="addfollowupto" /></a>
087c7d 105             </td>
A 106         </tr><tr>
b218aa 107             <td class="title"><label for="compose-subject"><roundcube:label name="subject" /></label></td>
e25a35 108             <td class="editfield"><roundcube:object name="composeSubject" id="compose-subject" form="form" tabindex="8" /></td>
b218aa 109         </tr>
087c7d 110         </table>
dda3c7 111     </div>
4e9349 112     <div id="compose-div">
087c7d 113         <div class="boxlistcontent" style="overflow: hidden; top: 0">
e25a35 114             <roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="9" />
087c7d 115         </div>
A 116         <div class="boxfooter">
b218aa 117             <div id="compose-buttons">
e25a35 118                 <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="10" />
A 119                 <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="11" />
b218aa 120             </div>
T 121             <div id="compose-editorfooter">
7152f5 122                 <roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" />
087c7d 123                 <span>
c33e08 124                     <label><roundcube:label name="editortype" /></label>
e25a35 125                     <roundcube:object name="editorSelector" editorid="compose-body" tabindex="12" />
087c7d 126                 </span>
7152f5 127                 <roundcube:endif />
087c7d 128             </div>
A 129         </div>
dda3c7 130     </div>
4e17e6 131 </div>
T 132
087c7d 133 </div>
A 134
135 <div id="composeoptionsmenu" class="popupmenu">
136     <table>
b218aa 137     <tr>
T 138         <td><label for="rcmcomposereceipt"><roundcube:label name="returnreceipt" />:</label></td>
139         <td><roundcube:object name="receiptCheckBox" form="form" id="rcmcomposereceipt" /></td>
140     </tr><tr>
f22ea7 141         <td><label for="rcmcomposedsn"><roundcube:label name="dsn" />:</label></td>
A 142         <td><roundcube:object name="dsnCheckBox" form="form" id="rcmcomposedsn" /></td>
143     </tr><tr>
b218aa 144         <td><label for="rcmcomposepriority"><roundcube:label name="priority" />:</label></td>
T 145         <td><roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" /></td>
146     </tr><tr>
147         <td><label><roundcube:label name="savesentmessagein" />:</label></td>
148         <td><roundcube:object name="storetarget" maxlength="30" /></td>
149     </tr>
087c7d 150     </table>
4e17e6 151 </div>
T 152
4be86f 153 <div id="spellmenu" class="popupmenu selectable"></div>
A 154
4e17e6 155 </form>
T 156
c16986 157 <roundcube:object name="composeAttachmentForm" id="attachment-form" attachmentFieldSize="40" class="popupmenu" />
4e17e6 158
T 159 </body>
160 </html>