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 |
|
|
11 |
function rcmail_toggle_display(id) |
|
12 |
{ |
|
13 |
var row, disp; |
|
14 |
if (row = document.getElementById(id)) |
|
15 |
{ |
7e85e0
|
16 |
disp = (!row.style.display || row.style.display=='none') ? ((document.all && !window.opera) ? 'block' : 'table-row') : 'none'; |
4e17e6
|
17 |
row.style.display = disp; |
T |
18 |
} |
|
19 |
|
|
20 |
return false; |
|
21 |
} |
|
22 |
|
|
23 |
//--> |
|
24 |
</script> |
|
25 |
</head> |
|
26 |
<body> |
|
27 |
|
b076a4
|
28 |
<roundcube:include file="/includes/taskbar.html" /> |
4e17e6
|
29 |
<roundcube:include file="/includes/header.html" /> |
T |
30 |
|
edf762
|
31 |
<form name="form" action="./" method="post"> |
4e17e6
|
32 |
|
T |
33 |
<div id="messagetoolbar"> |
4b9efb
|
34 |
<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" /> |
c8c1e0
|
35 |
<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" /> |
S |
36 |
<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" /> |
|
37 |
<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" /> |
|
38 |
<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" /> |
4e17e6
|
39 |
|
T |
40 |
<div id="priority-selector"> |
66e2bf
|
41 |
<label for="rcmcomposepriority"><roundcube:label name="priority" />:</label> <roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" /> |
4e17e6
|
42 |
</div> |
T |
43 |
|
620439
|
44 |
<div id="receipt-selector"> |
66e2bf
|
45 |
<roundcube:object name="receiptCheckBox" form="form" id="rcmcomposereceipt" /> <label for="rcmcomposereceipt"><roundcube:label name="returnreceipt" /></label> |
620439
|
46 |
</div> |
T |
47 |
|
4e17e6
|
48 |
</div> |
T |
49 |
|
|
50 |
<div id="compose-container"> |
078adf
|
51 |
<table border="0" cellspacing="0" cellpadding="1" style="width:100%; height:99%;" summary=""> |
T |
52 |
<tbody> |
|
53 |
<tr> |
4e17e6
|
54 |
<td> |
T |
55 |
|
078adf
|
56 |
<table border="0" cellspacing="0" cellpadding="1" id="compose-headers" summary=""> |
T |
57 |
<tbody><tr> |
4e17e6
|
58 |
|
66e2bf
|
59 |
<td class="title"><label for="rcmcomposefrom"><roundcube:label name="from" /></label></td> |
T |
60 |
<td><roundcube:object name="composeHeaders" part="from" form="form" id="rcmcomposefrom" tabindex="1" /></td> |
4e17e6
|
61 |
|
T |
62 |
</tr><tr> |
|
63 |
|
66e2bf
|
64 |
<td class="title top"><label for="rcmcomposeto"><roundcube:label name="to" /></label></td> |
T |
65 |
<td><roundcube:object name="composeHeaders" part="to" form="form" id="rcmcomposeto" cols="80" rows="2" tabindex="2" /></td> |
4e17e6
|
66 |
<td class="add-button"><a href="#" onclick="return rcmail_toggle_display('compose-cc')">[Cc]</a><br /> |
T |
67 |
<a href="#" onclick="return rcmail_toggle_display('compose-bcc')">[Bcc]</a><br /></td> |
|
68 |
|
|
69 |
</tr><tr id="compose-cc"> |
|
70 |
|
66e2bf
|
71 |
<td class="title top"><label for="rcmcomposecc"><roundcube:label name="cc" /></label></td> |
T |
72 |
<td><roundcube:object name="composeHeaders" part="cc" form="form" id="rcmcomposecc" cols="80" rows="2" tabindex="3" /></td> |
4e17e6
|
73 |
|
T |
74 |
</tr><tr id="compose-bcc"> |
|
75 |
|
66e2bf
|
76 |
<td class="title top"><label for="rcmcomposebcc"><roundcube:label name="bcc" /></label></td> |
T |
77 |
<td><roundcube:object name="composeHeaders" part="bcc" form="form" id="rcmcomposebcc" cols="80" rows="2" tabindex="4" /></td> |
4e17e6
|
78 |
|
T |
79 |
</tr><tr id="compose-replyto"> |
|
80 |
|
66e2bf
|
81 |
<td class="title top"><label for="rcmcomposereplyto"><roundcube:label name="replyto" /></label></td> |
T |
82 |
<td><roundcube:object name="composeHeaders" part="replyto" form="form" id="rcmcomposereplyto" size="80" tabindex="5" /></td> |
4e17e6
|
83 |
|
T |
84 |
</tr><tr> |
|
85 |
|
66e2bf
|
86 |
<td class="title"><label for="compose-subject"><roundcube:label name="subject" /></label></td> |
317219
|
87 |
<td><roundcube:object name="composeSubject" id="compose-subject" form="form" tabindex="6" /></td> |
4e17e6
|
88 |
|
078adf
|
89 |
</tr> |
T |
90 |
</tbody> |
|
91 |
</table> |
4e17e6
|
92 |
|
T |
93 |
</td> |
|
94 |
|
|
95 |
</tr><tr> |
|
96 |
|
a549a9
|
97 |
<td style="width:100%; height:90%; vertical-align:top;"> |
078adf
|
98 |
<roundcube:object name="composeBody" id="compose-body" form="form" cols="80" rows="20" wrap="virtual" tabindex="7" /> |
T |
99 |
|
f11541
|
100 |
<table border="0" cellspacing="0" width="100%" summary=""><tbody> |
T |
101 |
<tr> |
078adf
|
102 |
<td> |
T |
103 |
<roundcube:button type="input" command="send" class="button" label="sendmessage" /> |
|
104 |
<roundcube:button type="input" command="list" class="button" label="cancel" /> |
|
105 |
</td> |
|
106 |
<td align="right"> |
f11541
|
107 |
<roundcube:label name="editortype" />: |
T |
108 |
<span class="radios-left"><roundcube:object name="editorSelector" tabindex="9" /></span> |
4e17e6
|
109 |
</td> |
f11541
|
110 |
</tr> |
T |
111 |
</tbody></table> |
078adf
|
112 |
|
T |
113 |
</td> |
d52676
|
114 |
|
078adf
|
115 |
</tr> |
T |
116 |
</tbody> |
|
117 |
</table> |
4e17e6
|
118 |
|
T |
119 |
</div> |
|
120 |
|
|
121 |
<div id="compose-attachments"> |
508442
|
122 |
<div id="attachment-title"><roundcube:label name="attachments" /></div> |
a894ba
|
123 |
<roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/remove-attachment.png"/ > |
c8c1e0
|
124 |
<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
|
125 |
</div> |
T |
126 |
|
|
127 |
</form> |
|
128 |
|
|
129 |
<roundcube:object name="composeAttachmentForm" id="attachment-form" /> |
|
130 |
|
583f1c
|
131 |
<script type="text/javascript"> |
T |
132 |
<!-- |
|
133 |
|
|
134 |
var cc_field = document.form._cc; |
|
135 |
if (cc_field && cc_field.value!='') |
|
136 |
rcmail_toggle_display('compose-cc'); |
462799
|
137 |
var bcc_field = document.form._bcc; |
S |
138 |
if (bcc_field && bcc_field.value!='') |
|
139 |
rcmail_toggle_display('compose-bcc'); |
583f1c
|
140 |
|
T |
141 |
//--> |
|
142 |
</script> |
|
143 |
|
4e17e6
|
144 |
|
T |
145 |
</body> |
|
146 |
</html> |