thomascube
2006-09-04 2f2f15b7aabe19e45dad9bddb7eb7f4394aa1e21
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">
c8c1e0 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" />
S 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" />
4e17e6 21 </div>
T 22
4647e1 23 <div id="quicksearchbar">
326e87 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" />
4647e1 25 </div>
T 26
4e17e6 27 <div id="messagecountbar">
c8c1e0 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" />
4e17e6 29 &nbsp;<roundcube:object name="messageCountDisplay" />&nbsp;
c8c1e0 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" />
4e17e6 31 </div>
T 32
33 <div id="mailboxlist-header"><roundcube:label name="mailboxlist" /></div>
cd900d 34 <div id="mailboxlist-container"><roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" /></div>
T 35
15a9d1 36 <div id="mailboxcontrols">
T 37 <roundcube:label name="folder" />:&nbsp;
38 <roundcube:button command="expunge" label="compact" classAct="active" />&nbsp;
5e3512 39 <roundcube:button command="purge" label="empty" classAct="active" />&nbsp;
15a9d1 40 </div>
T 41
4e17e6 42
T 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"
d810d5 50   deletedIcon="/images/icons/deleted.png"
4e17e6 51   repliedIcon="/images/icons/replied.png"
1cded8 52   attachmentIcon="/images/icons/attachment.png" />
4e17e6 53 </div>
T 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;
58e360 59 <roundcube:button command="select-none" label="none" classAct="active" /> &nbsp;&nbsp;&nbsp;
fda695 60 <roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="120" id="quotadisplay" />
4e17e6 61 </div>
T 62
63 </body>
64 </html>