| | |
| | | <title><roundcube:object name="pagetitle" /></title> |
| | | <roundcube:include file="/includes/links.html" /> |
| | | <link rel="stylesheet" type="text/css" href="/mail.css" /> |
| | | <script type="text/javascript" src="/splitter.js"></script> |
| | | </head> |
| | | <body> |
| | | |
| | |
| | | </div> |
| | | |
| | | <roundcube:if condition="config:preview_pane == true" /> |
| | | <script type="text/javascript"> |
| | | var mailviewsplit = new rcube_splitter({id:'mailviewsplitter', p1: 'mailcontframe', p2: 'mailpreviewframe', orientation: 'h'}); |
| | | rcmail.add_onload('mailviewsplit.init()'); |
| | | </script> |
| | | <div id="mailpreviewframe"> |
| | | <roundcube:object name="messagecontentframe" id="messagecontframe" width="100%" height="100%" frameborder="0" src="/watermark.html" /> |
| | | </div> |
| | |
| | | <style type="text/css"> |
| | | #mailcontframe { |
| | | bottom: auto; |
| | | height: 210px; |
| | | height: 208px; |
| | | } |
| | | </style> |
| | | <roundcube:endif /> |