Mercurial > hg > rc1
comparison skins/larry/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 <roundcube:object name="doctype" value="html5" /> | |
2 <html> | |
3 <head> | |
4 <title><roundcube:object name="pagetitle" /></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 </head> | |
10 <roundcube:if condition="env:extwin" /><body class="extwin"><roundcube:else /><body><roundcube:endif /> | |
11 | |
12 <roundcube:include file="/includes/header.html" /> | |
13 | |
14 <div id="mainscreen"> | |
15 | |
16 <h1 class="voice"><roundcube:object name="pagetitle" /></h1> | |
17 | |
18 <!-- toolbar --> | |
19 <h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2> | |
20 <div id="messagetoolbar" class="toolbar fullwidth" role="toolbar" aria-labelledby="aria-label-toolbar"> | |
21 <roundcube:button command="list" type="link" class="button back disabled" classAct="button back" label="cancel" condition="!env:extwin" tabindex="2" /> | |
22 <roundcube:button command="close" type="link" class="button close disabled" classAct="button close" label="cancel" condition="env:extwin" tabindex="2" /> | |
23 <span class="spacer"></span> | |
24 <roundcube:button command="send" type="link" class="button send disabled" classAct="button send" label="send" title="sendmessage" tabindex="2" /> | |
25 <roundcube:button command="savedraft" type="link" class="button savedraft disabled" classAct="button savedraft" label="save" title="savemessage" tabindex="2" /> | |
26 <span class="spacer"></span> | |
27 <roundcube:if condition="config:enable_spellcheck" /> | |
28 <span class="dropbutton"> | |
29 <roundcube:button command="spellcheck" type="link" class="button spellcheck disabled" classAct="button spellcheck" classSel="button spellcheck pressed" label="spellcheck" title="checkspelling" tabindex="2" /> | |
30 <a href="#languages" class="dropbuttontip" id="spellmenulink" onclick="UI.toggle_popup('spellmenu',event);return false" aria-haspopup="true" aria-expanded="false" tabindex="2">Select Spell Language</a> | |
31 </span> | |
32 <roundcube:endif /> | |
33 <roundcube:button name="addattachment" type="link" class="button attach" label="attach" title="addattachment" onclick="rcmail.upload_input('uploadform')" aria-haspopup="true" aria-expanded="false" tabindex="2" /> | |
34 <roundcube:button command="insert-sig" type="link" class="button insertsig disabled" classAct="button insertsig" label="signature" title="insertsignature" tabindex="2" /> | |
35 <a href="#responses" class="button responses" label="responses" title="<roundcube:label name='insertresponse' />" id="responsesmenulink" unselectable="on" onmousedown="return false" onclick="UI.toggle_popup('responsesmenu',event);return false" tabindex="2" aria-haspopup="true" aria-expanded="false" aria-owns="textresponsesmenu"><roundcube:label name="responses" /></a> | |
36 <roundcube:button command="compose-encrypted" type="link" class="button encrypt disabled" classAct="button encrypt" classSel="button encrypt selected" label="encrypt" title="encryptmessagemailvelope" tabindex="2" style="display:none" /> | |
37 <roundcube:container name="toolbar" id="compose-toolbar" /> | |
38 </div> | |
39 | |
40 <div id="mainscreencontent"> | |
41 | |
42 <div id="composeview-left"> | |
43 | |
44 <!-- inline address book --> | |
45 <div id="compose-contacts" class="uibox listbox" role="region" aria-labelledby="aria-label-composecontacts"> | |
46 <h2 id="aria-label-composecontacts" class="boxtitle"><roundcube:label name="contacts" /></h2> | |
47 <div class="listsearchbox" role="search" aria-labelledby="aria-label-composequicksearch"> | |
48 <h3 id="aria-label-composequicksearch" class="voice"><roundcube:label name="arialabelcontactquicksearch" /></h3> | |
49 <div class="searchbox"> | |
50 <label for="contactsearchbox" class="voice"><roundcube:label name="arialabelcontactsearchbox" /></label> | |
51 <roundcube:object name="searchform" id="contactsearchbox" /> | |
52 <a id="searchmenulink" class="iconbutton searchicon"> </a> | |
53 <roundcube:button command="reset-search" class="iconbutton reset" title="resetsearch" content=" " /> | |
54 </div> | |
55 </div> | |
56 <roundcube:object name="addressbooks" id="directorylist" class="treelist listing" summary="ariasummarycomposecontacts" /> | |
57 <div class="scroller withfooter" tabindex="-1"> | |
58 <roundcube:object name="addresslist" id="contacts-table" class="listing iconized" noheader="true" role="listbox" /> | |
59 </div> | |
60 <div class="boxfooter"> | |
61 <roundcube:button command="add-recipient" prop="to" type="link" title="to" class="listbutton addto disabled" classAct="listbutton addto" innerClass="inner" content="To+" /><roundcube:button command="add-recipient" prop="cc" type="link" title="cc" class="listbutton addcc disabled" classAct="listbutton addcc" innerClass="inner" content="Cc+" /><roundcube:button command="add-recipient" prop="bcc" type="link" title="bcc" class="listbutton addbcc disabled" classAct="listbutton addbcc" innerClass="inner" content="Bcc+" /><roundcube:container name="compose-contacts-toolbar" id="compose-contacts-toolbar" /> | |
62 </div> | |
63 <div class="boxpagenav"> | |
64 <roundcube:button command="firstpage" type="link" class="icon firstpage disabled" classAct="icon firstpage" title="firstpage" label="first" /> | |
65 <roundcube:button command="previouspage" type="link" class="icon prevpage disabled" classAct="icon prevpage" title="previouspage" label="previous" /> | |
66 <roundcube:button command="nextpage" type="link" class="icon nextpage disabled" classAct="icon nextpage" title="nextpage" label="next" /> | |
67 <roundcube:button command="lastpage" type="link" class="icon lastpage disabled" classAct="icon lastpage" title="lastpage" label="last" /> | |
68 </div> | |
69 </div> | |
70 | |
71 </div> | |
72 | |
73 <div id="composeview-right" role="main"> | |
74 | |
75 <roundcube:form name="form" method="post" id="compose-content" class="uibox"> | |
76 | |
77 <!-- message headers --> | |
78 <div id="composeheaders" role="region" aria-labelledby="aria-label-composeheaders"> | |
79 <h2 id="aria-label-composeheaders" class="voice"><roundcube:label name="arialabelmessageheaders" /></h2> | |
80 | |
81 <a href="#options" id="composeoptionstoggle" class="moreheaderstoggle" title="<roundcube:label name='togglecomposeoptions' />" aria-expanded="false"><span class="iconlink"></span></a> | |
82 | |
83 <table class="headers-table compose-headers"> | |
84 <tbody> | |
85 <tr> | |
86 <td class="title"><label for="_from"><roundcube:label name="from" /></label></td> | |
87 <td class="editfield"> | |
88 <roundcube:object name="composeHeaders" part="from" form="form" id="_from" tabindex="1" /> | |
89 <a href="#identities" onclick="return rcmail.command('identities')" class="iconlink edit" tabindex="0"><roundcube:label name="editidents" /></a> | |
90 </td> | |
91 </tr><tr> | |
92 <td class="title top"><label for="_to"><roundcube:label name="to" /></label></td> | |
93 <td class="editfield"><roundcube:object name="composeHeaders" part="to" form="form" id="_to" cols="70" rows="1" tabindex="1" aria-required="true" /></td> | |
94 </tr><tr id="compose-cc"> | |
95 <td class="title top"> | |
96 <label for="_cc"><roundcube:label name="cc" /></label> | |
97 <a href="#cc" onclick="return UI.hide_header_row('cc');" class="iconbutton cancel" title="<roundcube:label name='delete' />" tabindex="3"><roundcube:label name="delete" /> <roundcube:label name="cc" /></a> | |
98 </td> | |
99 <td class="editfield"><roundcube:object name="composeHeaders" part="cc" form="form" id="_cc" cols="70" rows="1" tabindex="1" /></td> | |
100 </tr><tr id="compose-bcc"> | |
101 <td class="title top"> | |
102 <label for="_bcc"><roundcube:label name="bcc" /></label> | |
103 <a href="#bcc" onclick="return UI.hide_header_row('bcc');" class="iconbutton cancel" title="<roundcube:label name='delete' />" tabindex="3"><roundcube:label name="delete" /> <roundcube:label name="bcc" /></a> | |
104 </td> | |
105 <td class="editfield"><roundcube:object name="composeHeaders" part="bcc" form="form" id="_bcc" cols="70" rows="1" tabindex="1" /></td> | |
106 </tr><tr id="compose-replyto"> | |
107 <td class="title top"> | |
108 <label for="_replyto"><roundcube:label name="replyto" /></label> | |
109 <a href="#replyto" onclick="return UI.hide_header_row('replyto');" class="iconbutton cancel" title="<roundcube:label name='delete' />" tabindex="3"><roundcube:label name="delete" /> <roundcube:label name="replyto" /></a> | |
110 </td> | |
111 <td class="editfield"><roundcube:object name="composeHeaders" part="replyto" form="form" id="_replyto" size="70" tabindex="1" /></td> | |
112 </tr><tr id="compose-followupto"> | |
113 <td class="title top"> | |
114 <label for="_followupto"><roundcube:label name="followupto" /></label> | |
115 <a href="#followupto" onclick="return UI.hide_header_row('followupto');" class="iconbutton cancel" title="<roundcube:label name='delete' />" tabindex="3"><roundcube:label name="delete" /> <roundcube:label name="followupto" /></a> | |
116 </td> | |
117 <td class="editfield"><roundcube:object name="composeHeaders" part="followupto" form="form" id="_followupto" size="70" tabindex="1" /></td> | |
118 </tr><tr> | |
119 <td></td> | |
120 <td class="formlinks"> | |
121 <a href="#cc" onclick="return UI.show_header_row('cc')" id="cc-link" class="iconlink add" tabindex="3"><roundcube:label name="addcc" /></a> | |
122 <a href="#bcc" onclick="return UI.show_header_row('bcc')" id="bcc-link" class="iconlink add" tabindex="3"><roundcube:label name="addbcc" /></a> | |
123 <a href="#reply-to" onclick="return UI.show_header_row('replyto')" id="replyto-link" class="iconlink add" tabindex="3"><roundcube:label name="addreplyto" /></a> | |
124 <a href="#followup-to" onclick="return UI.show_header_row('followupto')" id="followupto-link" class="iconlink add" tabindex="3"><roundcube:label name="addfollowupto" /></a> | |
125 </td> | |
126 </tr><tr> | |
127 <td class="title"><label for="compose-subject"><roundcube:label name="subject" /></label></td> | |
128 <td class="editfield"><roundcube:object name="composeSubject" id="compose-subject" form="form" tabindex="1" /></td> | |
129 </tr> | |
130 </tbody> | |
131 </table> | |
132 | |
133 <div id="composebuttons" class="formbuttons"> | |
134 <roundcube:button command="extwin" type="link" class="button extwin" classSel="button extwin pressed" innerClass="icon" title="openinextwin" label="openinextwin" condition="!env:extwin" /> | |
135 </div> | |
136 | |
137 <!-- (collapsible) message options --> | |
138 <div id="composeoptions" role="region" aria-labelledby="aria-label-composeoptions"> | |
139 <h2 id="aria-label-composeoptions" class="voice"><roundcube:label name="arialabelcomposeoptions" /></h2> | |
140 <roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" /> | |
141 <span class="composeoption"> | |
142 <label><roundcube:label name="editortype" /> | |
143 <roundcube:object name="editorSelector" editorid="composebody" tabindex="4" /></label> | |
144 </span> | |
145 <roundcube:endif /> | |
146 <span class="composeoption"> | |
147 <label for="rcmcomposepriority"><roundcube:label name="priority" /> | |
148 <roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" tabindex="4" /></label> | |
149 </span> | |
150 <roundcube:if condition="!in_array('mdn_default', (array)config:dont_override)" /> | |
151 <span class="composeoption"> | |
152 <label><roundcube:object name="mdnCheckBox" form="form" id="rcmcomposereceipt" tabindex="4" /> <roundcube:label name="returnreceipt" /></label> | |
153 </span> | |
154 <roundcube:endif /> | |
155 <roundcube:if condition="!in_array('dsn_default', (array)config:dont_override)" /> | |
156 <span class="composeoption"> | |
157 <label><roundcube:object name="dsnCheckBox" form="form" id="rcmcomposedsn" tabindex="4" /> <roundcube:label name="dsn" /></label> | |
158 </span> | |
159 <roundcube:endif /> | |
160 <roundcube:if condition="!config:no_save_sent_messages" /> | |
161 <span class="composeoption"> | |
162 <label><roundcube:label name="savesentmessagein" /> <roundcube:object name="storetarget" maxlength="30" style="max-width:12em" tabindex="4" /></label> | |
163 </span> | |
164 <roundcube:endif /> | |
165 <roundcube:container name="composeoptions" id="composeoptions" /> | |
166 </div> | |
167 | |
168 </div> | |
169 | |
170 <!-- message compose body --> | |
171 <div id="composeview-bottom"> | |
172 <div id="composebodycontainer"> | |
173 <label for="composebody" class="voice"><roundcube:label name="arialabelmessagebody" /></label> | |
174 <roundcube:object name="composeBody" id="composebody" form="form" cols="70" rows="20" tabindex="1" /> | |
175 </div> | |
176 <div id="compose-attachments" class="rightcol" role="region" aria-labelledby="aria-label-composeattachments"> | |
177 <h2 id="aria-label-composeattachments" class="voice"><roundcube:label name="attachments" /></h2> | |
178 <div style="text-align:center; margin-bottom:10px"> | |
179 <roundcube:object name="composeAttachmentForm" mode="hint" /> | |
180 <a class="button" tabindex="1" href="#" onclick="rcmail.upload_input('uploadform')"><roundcube:label name="addattachment" /></a> | |
181 </div> | |
182 <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" tabindex="1" /> | |
183 <roundcube:object name="fileDropArea" id="compose-attachments" /> | |
184 </div> | |
185 <!-- | |
186 <div id="composeformbuttons" class="footerleft formbuttons floating"> | |
187 <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="11" /> | |
188 <roundcube:button type="input" command="savedraft" class="button" label="savemessage" tabindex="12" /> | |
189 <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="13" /> | |
190 </div> | |
191 --> | |
192 </div> | |
193 | |
194 </form> | |
195 | |
196 </div><!-- end mailview-right --> | |
197 | |
198 </div><!-- end mainscreencontent --> | |
199 | |
200 </div><!-- end mainscreen --> | |
201 | |
202 <roundcube:object name="composeAttachmentForm" id="uploadform" mode="smart" /> | |
203 | |
204 <div id="spellmenu" class="popupmenu" aria-hidden="true"></div> | |
205 | |
206 <div id="responsesmenu" class="popupmenu" aria-hidden="true"> | |
207 <h3 id="aria-label-responsesmenu" class="voice"><roundcube:label name="arialabelresponsesmenu" /></h3> | |
208 <ul class="toolbarmenu" id="textresponsesmenu" role="menu" aria-labelledby="aria-label-responsesmenu"> | |
209 <li role="separator" class="separator" id=""><label><roundcube:label name="insertresponse" /></label></li> | |
210 <roundcube:object name="responseslist" id="responseslist" tagname="ul" itemclass="active" /> | |
211 <li role="separator" class="separator"><label><roundcube:label name="manageresponses" /></label></li> | |
212 <roundcube:button command="save-response" type="link-menuitem" label="newresponse" classAct="active" unselectable="on" /> | |
213 <roundcube:button command="responses" type="link-menuitem" label="editresponses" classAct="active" /> | |
214 </ul> | |
215 </div> | |
216 | |
217 <div id="attachmentmenu" class="popupmenu" aria-hidden="true"> | |
218 <ul class="toolbarmenu" id="attachmentoptionsmenu" role="menu"> | |
219 <roundcube:button command="open-attachment" id="attachmenuopen" type="link-menuitem" label="open" class="icon" classAct="icon active" innerclass="icon extwin" /> | |
220 <roundcube:button command="download-attachment" id="attachmenudownload" type="link-menuitem" label="download" class="icon" classAct="icon active" innerclass="icon download" /> | |
221 <roundcube:button command="rename-attachment" id="attachmenurename" type="link-menuitem" label="rename" class="icon" classAct="icon active" innerclass="icon rename" /> | |
222 <roundcube:container name="attachmentmenu" id="attachmentoptionsmenu" /> | |
223 </ul> | |
224 </div> | |
225 | |
226 <roundcube:include file="/includes/footer.html" /> | |
227 | |
228 </body> | |
229 </html> |