source: github/skins/default/templates/messagepart.html @ 9734bec

HEADcourier-fixdev-browser-capabilitiespdorelease-0.6release-0.7release-0.8
Last change on this file since 9734bec was 9734bec, checked in by thomascube <thomas@…>, 5 years ago

Add link to close message part window

  • Property mode set to 100644
File size: 866 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<title><roundcube:object name="pagetitle" /></title>
5<roundcube:include file="/includes/links.html" />
6<link rel="stylesheet" type="text/css" href="/mail.css" />
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" />
14
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>
18</div>
19
20
21<div id="messagepartcontainer">
22<roundcube:object name="messagePartFrame" id="messagepartframe" width="100%" height="100%" />
23</div>
24
25</body>
26</html>
Note: See TracBrowser for help on using the repository browser.