alecpl
2008-08-29 53bd8fae60e1663447efba9f44fc6b79b3a5c1de
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 class="extwin">
9
10 <roundcube:include file="/includes/header.html" />
11
12 <div id="partheader">
13 <roundcube:object name="messagePartControls" cellpadding="2" cellspacing="0" />
9734be 14
T 15 <div style="position:absolute; top:2px; right:0; width:12em; text-align:right">
16   [<a href="#close" class="closelink" onclick="self.close()"><roundcube:label name="close" /></a>]
17 </div>
4e17e6 18 </div>
T 19
20
21 <div id="messagepartcontainer">
c3f94d 22 <roundcube:object name="messagePartFrame" id="messagepartframe" width="100%" height="100%" />
4e17e6 23 </div>
T 24
25 </body>
26 </html>