alecpl
2008-08-29 53bd8fae60e1663447efba9f44fc6b79b3a5c1de
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" />
4e17e6 6 <link rel="stylesheet" type="text/css" href="/mail.css" />
dd53e2 7 <link rel="stylesheet" type="text/css" href="/googiespell.css" />
4e17e6 8 <script type="text/javascript">
T 9 <!--
10
7984ec 11 function rcmail_show_header_form(id, link)
T 12 {
13   var row, ns, ps;
4e17e6 14   if (row = document.getElementById(id))
7984ec 15     row.style.display = (document.all && !window.opera) ? 'block' : 'table-row';
T 16   
17   if (link)
18   {
19     if ((ns = rcmail_next_sibling(link)))
20       link.parentNode.removeChild(ns);
21     else if ((ps = rcmail_prev_sibling(link)))
22       link.parentNode.removeChild(ps);
4e17e6 23     
7984ec 24     link.parentNode.removeChild(link);
4e17e6 25   }
7984ec 26   
T 27   return false;
28 }
29
30 function rcmail_next_sibling(elm)
31 {
32   var ns = elm.nextSibling;
33   while (ns && ns.nodeType == 3)
34     ns = ns.nextSibling;
35   return ns;
36 }
37
38 function rcmail_prev_sibling(elm)
39 {
40   var ps = elm.previousSibling;
41   while (ps && ps.nodeType == 3)
42     ps = ps.previousSibling;
43   return ps;
44 }
4e17e6 45
T 46 //-->
47 </script>
48 </head>
49 <body>
50
b076a4 51 <roundcube:include file="/includes/taskbar.html" />
4e17e6 52 <roundcube:include file="/includes/header.html" />
T 53
edf762 54 <form name="form" action="./" method="post">
4e17e6 55
T 56 <div id="messagetoolbar">
7984ec 57 <table border="0" cellspacing="0" cellpadding="0"><tr>
20d7d9 58 <td id="compose-toolbar">
7984ec 59   <roundcube:button command="list" image="/images/buttons/back_act.png" imageSel="/images/buttons/back_sel.png" imageAct="/images/buttons/back_act.png" width="32" height="32" title="backtolist" />
T 60   <roundcube:button command="send" imageSel="/images/buttons/send_sel.png" imageAct="/images/buttons/send_act.png" imagePas="/images/buttons/send_pas.png" width="32" height="32" title="sendmessage" />
61   <roundcube:button command="spellcheck" imageSel="/images/buttons/spellcheck_sel.png" imageAct="/images/buttons/spellcheck_act.png" imagePas="/images/buttons/spellcheck_pas.png" width="32" height="32" title="checkspelling" />
62   <roundcube:button command="add-attachment" imageSel="/images/buttons/attach_sel.png" imageAct="/images/buttons/attach_act.png" imagePas="/images/buttons/attach_pas.png" width="32" height="32" title="addattachment" />
63   <roundcube:button command="savedraft" imageSel="/images/buttons/drafts_sel.png" imageAct="/images/buttons/drafts_act.png" imagePas="/images/buttons/drafts_pas.png" width="32" height="32" title="savemessage" />
64 </td>
65 <td id="priority-selector">
66   <label for="rcmcomposepriority"><roundcube:label name="priority" />:</label>&nbsp;<roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" />
67 </td>
68 <td id="receipt-selector">
69   <roundcube:object name="receiptCheckBox" form="form" id="rcmcomposereceipt" />&nbsp;<label for="rcmcomposereceipt"><roundcube:label name="returnreceipt" /></label>
70 </td>
71 </tr></table>
4e17e6 72 </div>
T 73
74 <div id="compose-container">
078adf 75 <table border="0" cellspacing="0" cellpadding="1" style="width:100%; height:99%;" summary="">
T 76 <tbody>
77 <tr>
4e17e6 78 <td>
T 79
078adf 80 <table border="0" cellspacing="0" cellpadding="1" id="compose-headers" summary="">
T 81 <tbody><tr>
4e17e6 82
66e2bf 83 <td class="title"><label for="rcmcomposefrom"><roundcube:label name="from" /></label></td>
T 84 <td><roundcube:object name="composeHeaders" part="from" form="form" id="rcmcomposefrom" tabindex="1" /></td>
4e17e6 85
T 86 </tr><tr>
87
66e2bf 88 <td class="title top"><label for="rcmcomposeto"><roundcube:label name="to" /></label></td>
T 89 <td><roundcube:object name="composeHeaders" part="to" form="form" id="rcmcomposeto" cols="80" rows="2" tabindex="2" /></td>
4e17e6 90
T 91 </tr><tr id="compose-cc">
92
66e2bf 93 <td class="title top"><label for="rcmcomposecc"><roundcube:label name="cc" /></label></td>
T 94 <td><roundcube:object name="composeHeaders" part="cc" form="form" id="rcmcomposecc" cols="80" rows="2" tabindex="3" /></td>
4e17e6 95
T 96 </tr><tr id="compose-bcc">
97
66e2bf 98 <td class="title top"><label for="rcmcomposebcc"><roundcube:label name="bcc" /></label></td>
T 99 <td><roundcube:object name="composeHeaders" part="bcc" form="form" id="rcmcomposebcc" cols="80" rows="2" tabindex="4" /></td>
4e17e6 100
T 101 </tr><tr id="compose-replyto">
102
66e2bf 103 <td class="title top"><label for="rcmcomposereplyto"><roundcube:label name="replyto" /></label></td>
T 104 <td><roundcube:object name="composeHeaders" part="replyto" form="form" id="rcmcomposereplyto" size="80" tabindex="5" /></td>
7984ec 105
T 106 </tr><tr>
107   
108 <td></td>
109 <td class="formlinks">
110   <a href="#cc" onclick="return rcmail_show_header_form('compose-cc', this);" id="addcclink"><roundcube:label name="addcc" /></a>
111   <span class="separator">|</span>
112   <a href="#bcc" onclick="return rcmail_show_header_form('compose-bcc', this);" id="addbcclink"><roundcube:label name="addbcc" /></a>
113   <span class="separator">|</span>
114   <a href="#reply-to" onclick="return rcmail_show_header_form('compose-replyto', this);" id="addreplytolink"><roundcube:label name="addreplyto" /></a>
115 </td>
4e17e6 116
T 117 </tr><tr>
118
66e2bf 119 <td class="title"><label for="compose-subject"><roundcube:label name="subject" /></label></td>
317219 120 <td><roundcube:object name="composeSubject" id="compose-subject" form="form" tabindex="6" /></td>
4e17e6 121
078adf 122 </tr>
T 123 </tbody>
124 </table>
4e17e6 125
T 126 </td>
127
128 </tr><tr>
129
a549a9 130 <td style="width:100%; height:90%; vertical-align:top;">
bd4209 131 <roundcube:object name="composeBody" id="compose-body" form="form" cols="80" rows="20" tabindex="7" />
078adf 132
f11541 133 <table border="0" cellspacing="0" width="100%" summary=""><tbody>
T 134 <tr>
6ed256 135 <td style="white-space: nowrap">
23bba0 136 <roundcube:button type="input" command="send" class="button" label="sendmessage" tabindex="8" />
A 137 <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="9" />
078adf 138 </td>
6ed256 139 <td style="text-align:center; white-space: nowrap">
A 140   <label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" /></label>
faf876 141 </td>
T 142 <td style="text-align:right; white-space:nowrap">
f11541 143  <roundcube:label name="editortype" />:&nbsp;
23bba0 144  <span class="radios-left"><roundcube:object name="editorSelector" tabindex="10" /></span>
4e17e6 145 </td>
f11541 146 </tr>
T 147 </tbody></table>
078adf 148
T 149 </td>
d52676 150
078adf 151 </tr>
T 152 </tbody>
153 </table>
4e17e6 154
T 155 </div>
156
157 <div id="compose-attachments">
508442 158 <div id="attachment-title"><roundcube:label name="attachments" /></div>
a894ba 159 <roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/remove-attachment.png"/ >
c8c1e0 160 <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" />
4e17e6 161 </div>
T 162
163 </form>
164
165 <roundcube:object name="composeAttachmentForm" id="attachment-form" />
166
583f1c 167 <script type="text/javascript">
T 168 <!--
169
c17991 170 var cc_field = document.getElementById('rcmcomposecc');
583f1c 171 if (cc_field && cc_field.value!='')
7984ec 172   rcmail_show_header_form('compose-cc', document.getElementById('addcclink'));
c17991 173 var bcc_field = document.getElementById('rcmcomposebcc');
462799 174 if (bcc_field && bcc_field.value!='')
7984ec 175   rcmail_show_header_form('compose-bcc', document.getElementById('addbcclink'));
583f1c 176
T 177 //-->
178 </script>
179
4e17e6 180
T 181 </body>
182 </html>