source: subversion/trunk/roundcubemail/skins/larry/templates/compose.html @ 6136

Last change on this file since 6136 was 6136, checked in by alec, 13 months ago
  • Fix typo
  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Date Author Revision
File size: 9.2 KB
Line 
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<body class="noscroll">
11
12<roundcube:include file="/includes/header.html" />
13
14<div id="mainscreen">
15
16<div id="composeview-left">
17
18<!-- inline address book -->
19<div id="compose-contacts" class="uibox listbox">
20<h2 class="boxtitle"><roundcube:label name="contacts" /></h2>
21        <roundcube:object name="addressbooks" id="directorylist" class="listing" />
22        <div class="scroller withfooter">
23                <roundcube:object name="addresslist" id="contacts-table" class="listing" noheader="true" />
24        </div>
25<div class="boxfooter">
26        <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+" />
27</div>
28<div class="boxpagenav">
29        <roundcube:button command="firstpage" type="link" class="icon firstpage disabled" classAct="icon firstpage" title="firstpage" content="|&amp;lt;" />
30        <roundcube:button command="previouspage" type="link" class="icon prevpage disabled" classAct="icon prevpage" title="previouspage" content="&amp;lt;" />
31        <roundcube:button command="nextpage" type="link" class="icon nextpage disabled" classAct="icon nextpage" title="nextpage" content="&amp;gt;" />
32        <roundcube:button command="lastpage" type="link" class="icon lastpage disabled" classAct="icon lastpage" title="lastpage" content="&amp;gt;|" />
33</div>
34</div>
35
36</div>
37
38<div id="composeview-right">
39
40<!-- toolbar -->
41<div id="messagetoolbar" class="fullwidth">
42<div id="mailtoolbar" class="toolbar">
43        <roundcube:if condition="config:enable_spellcheck" />
44        <span class="dropbutton">
45                <roundcube:button command="spellcheck" type="link" class="button spellcheck disabled" classAct="button spellcheck" classSel="button spellcheck pressed" label="spellcheck" title="checkspelling" />
46                <span class="dropbuttontip" id="spellmenulink" onclick="UI.show_popup('spellmenu');return false"></span>
47        </span>
48        <roundcube:endif />
49        <roundcube:button name="addattachment" type="link" class="button attach" classAct="button attach" classSel="button attach pressed" label="attach" title="addattachment" onclick="UI.show_uploadform();return false" />
50        <roundcube:button command="insert-sig" type="link" class="button insertsig disabled" classAct="button insertsig" classSel="button insertsig pressed" label="signature" title="insertsignature" />
51        <roundcube:container name="toolbar" id="compose-toolbar" />
52</div>
53</div>
54
55<form name="form" action="./" method="post" id="compose-content" class="uibox">
56
57<!-- message headers -->
58<div id="composeheaders">
59
60<table class="headers-table compose-headers">
61<tbody>
62        <tr>
63                <td class="title"><label for="_from"><roundcube:label name="from" /></label></td>
64                <td class="editfield">
65                        <roundcube:object name="composeHeaders" part="from" form="form" id="_from" tabindex="1" />
66                        <a href="#identities" onclick="return rcmail.command('identities')" class="iconlink edit"><roundcube:label name="editidents" /></a>
67                </td>
68        </tr><tr>
69                <td class="title top"><label for="_to"><roundcube:label name="to" /></label></td>
70                <td class="editfield"><roundcube:object name="composeHeaders" part="to" form="form" id="_to" cols="70" rows="1" tabindex="2" /></td>
71        </tr><tr id="compose-cc">
72                <td class="title top">
73                        <label for="_cc"><roundcube:label name="cc" /></label>
74                        <a href="#cc" onclick="return UI.hide_header_row('cc');" class="iconbutton cancel" title="<roundcube:label name='delete' />" />x</a>
75                </td>
76                <td class="editfield"><roundcube:object name="composeHeaders" part="cc" form="form" id="_cc" cols="70" rows="1" tabindex="3" /></td>
77        </tr><tr id="compose-bcc">
78                <td class="title top">
79                        <label for="_bcc"><roundcube:label name="bcc" /></label>
80                        <a href="#bcc" onclick="return UI.hide_header_row('bcc');" class="iconbutton cancel" title="<roundcube:label name='delete' />" />x</a>
81                </td>
82                <td colspan="2" class="editfield"><roundcube:object name="composeHeaders" part="bcc" form="form" id="_bcc" cols="70" rows="1" tabindex="4" /></td>
83        </tr><tr id="compose-replyto">
84                <td class="title top">
85                        <label for="_replyto"><roundcube:label name="replyto" /></label>
86                        <a href="#replyto" onclick="return UI.hide_header_row('replyto');" class="iconbutton cancel" title="<roundcube:label name='delete' />" />x</a>
87                </td>
88                <td class="editfield"><roundcube:object name="composeHeaders" part="replyto" form="form" id="_replyto" size="70" tabindex="5" /></td>
89        </tr><tr id="compose-followupto">
90                <td class="title top">
91                        <label for="_followupto"><roundcube:label name="followupto" /></label>
92                        <a href="#followupto" onclick="return UI.hide_header_row('followupto');" class="iconbutton cancel" title="<roundcube:label name='delete' />" />x</a>
93                </td>
94                <td class="editfield"><roundcube:object name="composeHeaders" part="followupto" form="form" id="_followupto" size="70" tabindex="7" /></td>
95        </tr><tr>
96                <td></td>
97                <td class="formlinks">
98                        <a href="#cc" onclick="return UI.show_header_row('cc')" id="cc-link" class="iconlink add"><roundcube:label name="addcc" /></a>
99                        <a href="#bcc" onclick="return UI.show_header_row('bcc')" id="bcc-link" class="iconlink add"><roundcube:label name="addbcc" /></a>
100                        <a href="#reply-to" onclick="return UI.show_header_row('replyto')" id="replyto-link" class="iconlink add"><roundcube:label name="addreplyto" /></a>
101                        <a href="#followup-to" onclick="return UI.show_header_row('followupto')" id="followupto-link" class="iconlink add"><roundcube:label name="addfollowupto" /></a>
102                </td>
103        </tr><tr>
104                <td class="title"><label for="compose-subject"><roundcube:label name="subject" /></label></td>
105                <td class="editfield"><roundcube:object name="composeSubject" id="compose-subject" form="form" tabindex="8" /></td>
106        </tr>
107</tbody>
108</table>
109
110<div id="composebuttons" class="formbuttons">
111        <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="11" />
112        <roundcube:button type="input" command="savedraft" class="button" label="savemessage" tabindex="12" />
113        <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="13" />
114</div>
115
116</div>
117
118<!-- (collapsable) message options -->
119<div id="composeoptionsbox">
120        <span class="composeoption">
121                <label><roundcube:label name="options" />
122                        <a href="#options" id="composeoptionstoggle">&nbsp;</a></label>
123        </span>
124       
125        <div id="composeoptions">
126                <roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" />
127                <span class="composeoption">
128                        <label><roundcube:label name="editortype" />
129                                <roundcube:object name="editorSelector" editorid="composebody" tabindex="14" /></label>
130                </span>
131                <roundcube:endif />
132                <span class="composeoption">
133                        <label><label for="rcmcomposepriority"><roundcube:label name="priority" />
134                                <roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" /></label>
135                </span>
136                <span class="composeoption">
137                        <label><roundcube:object name="receiptCheckBox" form="form" id="rcmcomposereceipt" /> <roundcube:label name="returnreceipt" /></label>
138                </span>
139                <span class="composeoption">
140                        <label><roundcube:object name="dsnCheckBox" form="form" id="rcmcomposedsn" /> <roundcube:label name="dsn" /></label>
141                </span>
142                <span class="composeoption">
143                        <label><roundcube:label name="savesentmessagein" /> <roundcube:object name="storetarget" maxlength="30" style="max-width:12em" /></label>
144                </span>
145                <roundcube:container name="composeoptions" id="composeoptions" />
146        </div>
147</div>
148
149<!-- message compose body -->
150<div id="composeview-bottom">
151        <div id="composebodycontainer">
152                <roundcube:object name="composeBody" id="composebody" form="form" cols="70" rows="20" tabindex="9" />
153        </div>
154        <div id="compose-attachments" class="rightcol">
155                <div style="text-align:center; margin-bottom:20px">
156                        <roundcube:button name="addattachment" type="input" class="button" classSel="button pressed" label="addattachment" onclick="UI.show_uploadform();return false" tabindex="10" />
157                </div>
158                <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" />
159        </div>
160</div>
161
162</form>
163
164<div id="mailview-bottom" class="uibox">
165        <roundcube:object name="message" id="message" class="statusbar" />
166</div>
167
168</div><!-- end mailview-right -->
169
170</div><!-- end mainscreen -->
171
172<div id="upload-dialog" class="propform popupdialog" title="<roundcube:label name='addattachment' />">
173        <roundcube:object name="composeAttachmentForm" id="uploadform" attachmentFieldSize="40" buttons="no" />
174        <div class="formbuttons">
175                <roundcube:button command="send-attachment" type="input" class="button mainaction" label="upload" />
176                <roundcube:button name="close" type="input" class="button" label="cancel" onclick="UI.show_uploadform()" />
177        </div>
178</div>
179
180<div id="spellmenu" class="popupmenu"></div>
181
182<roundcube:include file="/includes/footer.html" />
183
184</body>
185</html>
Note: See TracBrowser for help on using the repository browser.