alecpl
2010-06-19 d7a5dfa26abe21aa9216fe862225baa2b5caca3e
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" />
e5686f 6 <script type="text/javascript" src="/splitter.js"></script>
49dfb0 7 <script type="text/javascript" src="/functions.js"></script>
a1f722 8 <style type="text/css">
189482 9 #mailboxlist-container { width: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv-5 : 170" />px; }
T 10 #messageframe { left: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 180" />px;
11 <roundcube:exp expression="browser:ie ? ('width: expression((parseInt(this.parentNode.offsetWidth)-'.(!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 180).')+\\'px\\');') : ''" />
a1f722 12 }
A 13 </style>
4e17e6 14 </head>
49dfb0 15 <body onload="rcube_init_mail_ui()">
4e17e6 16
b076a4 17 <roundcube:include file="/includes/taskbar.html" />
4e17e6 18 <roundcube:include file="/includes/header.html" />
T 19
20 <div id="messagetoolbar">
4a4265 21 <roundcube:button command="list" type="link" class="button back" classAct="button back" classSel="button backSel" title="backtolist" content=" " />
T 22 <roundcube:button command="compose" type="link" class="button compose" classAct="button compose" classSel="button composeSel" title="writenewmessage" content=" " />
23 <roundcube:button command="reply" type="link" class="buttonPas reply" classAct="button reply" classSel="button replySel" title="replytomessage" content=" " />
24 <roundcube:button command="reply-all" type="link" class="buttonPas replyAll" classAct="button replyAll" classSel="button replyAllSel" title="replytoallmessage" content=" " />
25 <roundcube:button command="forward" type="link" class="buttonPas forward" classAct="button forward" classSel="button forwardSel" title="forwardmessage" content=" " />
26 <roundcube:button command="delete" type="link" class="buttonPas delete" classAct="button delete" classSel="button deleteSel" title="deletemessage" content=" " />
cc97ea 27 <roundcube:container name="toolbar" id="messagetoolbar" />
4a4265 28 <roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button messagemenu" title="messageactions" onclick="rcmail_ui.show_messagemenu();return false" content=" " />
1e1070 29 <roundcube:object name="mailboxlist" type="select" noSelection="moveto" maxlength="25" onchange="rcmail.command('moveto', this.options[this.selectedIndex].value)" class="mboxlist" />
23d534 30 </div>
b4f7c6 31
T 32 <roundcube:include file="/includes/messagemenu.html" />
4e17e6 33
e5686f 34 <div id="mainscreen">
189482 35 <div id="mailleftcontainer">
f45bbe 36 <div id="mailboxlist-container">
e9b5a6 37 <div id="mailboxlist-title" class="boxtitle"><roundcube:label name="mailboxlist" /></div>
172e33 38 <div class="boxlistcontent">
a81be1 39 <roundcube:object name="mailboxlist" id="mailboxlist" maxlength="25" />
172e33 40 </div>
A 41 <div class="boxfooter">
42   <roundcube:button name="mboxactions" id="mboxactionslink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_mailboxmenu();return false" content=" " />
189482 43 </div>
f45bbe 44 </div>
e9b5a6 45 </div>
4e17e6 46
T 47 <div id="messageframe">
ce06d3 48 <div class="boxlistcontent" style="top:0">
9808b3 49 <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/silhouette.png" summary="Message headers" />
4e17e6 50 <roundcube:object name="messageAttachments" id="attachment-list" />
480f8c 51
4e17e6 52 <roundcube:object name="blockedObjects" id="remote-objects-message" />
be5f03 53 <roundcube:object name="messageBody" id="messagebody" />
e2dd81 54 </div>
ce06d3 55 <div class="boxfooter">
8583d6 56 <div id="countcontrols" class="pagenav">
4a4265 57   <roundcube:button command="lastmessage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessage" content=" " />
T 58   <roundcube:button command="nextmessage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextmessage" content=" " />
8583d6 59   <roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" />
4a4265 60   <roundcube:button command="previousmessage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessage" content=" " />
T 61   <roundcube:button command="firstmessage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstmessage" content=" " />
189482 62 </div>
ce06d3 63 </div>
A 64 </div>
65
e5686f 66 </div>
A 67
68 <script type="text/javascript">
69     var mailviewsplitv = new rcube_splitter({id:'mailviewsplitterv', p1: 'mailboxlist-container', p2: 'messageframe', orientation: 'v', relative: true, start: 165});
70     rcmail.add_onload('mailviewsplitv.init()');
71 </script>
72
172e33 73 <div id="mailboxoptionsmenu" class="popupmenu">
A 74   <ul>
75     <li><roundcube:button command="expunge" type="link" label="compact" classAct="active" /></li>
76     <li class="separator_below"><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li>
77     <li><roundcube:button command="folders" task="settings" type="link" label="managefolders" classAct="active" /></li>
78     <roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" />
79   </ul>
80 </div>
81
ce06d3 82 <div id="rcmversion"><roundcube:object name="productname" /> <roundcube:object name="version" /></div>
A 83
4e17e6 84 </body>
T 85 </html>