]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/templates/compose.html
d2b36e045c95c2711e272c600887a54f0a1a5574
[roundcube.git] / skins / default / templates / compose.html
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 <link rel="stylesheet" type="text/css" href="/googiespell.css" />
7 <script type="text/javascript" src="/functions.js"></script>
8 </head>
9 <body onload="rcmail_init_compose_form()">
10
11 <roundcube:include file="/includes/taskbar.html" />
12 <roundcube:include file="/includes/header.html" />
13
14 <form name="form" action="./" method="post">
15
16 <div id="messagetoolbar">
17 <table border="0" cellspacing="0" cellpadding="0"><tr>
18     <td id="compose-toolbar">
19       <roundcube:button command="list" type="link" class="button back" classAct="button back" classSel="button backSel" title="backtolist" content=" " />
20       <roundcube:button command="send" type="link" class="buttonPas send" classAct="button send" classSel="button sendSel" title="sendmessage" content=" " />
21       <roundcube:button command="spellcheck" type="link" class="buttonPas spellcheck" classAct="button spellcheck" classSel="button spellcheckSel" title="checkspelling" content=" " />
22       <roundcube:button command="add-attachment" type="link" class="buttonPas attach" classAct="button attach" classSel="button attachSel" title="addattachment" content=" " />
23       <roundcube:button command="savedraft" type="link" class="buttonPas savedraft" classAct="button savedraft" classSel="button savedraftSel" title="savemessage" content=" " />
24       <roundcube:container name="toolbar" id="compose-toolbar" />
25     </td>
26     <td id="priority-selector">
27       <label for="rcmcomposepriority"><roundcube:label name="priority" />:</label>&nbsp;<roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" />
28     </td>
29     <td id="receipt-selector">
30       <roundcube:object name="receiptCheckBox" form="form" id="rcmcomposereceipt" />&nbsp;<label for="rcmcomposereceipt"><roundcube:label name="returnreceipt" /></label>
31     </td>
32 </tr></table>
33 </div>
34
35 <div id="compose-container">
36     <div id="compose-headers-div" style="width: 100%;">
37         <table border="0" cellspacing="0" cellpadding="1" id="compose-headers" summary="">
38         <tbody>
39             <tr>
40                 <td class="title"><label for="_from"><roundcube:label name="from" /></label></td>
41                 <td><roundcube:object name="composeHeaders" part="from" form="form" id="_from" tabindex="1" /></td>
42             </tr><tr>
43                 <td class="title top"><label for="_to"><roundcube:label name="to" /></label></td>
44                 <td><roundcube:object name="composeHeaders" part="to" form="form" id="_to" cols="70" rows="2" tabindex="2" /></td>
45             </tr><tr id="compose-cc">
46                 <td class="title top"><a href="#cc" onclick="return rcmail_hide_header_form('cc');"><img src="/images/icons/minus.gif" alt="" title="<roundcube:label name='delete' />" /></a>
47                 <label for="_cc"><roundcube:label name="cc" /></label></td>
48                 <td><roundcube:object name="composeHeaders" part="cc" form="form" id="_cc" cols="70" rows="2" tabindex="3" /></td>
49             </tr><tr id="compose-bcc">
50                 <td class="title top"><a href="#bcc" onclick="return rcmail_hide_header_form('bcc');"><img src="/images/icons/minus.gif" alt="" title="<roundcube:label name='delete' />" /></a>
51                 <label for="_bcc"><roundcube:label name="bcc" /></label></td>
52                 <td><roundcube:object name="composeHeaders" part="bcc" form="form" id="_bcc" cols="70" rows="2" tabindex="4" /></td>
53             </tr><tr id="compose-replyto">
54                 <td class="title top"><a href="#replyto" onclick="return rcmail_hide_header_form('replyto');"><img src="/images/icons/minus.gif" alt="" title="<roundcube:label name='delete' />" /></a>
55                 <label for="_replyto"><roundcube:label name="replyto" /></label></td>
56                 <td><roundcube:object name="composeHeaders" part="replyto" form="form" id="_replyto" size="70" tabindex="5" /></td>
57             </tr><tr id="compose-links">
58                 <td></td>
59                 <td class="formlinks">
60                     <a href="#cc" onclick="return rcmail_show_header_form('cc')" id="cc-link"><roundcube:label name="addcc" /></a>
61                     <span class="separator">|</span>
62                     <a href="#bcc" onclick="return rcmail_show_header_form('bcc')" id="bcc-link"><roundcube:label name="addbcc" /></a>
63                     <span class="separator">|</span>
64                     <a href="#reply-to" onclick="return rcmail_show_header_form('replyto')" id="replyto-link"><roundcube:label name="addreplyto" /></a>
65                 </td>
66             </tr><tr>
67                 <td class="title"><label for="compose-subject"><roundcube:label name="subject" /></label></td>
68                 <td><roundcube:object name="composeSubject" id="compose-subject" form="form" tabindex="6" /></td>
69             </tr><tr>
70                 <td class="title"><roundcube:label name="editortype" /></td>
71                 <td>
72                     <div id="editor-select"><roundcube:object name="editorSelector" editorid="compose-body" /></div>
73                     <div id="spellcheck-control"></div>
74                 </td>
75             </tr>
76         </tbody>
77         </table>
78     </div>
79     <div id="compose-div">
80         <roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="7" />
81         <table border="0" cellspacing="0" summary="" style="width:100%; margin-top: 5px;"><tbody>
82             <tr>
83                 <td style="white-space: nowrap">
84                     <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="8" />
85                     <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="9" />
86                 </td>
87                 <td style="text-align:right; white-space: nowrap">
88                     <label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" maxlength="30" tabindex="10" /></label>
89                 </td>
90             </tr>
91         </tbody></table>
92     </div>
93 </div>
94
95 <div id="compose-attachments">
96 <div id="attachment-title"><roundcube:label name="attachments" /></div>
97 <roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/delete.png" cancelIcon="/images/icons/delete.png" loadingIcon="/images/display/loading_blue.gif" />
98 <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" /></p>
99 </div>
100
101 </form>
102
103 <roundcube:object name="composeAttachmentForm" id="attachment-form" attachmentFieldSize="40" />
104
105 </body>
106 </html>