Thomas Bruederli
2014-08-18 3ebac0167bf20104fb7a2a55934765117760264c
commit | author | age
74d4c7 1 <roundcube:object name="doctype" value="html5" />
T 2 <html>
3 <head>
4 <title><roundcube:object name="pagetitle" /></title>
5 <roundcube:include file="/includes/links.html" />
29f7b2 6 <link rel="stylesheet" type="text/css" href="/zen-form.css" />
4be86f 7 <roundcube:if condition="config:enable_spellcheck" />
74d4c7 8 <link rel="stylesheet" type="text/css" href="/googiespell.css" />
4be86f 9 <roundcube:endif />
74d4c7 10 </head>
271efe 11 <roundcube:if condition="env:extwin" /><body class="extwin"><roundcube:else /><body><roundcube:endif />
74d4c7 12
T 13 <roundcube:include file="/includes/header.html" />
14
15 <div id="mainscreen">
edfe79 16
b2992d 17 <h1 class="voice"><roundcube:object name="pagetitle" /></h1>
TB 18
edfe79 19 <!-- toolbar -->
170e45 20 <h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2>
b2992d 21 <div id="messagetoolbar" class="toolbar fullwidth" role="toolbar" aria-labelledby="aria-label-toolbar">
ea0866 22     <roundcube:button command="list" type="link" class="button back disabled" classAct="button back" label="cancel" condition="!env:extwin" tabindex="2" />
TB 23     <roundcube:button command="close" type="link" class="button close disabled" classAct="button close" label="cancel" condition="env:extwin" tabindex="2" />
edfe79 24     <span class="spacer"></span>
ea0866 25     <roundcube:button command="send" type="link" class="button send disabled" classAct="button send" label="send" title="sendmessage" tabindex="2" />
TB 26     <roundcube:button command="savedraft" type="link" class="button savedraft disabled" classAct="button savedraft" label="save" title="savemessage" tabindex="2" />
edfe79 27     <span class="spacer"></span>
TB 28     <roundcube:if condition="config:enable_spellcheck" />
29     <span class="dropbutton">
ea0866 30         <roundcube:button command="spellcheck" type="link" class="button spellcheck disabled" classAct="button spellcheck" classSel="button spellcheck pressed" label="spellcheck" title="checkspelling" tabindex="2" />
a856e8 31         <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>
edfe79 32     </span>
TB 33     <roundcube:endif />
a2f8fa 34     <roundcube:button name="addattachment" type="link" class="button attach" label="attach" title="addattachment" onclick="UI.show_uploadform(event);return false" aria-haspopup="true" aria-expanded="false"tabindex="2" />
ea0866 35     <roundcube:button command="insert-sig" type="link" class="button insertsig disabled" classAct="button insertsig" label="signature" title="insertsignature" tabindex="2" />
458af8 36     <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>
edfe79 37     <roundcube:container name="toolbar" id="compose-toolbar" />
TB 38 </div>
74d4c7 39
f8a9c2 40 <div id="mainscreencontent">
AM 41
74d4c7 42 <div id="composeview-left">
T 43
44 <!-- inline address book -->
b2992d 45 <div id="compose-contacts" class="uibox listbox" role="region" aria-labelledby="aria-label-composecontacts">
TB 46 <h2 id="aria-label-composecontacts" class="boxtitle"><roundcube:label name="contacts" /></h2>
99cdca 47     <div class="listsearchbox" role="search" aria-labelledby="aria-label-composequicksearch">
170e45 48         <h3 id="aria-label-composequicksearch" class="voice"><roundcube:label name="arialabelcontactquicksearch" /></h3>
6c27c3 49         <div class="searchbox">
170e45 50             <label for="contactsearchbox" class="voice"><roundcube:label name="arialabelcontactsearchbox" /></label>
6c27c3 51             <roundcube:object name="searchform" id="contactsearchbox" />
9e89c8 52             <a id="searchmenulink" class="iconbutton searchicon"> </a>
TB 53             <roundcube:button command="reset-search" class="iconbutton reset" title="resetsearch" content=" " />
6c27c3 54         </div>
TB 55     </div>
d58c39 56     <roundcube:object name="addressbooks" id="directorylist" class="treelist listing" summary="ariasummarycomposecontacts" />
ea0866 57     <div class="scroller withfooter" tabindex="-1">
458af8 58         <roundcube:object name="addresslist" id="contacts-table" class="listing iconized" noheader="true" role="listbox" />
071c78 59     </div>
af05fe 60 <div class="boxfooter">
c6db4a 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+" />
af05fe 62 </div>
7961f8 63 <div class="boxpagenav">
170e45 64     <roundcube:button command="firstpage" type="link" class="icon firstpage disabled" classAct="icon firstpage" title="firstpage" label="first" />
TB 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" />
7961f8 68 </div>
af05fe 69 </div>
74d4c7 70
T 71 </div>
72
b2992d 73 <div id="composeview-right" role="main">
74d4c7 74
deb2b8 75 <roundcube:form name="form" method="post" id="compose-content" class="uibox">
74d4c7 76
T 77 <!-- message headers -->
b2992d 78 <div id="composeheaders" role="region" aria-labelledby="aria-label-composeheaders">
170e45 79 <h2 id="aria-label-composeheaders" class="voice"><roundcube:label name="arialabelmessageheaders" /></h2>
b2992d 80
d0d7f4 81 <a href="#options" id="composeoptionstoggle" class="moreheaderstoggle" title="<roundcube:label name='togglecomposeoptions' />" aria-exapnded="false"><span class="iconlink"></span></a>
74d4c7 82
T 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" />
b2992d 89             <a href="#identities" onclick="return rcmail.command('identities')" class="iconlink edit" tabindex="0"><roundcube:label name="editidents" /></a>
74d4c7 90         </td>
T 91     </tr><tr>
92         <td class="title top"><label for="_to"><roundcube:label name="to" /></label></td>
ea0866 93         <td class="editfield"><roundcube:object name="composeHeaders" part="to" form="form" id="_to" cols="70" rows="1" tabindex="1" aria-required="true" /></td>
74d4c7 94     </tr><tr id="compose-cc">
T 95         <td class="title top">
96             <label for="_cc"><roundcube:label name="cc" /></label>
d58c39 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>
74d4c7 98         </td>
ea0866 99         <td class="editfield"><roundcube:object name="composeHeaders" part="cc" form="form" id="_cc" cols="70" rows="1" tabindex="1" /></td>
74d4c7 100     </tr><tr id="compose-bcc">
T 101         <td class="title top">
102             <label for="_bcc"><roundcube:label name="bcc" /></label>
d58c39 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>
74d4c7 104         </td>
ea0866 105         <td class="editfield"><roundcube:object name="composeHeaders" part="bcc" form="form" id="_bcc" cols="70" rows="1" tabindex="1" /></td>
74d4c7 106     </tr><tr id="compose-replyto">
T 107         <td class="title top">
108             <label for="_replyto"><roundcube:label name="replyto" /></label>
d58c39 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>
74d4c7 110         </td>
ea0866 111         <td class="editfield"><roundcube:object name="composeHeaders" part="replyto" form="form" id="_replyto" size="70" tabindex="1" /></td>
74d4c7 112     </tr><tr id="compose-followupto">
T 113         <td class="title top">
114             <label for="_followupto"><roundcube:label name="followupto" /></label>
d58c39 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>
74d4c7 116         </td>
ea0866 117         <td class="editfield"><roundcube:object name="composeHeaders" part="followupto" form="form" id="_followupto" size="70" tabindex="1" /></td>
74d4c7 118     </tr><tr>
T 119         <td></td>
120         <td class="formlinks">
ea0866 121             <a href="#cc" onclick="return UI.show_header_row('cc')" id="cc-link" class="iconlink add" tabindex="3"><roundcube:label name="addcc" /></a>
TB 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>
74d4c7 125         </td>
T 126     </tr><tr>
127         <td class="title"><label for="compose-subject"><roundcube:label name="subject" /></label></td>
ea0866 128         <td class="editfield"><roundcube:object name="composeSubject" id="compose-subject" form="form" tabindex="1" /></td>
74d4c7 129     </tr>
T 130 </tbody>
131 </table>
132
2d8f31 133 <div id="composebuttons" class="formbuttons">
d0d7f4 134     <roundcube:button command="extwin" type="link" class="button extwin" classSel="button extwin pressed" innerClass="icon" title="openinextwin" label="openinextwin" condition="!env:extwin" />
74d4c7 135 </div>
T 136
137 <!-- (collapsable) message options -->
b2992d 138 <div id="composeoptions" role="region" aria-labelledby="aria-label-composeoptions">
170e45 139     <h2 id="aria-label-composeoptions" class="voice"><roundcube:label name="arialabelcomposeoptions" /></h2>
edfe79 140     <roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" />
74d4c7 141     <span class="composeoption">
edfe79 142         <label><roundcube:label name="editortype" />
ea0866 143             <roundcube:object name="editorSelector" editorid="composebody" tabindex="4" /></label>
74d4c7 144     </span>
edfe79 145     <roundcube:endif />
TB 146     <span class="composeoption">
147         <label for="rcmcomposepriority"><roundcube:label name="priority" />
ea0866 148             <roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" tabindex="4" /></label>
edfe79 149     </span>
TB 150     <span class="composeoption">
ea0866 151         <label><roundcube:object name="receiptCheckBox" form="form" id="rcmcomposereceipt" tabindex="4" /> <roundcube:label name="returnreceipt" /></label>
edfe79 152     </span>
f1fba2 153     <roundcube:if condition="config:smtp_server != ''" />
edfe79 154     <span class="composeoption">
ea0866 155         <label><roundcube:object name="dsnCheckBox" form="form" id="rcmcomposedsn" tabindex="4" /> <roundcube:label name="dsn" /></label>
edfe79 156     </span>
f1fba2 157     <roundcube:endif />
ddafe4 158     <roundcube:if condition="!config:no_save_sent_messages" />
edfe79 159     <span class="composeoption">
ea0866 160         <label><roundcube:label name="savesentmessagein" /> <roundcube:object name="storetarget" maxlength="30" style="max-width:12em" tabindex="4" /></label>
edfe79 161     </span>
ddafe4 162     <roundcube:endif />
edfe79 163     <roundcube:container name="composeoptions" id="composeoptions" />
74d4c7 164 </div>
T 165
166 </div>
167
168 <!-- message compose body -->
169 <div id="composeview-bottom">
170     <div id="composebodycontainer">
170e45 171         <label for="composebody" class="voice"><roundcube:label name="arialabelmessagebody" /></label>
ea0866 172         <roundcube:object name="composeBody" id="composebody" form="form" cols="70" rows="20" tabindex="1" />
29f7b2 173         <a href="#" class="go-zen" title="<roundcube:label name='editfullscreen' />"><span class="icon-go-zen"><roundcube:label name="editfullscreen" /></span></a>
74d4c7 174     </div>
d0d7f4 175     <div id="compose-attachments" class="rightcol" role="region" aria-labelledby="aria-label-composeattachments">
TB 176         <h2 id="aria-label-composeattachments" class="voice"><roundcube:label name="attachments" /></h2>
74d4c7 177         <div style="text-align:center; margin-bottom:20px">
ea0866 178             <roundcube:button name="addattachment" type="input" class="button" classSel="button pressed" label="addattachment" onclick="UI.show_uploadform(event);return false" tabindex="1" />
74d4c7 179         </div>
d9e541 180         <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" tabindex="1" />
ae6d2d 181         <roundcube:object name="fileDropArea" id="compose-attachments" />
74d4c7 182     </div>
edfe79 183 <!--
TB 184     <div id="composeformbuttons" class="footerleft formbuttons floating">
185         <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="11" />
186         <roundcube:button type="input" command="savedraft" class="button" label="savemessage" tabindex="12" />
187         <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="13" />
188     </div>
189 -->
74d4c7 190 </div>
T 191
192 </form>
193
194 </div><!-- end mailview-right -->
195
f8a9c2 196 </div><!-- end mainscreencontent -->
AM 197
74d4c7 198 </div><!-- end mainscreen -->
1c079c 199
b2992d 200 <div id="upload-dialog" class="propform popupdialog" title="<roundcube:label name='addattachment' />" aria-hidden="true">
170e45 201     <h2 id="aria-label-uploaddialog" class="voice"><roundcube:label name="arialabelattachmentuploadform" /></h2>
4112be 202     <roundcube:object name="composeAttachmentForm" id="uploadform" buttons="no" />
74d4c7 203     <div class="formbuttons">
T 204         <roundcube:button command="send-attachment" type="input" class="button mainaction" label="upload" />
205         <roundcube:button name="close" type="input" class="button" label="cancel" onclick="UI.show_uploadform()" />
206     </div>
207 </div>
208
b2992d 209 <div id="spellmenu" class="popupmenu" aria-hidden="true"></div>
4be86f 210
b2992d 211 <div id="responsesmenu" class="popupmenu" aria-hidden="true">
170e45 212     <h3 id="aria-label-responsesmenu" class="voice"><roundcube:label name="arialabelresponsesmenu" /></h3>
TB 213     <ul class="toolbarmenu" id="textresponsesmenu" role="menu" aria-labelledby="aria-label-responsesmenu">
b2992d 214         <li role="separator" class="separator" id=""><label><roundcube:label name="insertresponse" /></label></li>
0b1de8 215         <roundcube:object name="responseslist" id="responseslist" tagname="ul" itemclass="active" />
b2992d 216         <li role="separator" class="separator"><label><roundcube:label name="manageresponses" /></label></li>
d01f9f 217         <roundcube:button command="save-response" type="link-menuitem" label="newresponse" classAct="active" unselectable="on" />
AM 218         <roundcube:button command="responses" type="link-menuitem" label="editresponses" classAct="active" />
0b1de8 219     </ul>
TB 220 </div>
221
74d4c7 222 <roundcube:include file="/includes/footer.html" />
T 223
3ebac0 224 <script type="text/javascript" src="/zen-form.js"></script>
TB 225 <script type="text/javascript">
226
227 $(document).ready(function() {
228     UI.set('exitfullscreen', '<roundcube:label name="exitfullscreen" quoting="javascript" />');
229     UI.set('switchtheme', '<roundcube:label name="switchtheme" quoting="javascript" />');
230 });
231
232 </script>
233
74d4c7 234 </body>
T 235 </html>