thomascube
2006-05-01 326e87a5d66f0e9a2cd5f34a6e27cd056b9746ad
commit | author | age
4e17e6 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
T 2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title><roundcube:object name="pagetitle" /></title>
e66f5b 5 <roundcube:include file="/includes/links.html" />
4e17e6 6 <link rel="stylesheet" type="text/css" href="/mail.css" />
T 7 </head>
8 <body>
9
b076a4 10 <roundcube:include file="/includes/taskbar.html" />
4e17e6 11 <roundcube:include file="/includes/header.html" />
T 12
13 <div id="messagetoolbar">
14 <roundcube:button command="compose" imageAct="/images/buttons/compose_act.png" imagePas="/images/buttons/compose_pas.png" width="32" height="32" title="writenewmessage" />
15 <roundcube:button command="reply" imageAct="/images/buttons/reply_act.png" imagePas="/images/buttons/reply_pas.png" width="32" height="32" title="replytomessage" />
583f1c 16 <roundcube:button command="reply-all" imageAct="/images/buttons/replyall_act.png" imagePas="/images/buttons/replyall_pas.png" width="32" height="32" title="replytoallmessage" />
4e17e6 17 <roundcube:button command="forward" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" />
T 18 <roundcube:button command="delete" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" />
19 <roundcube:button command="print" imageAct="/images/buttons/print_act.png" imagePas="/images/buttons/print_pas.png" width="32" height="32" title="printmessage" />
20 </div>
21
4647e1 22 <div id="quicksearchbar">
326e87 23 <roundcube:object name="searchform" type="search" results="5" id="quicksearchbox" /><roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" />
4647e1 24 </div>
T 25
4e17e6 26 <div id="messagecountbar">
T 27 <roundcube:button command="previouspage" imageAct="/images/buttons/previous_act.png" imagePas="/images/buttons/previous_pas.png" width="11" height="11" title="previousmessages" />
28 &nbsp;<roundcube:object name="messageCountDisplay" />&nbsp;
29 <roundcube:button command="nextpage" imageAct="/images/buttons/next_act.png" imagePas="/images/buttons/next_pas.png" width="11" height="11" title="nextmessages" />
30 </div>
31
32 <div id="mailboxlist-header"><roundcube:label name="mailboxlist" /></div>
cd900d 33 <div id="mailboxlist-container"><roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" /></div>
T 34
15a9d1 35 <div id="mailboxcontrols">
T 36 <roundcube:label name="folder" />:&nbsp;
37 <roundcube:button command="expunge" label="compact" classAct="active" />&nbsp;
5e3512 38 <roundcube:button command="purge" label="empty" classAct="active" />&nbsp;
15a9d1 39 </div>
T 40
4e17e6 41
T 42 <div id="mailcontframe">
43 <roundcube:object name="messages"
44   id="messagelist"
45   cellspacing="0"
46   summary="Message list"
47   messageIcon="/images/icons/dot.png"
48   unreadIcon="/images/icons/unread.png"
3a8866 49   deletedIcon="/images/icons/folder-trash.png"
4e17e6 50   repliedIcon="/images/icons/replied.png"
1cded8 51   attachmentIcon="/images/icons/attachment.png" />
4e17e6 52 </div>
T 53
54 <div id="listcontrols">
55 <roundcube:label name="select" />:&nbsp;
56 <roundcube:button command="select-all" label="all" classAct="active" />&nbsp;
57 <roundcube:button command="select-all" prop="unread" label="unread" classAct="active" />&nbsp;
58e360 58 <roundcube:button command="select-none" label="none" classAct="active" /> &nbsp;&nbsp;&nbsp;
T 59 <roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" />
4e17e6 60 </div>
T 61
62 </body>
63 </html>