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