alecpl
2010-06-04 6749e45ed338c719735cc8ea47d83ca7e7879432
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>
4e17e6 8 </head>
5f660c 9 <body onload="rcmail_init_compose_form()">
4e17e6 10
b076a4 11 <roundcube:include file="/includes/taskbar.html" />
4e17e6 12 <roundcube:include file="/includes/header.html" />
T 13
edf762 14 <form name="form" action="./" method="post">
4e17e6 15
T 16 <div id="messagetoolbar">
7984ec 17 <table border="0" cellspacing="0" cellpadding="0"><tr>
dda3c7 18     <td id="compose-toolbar">
4a4265 19       <roundcube:button command="list" type="link" class="button back" classAct="button back" classSel="button backSel" title="backtolist" content=" " />
T 20       <roundcube:button command="send" type="link" class="buttonPas send" classAct="button send" classSel="button sendSel" title="sendmessage" content=" " />
21       <roundcube:button command="spellcheck" type="link" class="buttonPas spellcheck" classAct="button spellcheck" classSel="button spellcheckSel" title="checkspelling" content=" " />
22       <roundcube:button command="add-attachment" type="link" class="buttonPas attach" classAct="button attach" classSel="button attachSel" title="addattachment" content=" " />
0207c4 23       <roundcube:button command="insert-sig" type="link" class="buttonPas insertsig" classAct="button insertsig" classSel="button insertsigSel" title="insertsignature" content=" " />
4a4265 24       <roundcube:button command="savedraft" type="link" class="buttonPas savedraft" classAct="button savedraft" classSel="button savedraftSel" title="savemessage" content=" " />
09915f 25       <roundcube:container name="toolbar" id="compose-toolbar" />
dda3c7 26     </td>
A 27     <td id="priority-selector">
4a4265 28       <label for="rcmcomposepriority"><roundcube:label name="priority" />:</label>&nbsp;<roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" />
dda3c7 29     </td>
A 30     <td id="receipt-selector">
4a4265 31       <roundcube:object name="receiptCheckBox" form="form" id="rcmcomposereceipt" />&nbsp;<label for="rcmcomposereceipt"><roundcube:label name="returnreceipt" /></label>
dda3c7 32     </td>
7984ec 33 </tr></table>
4e17e6 34 </div>
T 35
36 <div id="compose-container">
dda3c7 37     <div id="compose-headers-div" style="width: 100%;">
A 38     <table border="0" cellspacing="0" cellpadding="1" id="compose-headers" summary="">
39     <tbody>
40         <tr>
4fb1e8 41         <td class="title"><label for="_from"><roundcube:label name="from" /></label></td>
A 42         <td><roundcube:object name="composeHeaders" part="from" form="form" id="_from" tabindex="1" /></td>
dda3c7 43         </tr><tr>
4fb1e8 44         <td class="title top"><label for="_to"><roundcube:label name="to" /></label></td>
A 45         <td><roundcube:object name="composeHeaders" part="to" form="form" id="_to" cols="70" rows="2" tabindex="2" /></td>
dda3c7 46         </tr><tr id="compose-cc">
1a7622 47         <td class="title top"><a href="#cc" onclick="return rcmail_hide_header_form('cc');"><img src="/images/icons/minus.gif" alt="" title="<roundcube:label name='delete' />" /></a>
4fb1e8 48         <label for="_cc"><roundcube:label name="cc" /></label></td>
A 49         <td><roundcube:object name="composeHeaders" part="cc" form="form" id="_cc" cols="70" rows="2" tabindex="3" /></td>
dda3c7 50         </tr><tr id="compose-bcc">
1a7622 51         <td class="title top"><a href="#bcc" onclick="return rcmail_hide_header_form('bcc');"><img src="/images/icons/minus.gif" alt="" title="<roundcube:label name='delete' />" /></a>
4fb1e8 52         <label for="_bcc"><roundcube:label name="bcc" /></label></td>
A 53         <td><roundcube:object name="composeHeaders" part="bcc" form="form" id="_bcc" cols="70" rows="2" tabindex="4" /></td>
dda3c7 54         </tr><tr id="compose-replyto">
1a7622 55         <td class="title top"><a href="#replyto" onclick="return rcmail_hide_header_form('replyto');"><img src="/images/icons/minus.gif" alt="" title="<roundcube:label name='delete' />" /></a>
4fb1e8 56         <label for="_replyto"><roundcube:label name="replyto" /></label></td>
A 57         <td><roundcube:object name="composeHeaders" part="replyto" form="form" id="_replyto" size="70" tabindex="5" /></td>
dda3c7 58         </tr><tr id="compose-links">
A 59         <td></td>
60         <td class="formlinks">
4fb1e8 61             <a href="#cc" onclick="return rcmail_show_header_form('cc')" id="cc-link"><roundcube:label name="addcc" /></a>
dda3c7 62             <span class="separator">|</span>
4fb1e8 63             <a href="#bcc" onclick="return rcmail_show_header_form('bcc')" id="bcc-link"><roundcube:label name="addbcc" /></a>
dda3c7 64             <span class="separator">|</span>
4fb1e8 65             <a href="#reply-to" onclick="return rcmail_show_header_form('replyto')" id="replyto-link"><roundcube:label name="addreplyto" /></a>
dda3c7 66         </td>
A 67         </tr><tr>
68         <td class="title"><label for="compose-subject"><roundcube:label name="subject" /></label></td>
69         <td><roundcube:object name="composeSubject" id="compose-subject" form="form" tabindex="6" /></td>
309d2f 70         </tr><tr>
A 71         <td class="title"><roundcube:label name="editortype" /></td>
72         <td>
47b929 73             <div id="editor-select"><roundcube:object name="editorSelector" editorid="compose-body" tabindex="7" /></div>
309d2f 74             <div id="spellcheck-control"></div>
A 75         </td>
dda3c7 76         </tr>
A 77     </tbody>
78     </table>
79     </div>
4e9349 80     <div id="compose-div">
47b929 81     <roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="8" />
dda3c7 82     <table border="0" cellspacing="0" summary="" style="width:100%; margin-top: 5px;"><tbody>
A 83         <tr>
84         <td style="white-space: nowrap">
47b929 85             <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="9" />
A 86             <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="10" />
dda3c7 87         </td>
309d2f 88         <td style="text-align:right; white-space: nowrap">
47b929 89             <label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" maxlength="30" tabindex="11" /></label>
dda3c7 90         </td>
A 91         </tr>
92     </tbody></table>
93     </div>
4e17e6 94 </div>
T 95
96 <div id="compose-attachments">
508442 97 <div id="attachment-title"><roundcube:label name="attachments" /></div>
3f9712 98 <roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/delete.png" cancelIcon="/images/icons/delete.png" loadingIcon="/images/display/loading_blue.gif" />
50b59a 99 <p><roundcube:button command="add-attachment" imagePas="/images/buttons/add_pas.png" imageSel="/images/buttons/add_sel.png" imageAct="/images/buttons/add_act.png" width="23" height="18" title="addattachment" /></p>
4e17e6 100 </div>
T 101
102 </form>
103
c16986 104 <roundcube:object name="composeAttachmentForm" id="attachment-form" attachmentFieldSize="40" class="popupmenu" />
4e17e6 105
T 106 </body>
107 </html>