Mercurial > hg > rc1
comparison skins/classic/templates/compose.html @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 <html xmlns="http://www.w3.org/1999/xhtml"> | |
3 <head> | |
4 <title><roundcube:object name="productname" /> :: <roundcube:label name="compose" /></title> | |
5 <roundcube:include file="/includes/links.html" /> | |
6 <roundcube:if condition="config:enable_spellcheck" /> | |
7 <link rel="stylesheet" type="text/css" href="/googiespell.css" /> | |
8 <roundcube:endif /> | |
9 <script type="text/javascript" src="/functions.js"></script> | |
10 <script type="text/javascript" src="/splitter.js"></script> | |
11 <style type="text/css"> | |
12 #compose-contacts { width: <roundcube:exp expression="!empty(cookie:composesplitterv1) ? cookie:composesplitterv1-5 : 195" />px; } | |
13 #compose-container { left: <roundcube:exp expression="!empty(cookie:composesplitterv1) ? cookie:composesplitterv1+5 : 205" />px; } | |
14 </style> | |
15 </head> | |
16 <roundcube:if condition="env:extwin" /> | |
17 <body class="extwin"> | |
18 <roundcube:object name="message" id="message" /> | |
19 <roundcube:else /> | |
20 <body> | |
21 <roundcube:include file="/includes/taskbar.html" /> | |
22 <roundcube:include file="/includes/header.html" /> | |
23 <roundcube:endif /> | |
24 | |
25 <div id="messagetoolbar"> | |
26 <roundcube:if condition="env:extwin" /> | |
27 <roundcube:button command="close" type="link" class="button back" classAct="button back" classSel="button backSel" title="close" content=" " /> | |
28 <roundcube:else /> | |
29 <roundcube:button command="list" type="link" class="button back" classAct="button back" classSel="button backSel" title="backtolist" content=" " /> | |
30 <roundcube:endif /> | |
31 <roundcube:button command="send" type="link" class="buttonPas send" classAct="button send" classSel="button sendSel" title="sendmessage" content=" " /> | |
32 <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=" " /> | |
33 <roundcube:button command="insert-sig" type="link" class="buttonPas insertsig" classAct="button insertsig" classSel="button insertsigSel" title="insertsignature" content=" " /> | |
34 <roundcube:button command="savedraft" type="link" class="buttonPas savedraft" classAct="button savedraft" classSel="button savedraftSel" title="savemessage" content=" " /> | |
35 <roundcube:if condition="config:enable_spellcheck" /> | |
36 <span class="dropbutton"> | |
37 <roundcube:button command="spellcheck" type="link" class="buttonPas spellcheck" classAct="button spellcheck" classSel="button spellcheckSel" title="checkspelling" content=" " /> | |
38 <span id="spellmenulink" onclick="rcmail_ui.show_popup('spellmenu');return false"></span> | |
39 </span> | |
40 <roundcube:endif /> | |
41 <a href="#responses" class="button responses" label="responses" title="<roundcube:label name='insertresponse' />" id="responsesmenulink" unselectable="on" onmousedown="return false" onclick="rcmail_ui.show_popup('responsesmenu');return false"> </a> | |
42 <roundcube:button command="compose-encrypted" type="link" class="buttonPas encrypt disabled" classAct="button encrypt" classSel="button encrypt" title="encryptmessagemailvelope" content=" " style="display:none" /> | |
43 <roundcube:container name="toolbar" id="compose-toolbar" /> | |
44 <roundcube:button name="messageoptions" id="composemenulink" type="link" class="button messagemenu" title="messageoptions" onclick="rcmail_ui.show_popup('composemenu', true);return false" content=" " /> | |
45 </div> | |
46 | |
47 <roundcube:form name="form" method="post"> | |
48 | |
49 <div id="mainscreen"> | |
50 | |
51 <div id="compose-contacts"> | |
52 <div class="boxtitle"> | |
53 <roundcube:label name="contacts" /> | |
54 <div id="abookcountbar" class="pagenav"> | |
55 <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " /> | |
56 <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " /> | |
57 <span style="float:left"> </span> | |
58 <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " /> | |
59 <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " /> | |
60 </div> | |
61 </div> | |
62 <div class="boxlistcontent"> | |
63 <div class="searchbox"> | |
64 <img id="searchmenulink" src="/images/icons/glass.png" width="16" height="16" /> | |
65 <roundcube:object name="searchform" id="quicksearchbox" form="true" tabindex="13" /> | |
66 <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" width="13" height="13" /> | |
67 </div> | |
68 <roundcube:object name="addressbooks" id="directorylist" /> | |
69 <roundcube:object name="addresslist" id="contacts-table" class="records-table" cellspacing="0" noheader="true" /> | |
70 </div> | |
71 <div class="boxfooter"> | |
72 <div id="abookactions"> | |
73 <roundcube:button command="add-recipient" prop="to" type="link" title="to" class="button disabled" classAct="button" content="To &raquo;" /> | |
74 <roundcube:button command="add-recipient" prop="cc" type="link" title="cc" class="button disabled" classAct="button" content="Cc &raquo;" /> | |
75 <roundcube:button command="add-recipient" prop="bcc" type="link" title="bcc" class="button disabled" classAct="button" content="Bcc &raquo;" /> | |
76 <roundcube:container name="compose-contacts-toolbar" id="compose-contacts-toolbar" /> | |
77 </div> | |
78 </div> | |
79 </div> | |
80 | |
81 <script type="text/javascript"> | |
82 var composesplitv1 = new rcube_splitter({id:'composesplitterv1', p1: 'compose-contacts', p2: 'compose-container', orientation: 'v', relative: true, start: 200}); | |
83 rcmail.add_onload('composesplitv1.init()'); | |
84 </script> | |
85 | |
86 <div id="compose-container"> | |
87 <div id="compose-headers-div" style="width: 100%;"> | |
88 <table border="0" cellspacing="0" cellpadding="1" id="compose-headers"> | |
89 <tr> | |
90 <td class="title"><label for="_from"><roundcube:label name="from" /></label></td> | |
91 <td class="editfield formlinks"> | |
92 <roundcube:object name="composeHeaders" part="from" form="form" id="_from" tabindex="1" /> | |
93 <a href="#identities" onclick="return rcmail.command('identities')"><roundcube:label name="editidents" /></a> | |
94 <roundcube:button command="extwin" image="/images/icons/extwin.png" width="15" height="15" title="openinextwin" id="openextwinlink" condition="!env:extwin" /> | |
95 </td> | |
96 </tr><tr> | |
97 <td class="title top"><label for="_to"><roundcube:label name="to" /></label></td> | |
98 <td class="editfield"><roundcube:object name="composeHeaders" part="to" form="form" id="_to" cols="70" rows="2" tabindex="2" /></td> | |
99 </tr><tr id="compose-cc"> | |
100 <td class="title top"> | |
101 <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> | |
102 <label for="_cc"><roundcube:label name="cc" /></label> | |
103 </td> | |
104 <td class="editfield"><roundcube:object name="composeHeaders" part="cc" form="form" id="_cc" cols="70" rows="2" tabindex="3" /></td> | |
105 </tr><tr id="compose-bcc"> | |
106 <td class="title top"> | |
107 <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> | |
108 <label for="_bcc"><roundcube:label name="bcc" /></label> | |
109 </td> | |
110 <td class="editfield"><roundcube:object name="composeHeaders" part="bcc" form="form" id="_bcc" cols="70" rows="2" tabindex="4" /></td> | |
111 </tr><tr id="compose-replyto"> | |
112 <td class="title top"> | |
113 <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> | |
114 <label for="_replyto"><roundcube:label name="replyto" /></label> | |
115 </td> | |
116 <td class="editfield"><roundcube:object name="composeHeaders" part="replyto" form="form" id="_replyto" size="70" tabindex="5" /></td> | |
117 </tr><tr id="compose-followupto"> | |
118 <td class="title top"> | |
119 <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> | |
120 <label for="_followupto"><roundcube:label name="followupto" /></label> | |
121 </td> | |
122 <td class="editfield"><roundcube:object name="composeHeaders" part="followupto" form="form" id="_followupto" size="70" tabindex="7" /></td> | |
123 </tr><tr> | |
124 <td></td> | |
125 <td class="formlinks"> | |
126 <a href="#cc" onclick="return rcmail_ui.show_header_form('cc')" id="cc-link"><roundcube:label name="addcc" /></a> | |
127 <span class="separator">|</span> | |
128 <a href="#bcc" onclick="return rcmail_ui.show_header_form('bcc')" id="bcc-link"><roundcube:label name="addbcc" /></a> | |
129 <span class="separator">|</span> | |
130 <a href="#reply-to" onclick="return rcmail_ui.show_header_form('replyto')" id="replyto-link"><roundcube:label name="addreplyto" /></a> | |
131 <span class="separator">|</span> | |
132 <a href="#followup-to" onclick="return rcmail_ui.show_header_form('followupto')" id="followupto-link"><roundcube:label name="addfollowupto" /></a> | |
133 </td> | |
134 </tr><tr> | |
135 <td class="title"><label for="compose-subject"><roundcube:label name="subject" /></label></td> | |
136 <td class="editfield"><roundcube:object name="composeSubject" id="compose-subject" form="form" tabindex="8" /></td> | |
137 </tr> | |
138 </table> | |
139 </div> | |
140 <div id="compose-div"> | |
141 <div id="compose-body-div"> | |
142 <div id="compose-body-parent" class="boxlistcontent" style="overflow: hidden; top: 0"> | |
143 <roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="9" /> | |
144 </div> | |
145 <div class="boxfooter"> | |
146 <div id="compose-buttons"> | |
147 <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="10" /> | |
148 <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="11" /> | |
149 </div> | |
150 <div id="compose-editorfooter" class="pagenav"> | |
151 <roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" /> | |
152 <span> | |
153 <label><roundcube:label name="editortype" /></label> | |
154 <roundcube:object name="editorSelector" editorid="compose-body" tabindex="12" /> | |
155 </span> | |
156 <roundcube:endif /> | |
157 </div> | |
158 </div> | |
159 </div> | |
160 <script type="text/javascript"> | |
161 var composesplitv2 = new rcube_splitter({id:'composesplitterv2', p1: 'compose-body-div', p2: 'compose-attachments', orientation: 'v', relative: true, start: $('#compose-headers-div').width() - 175}); | |
162 rcmail.add_onload('composesplitv2.init()'); | |
163 </script> | |
164 <div id="compose-attachments"> | |
165 <div class="boxtitle"><roundcube:label name="attachments" /></div> | |
166 <div class="boxlistcontent"> | |
167 <roundcube:object name="composeAttachmentList" id="attachmentslist" loadingIcon="/images/display/loading_blue.gif" icon_pos="left" /> | |
168 </div> | |
169 <div class="boxfooter"> | |
170 <roundcube:button name="uploadmenulink" id="uploadmenulink" type="link" title="addattachment" class="button addgroup" onclick="rcmail_ui.show_popup('uploadmenu', true);return false" content=" " /> | |
171 </div> | |
172 </div> | |
173 <roundcube:object name="fileDropArea" id="compose-attachments" /> | |
174 </div> | |
175 </div> | |
176 | |
177 </div> | |
178 | |
179 <div id="composeoptionsmenu" class="popupmenu"> | |
180 <table> | |
181 <roundcube:if condition="!in_array('mdn_default', (array)config:dont_override)" /> | |
182 <tr> | |
183 <td><label for="rcmcomposereceipt"><roundcube:label name="returnreceipt" />:</label></td> | |
184 <td><roundcube:object name="mdnCheckBox" form="form" id="rcmcomposereceipt" /></td> | |
185 </tr> | |
186 <roundcube:endif /> | |
187 <roundcube:if condition="!in_array('dsn_default', (array)config:dont_override)" /> | |
188 <tr> | |
189 <td><label for="rcmcomposedsn"><roundcube:label name="dsn" />:</label></td> | |
190 <td><roundcube:object name="dsnCheckBox" form="form" id="rcmcomposedsn" /></td> | |
191 </tr> | |
192 <roundcube:endif /> | |
193 <tr> | |
194 <td><label for="rcmcomposepriority"><roundcube:label name="priority" />:</label></td> | |
195 <td><roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" /></td> | |
196 </tr> | |
197 <roundcube:if condition="!config:no_save_sent_messages" /> | |
198 <tr> | |
199 <td><label><roundcube:label name="savesentmessagein" />:</label></td> | |
200 <td><roundcube:object name="storetarget" maxlength="30" /></td> | |
201 </tr> | |
202 <roundcube:endif /> | |
203 </table> | |
204 </div> | |
205 | |
206 <div id="responsesmenu" class="popupmenu"> | |
207 <ul id="textresponsesmenu"> | |
208 <li><label class="comment"><roundcube:label name="insertresponse" /></label></li> | |
209 <roundcube:object name="responseslist" id="responseslist" tagname="ul" itemclass="active" /> | |
210 <li><label class="comment"><roundcube:label name="manageresponses" /></label></li> | |
211 <roundcube:button command="save-response" type="link-menuitem" label="newresponse" classAct="active" unselectable="on" /> | |
212 <roundcube:button command="responses" type="link-menuitem" label="editresponses" classAct="active" /> | |
213 </ul> | |
214 </div> | |
215 | |
216 <div id="spellmenu" class="popupmenu selectable"></div> | |
217 | |
218 </form> | |
219 | |
220 <roundcube:object name="composeAttachmentForm" id="attachment-form" attachmentFieldSize="40" class="popupmenu" /> | |
221 | |
222 <div id="attachmentmenu" class="popupmenu"> | |
223 <ul class="toolbarmenu"> | |
224 <li><roundcube:button command="open-attachment" id="attachmenuopen" type="link" label="open" class="openlink" classAct="openlink active" innerclass="openlink" /></li> | |
225 <li><roundcube:button command="download-attachment" id="attachmenudownload" type="link" label="download" class="downloadlink" classAct="downloadlink active" innerclass="downloadlink" /></li> | |
226 <li><roundcube:button command="rename-attachment" id="attachmenurename" type="link" label="rename" class="renamelink" classAct="renamelink active" innerclass="renamelink" /></li> | |
227 <roundcube:container name="attachmentmenu" id="attachmentmenu" /> | |
228 </ul> | |
229 </div> | |
230 | |
231 <script type="text/javascript"> | |
232 rcube_init_mail_ui(); | |
233 </script> | |
234 | |
235 </body> | |
236 </html> |