source: subversion/trunk/roundcubemail/skins/default/templates/compose.html @ 2159

Last change on this file since 2159 was 2159, checked in by thomasb, 4 years ago

Validate html a tags

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.2 KB
Line 
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="/mail.css" />
7<link rel="stylesheet" type="text/css" href="/googiespell.css" />
8<script type="text/javascript" src="/functions.js"></script>
9</head>
10<body onload="rcmail_init_compose_form()">
11
12<roundcube:include file="/includes/taskbar.html" />
13<roundcube:include file="/includes/header.html" />
14
15<form name="form" action="./" method="post">
16
17<div id="messagetoolbar">
18<table border="0" cellspacing="0" cellpadding="0"><tr>
19    <td id="compose-toolbar">
20        <roundcube:button command="list" image="/images/buttons/back_act.png" imageSel="/images/buttons/back_sel.png" imageAct="/images/buttons/back_act.png" width="32" height="32" title="backtolist" />
21        <roundcube:button command="send" imageSel="/images/buttons/send_sel.png" imageAct="/images/buttons/send_act.png" imagePas="/images/buttons/send_pas.png" width="32" height="32" title="sendmessage" />
22        <roundcube:button command="spellcheck" imageSel="/images/buttons/spellcheck_sel.png" imageAct="/images/buttons/spellcheck_act.png" imagePas="/images/buttons/spellcheck_pas.png" width="32" height="32" title="checkspelling" />
23        <roundcube:button command="add-attachment" imageSel="/images/buttons/attach_sel.png" imageAct="/images/buttons/attach_act.png" imagePas="/images/buttons/attach_pas.png" width="32" height="32" title="addattachment" />
24        <roundcube:button command="savedraft" imageSel="/images/buttons/drafts_sel.png" imageAct="/images/buttons/drafts_act.png" imagePas="/images/buttons/drafts_pas.png" width="32" height="32" title="savemessage" />
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>
70        </tbody>
71        </table>
72    </div>
73    <div id="compose-div">
74        <roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="7" />
75        <table border="0" cellspacing="0" summary="" style="width:100%; margin-top: 5px;"><tbody>
76            <tr>
77                <td style="white-space: nowrap">
78                    <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="8" />
79                    <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="9" />
80                </td>
81                <td style="text-align:center; white-space: nowrap">
82                    <label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" maxlength="30" /></label>
83                </td>
84                <td style="text-align:right; white-space:nowrap">
85                    <roundcube:label name="editortype" />:&nbsp;
86                    <span class="radios-left"><roundcube:object name="editorSelector" editorid="compose-body" tabindex="10" /></span>
87                </td>
88            </tr>
89        </tbody></table>
90    </div>
91</div>
92
93<div id="compose-attachments">
94<div id="attachment-title"><roundcube:label name="attachments" /></div>
95<roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/remove-attachment.png"/ >
96<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>
97</div>
98
99</form>
100
101<roundcube:object name="composeAttachmentForm" id="attachment-form" />
102
103</body>
104</html>
Note: See TracBrowser for help on using the repository browser.