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