| | |
| | | } |
| | | </style> |
| | | </head> |
| | | <roundcube:if condition="env:extwin" /> |
| | | <body class="extwin" onload="rcube_init_mail_ui()"> |
| | | <roundcube:object name="message" id="message" /> |
| | | <roundcube:else /> |
| | | <body onload="rcube_init_mail_ui()"> |
| | | |
| | | <roundcube:include file="/includes/taskbar.html" /> |
| | | <roundcube:include file="/includes/header.html" /> |
| | | <roundcube:endif /> |
| | | |
| | | <roundcube:include file="/includes/messagetoolbar.html" /> |
| | | |
| | | <div id="mainscreen"> |
| | | <roundcube:if condition="!env:extwin" /> |
| | | <div id="mailleftcontainer"> |
| | | <div id="mailboxlist-container"> |
| | | <div id="mailboxlist-title" class="boxtitle"><roundcube:label name="mailboxlist" /></div> |
| | | <div class="boxlistcontent"> |
| | | <roundcube:object name="mailboxlist" id="mailboxlist" maxlength="25" /> |
| | | <roundcube:object name="mailboxlist" id="mailboxlist" class="treelist" maxlength="25" /> |
| | | </div> |
| | | <div class="boxfooter"></div> |
| | | </div> |
| | | </div> |
| | | <roundcube:endif /> |
| | | |
| | | <div id="messageframe"> |
| | | <div class="boxlistcontent" style="top:0; overflow-x:auto"> |
| | |
| | | |
| | | </div> |
| | | |
| | | <roundcube:if condition="!env:extwin" /> |
| | | <script type="text/javascript"> |
| | | var mailviewsplitv = new rcube_splitter({id:'mailviewsplitterv', p1: 'mailboxlist-container', p2: 'messageframe', orientation: 'v', relative: true, start: 165}); |
| | | rcmail.add_onload('mailviewsplitv.init()'); |
| | | </script> |
| | | <roundcube:endif /> |
| | | |
| | | </body> |
| | | </html> |