| | |
| | | </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()"> |
| | | |
| | |
| | | <div class="boxlistcontent" style="top:0; overflow-x:auto"> |
| | | <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/silhouette.png" summary="Message headers" /> |
| | | <roundcube:object name="messageFullHeaders" id="full-headers" /> |
| | | <roundcube:object name="messageAttachments" id="attachment-list" /> |
| | | <roundcube:object name="messageAttachments" id="attachment-list" maxlength="50" /> |
| | | <roundcube:object name="messageObjects" id="message-objects" /> |
| | | <roundcube:object name="messageBody" id="messagebody" /> |
| | | </div> |
| | |
| | | |
| | | </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> |