]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/templates/mail.html
Merge commit 'debian/0.1_beta2.2_dfsg-1' into debian
[roundcube.git] / skins / default / templates / mail.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="pagetitle" /></title>
5 <roundcube:include file="/includes/links.html" />
6 <link rel="stylesheet" type="text/css" href="/mail.css" />
7 </head>
8 <body>
9
10 <roundcube:include file="/includes/taskbar.html" />
11 <roundcube:include file="/includes/header.html" />
12
13 <div id="messagetoolbar">
14 <roundcube:button command="checkmail" imageSel="/images/buttons/inbox_sel.png" imageAct="/images/buttons/inbox_act.png" imagePas="/images/buttons/inbox_pas.png" width="32" height="32" title="checkmail" />
15 <roundcube:button command="compose" imageSel="/images/buttons/compose_sel.png" imageAct="/images/buttons/compose_act.png" imagePas="/images/buttons/compose_pas.png" width="32" height="32" title="writenewmessage" />
16 <roundcube:button command="reply" imageSel="/images/buttons/reply_sel.png" imageAct="/images/buttons/reply_act.png" imagePas="/images/buttons/reply_pas.png" width="32" height="32" title="replytomessage" />
17 <roundcube:button command="reply-all" imageSel="/images/buttons/replyall_sel.png" imageAct="/images/buttons/replyall_act.png" imagePas="/images/buttons/replyall_pas.png" width="32" height="32" title="replytoallmessage" />
18 <roundcube:button command="forward" imageSel="/images/buttons/forward_sel.png" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" />
19 <roundcube:button command="delete" imageSel="/images/buttons/delete_sel.png" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" />
20 <roundcube:button command="print" imageSel="/images/buttons/print_sel.png" imageAct="/images/buttons/print_act.png" imagePas="/images/buttons/print_pas.png" width="32" height="32" title="printmessage" />
21 </div>
22
23 <div id="quicksearchbar">
24 <roundcube:object name="searchform" type="search" results="5" id="quicksearchbox" /><roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" />
25 </div>
26
27 <div id="messagecountbar">
28 <roundcube:button command="previouspage" imageSel="/images/buttons/previous_sel.png" imageAct="/images/buttons/previous_act.png" imagePas="/images/buttons/previous_pas.png" width="11" height="11" title="previousmessages" />
29 &nbsp;<roundcube:object name="messageCountDisplay" />&nbsp;
30 <roundcube:button command="nextpage" imageSel="/images/buttons/next_sel.png" imageAct="/images/buttons/next_act.png" imagePas="/images/buttons/next_pas.png" width="11" height="11" title="nextmessages" />
31 </div>
32
33 <div id="mailboxlist-header"><roundcube:label name="mailboxlist" /></div>
34 <div id="mailboxlist-container"><roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" /></div>
35
36 <div id="mailboxcontrols">
37 <roundcube:label name="folder" />:&nbsp;
38 <roundcube:button command="expunge" label="compact" classAct="active" />&nbsp;
39 <roundcube:button command="purge" label="empty" classAct="active" />&nbsp;
40 </div>
41
42
43 <div id="mailcontframe">
44 <roundcube:object name="messages"
45   id="messagelist"
46   cellspacing="0"
47   summary="Message list"
48   messageIcon="/images/icons/dot.png"
49   unreadIcon="/images/icons/unread.png"
50   deletedIcon="/images/icons/deleted.png"
51   repliedIcon="/images/icons/replied.png"
52   attachmentIcon="/images/icons/attachment.png" />
53 </div>
54
55 <div id="listcontrols">
56 <roundcube:label name="select" />:&nbsp;
57 <roundcube:button command="select-all" label="all" classAct="active" />&nbsp;
58 <roundcube:button command="select-all" prop="unread" label="unread" classAct="active" />&nbsp;
59 <roundcube:button command="select-none" label="none" classAct="active" /> &nbsp;&nbsp;&nbsp;
60 <roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" />
61 </div>
62
63 </body>
64 </html>