source: github/skins/larry/templates/compose.html @ d1c909e

HEADcourier-fixdev-browser-capabilitiespdorelease-0.8
Last change on this file since d1c909e was d1c909e, checked in by thomascube <thomas@…>, 17 months ago

Move attachments list styles to common css file (to be used by other tasks and plugins, too)

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