2012-02-08 23:14:28 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
2012-02-10 14:06:00 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="/view/theme/default/stylesheet/style-<?php print THEME; ?>.css" />
|
2012-02-08 23:14:28 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body style="background: white;">
|
|
|
|
|
|
|
|
<div id="messagepopup">
|
|
|
|
|
|
|
|
<p>
|
2012-12-18 15:58:14 +01:00
|
|
|
<a class="messagelink" href="index.php?route=message/download&id=<?php print $id; ?>"><?php print $text_download_message; ?></a> |
|
2012-09-06 15:27:20 +02:00
|
|
|
<a class="messagelink" href="#" onclick="script:load_url_with_get('<?php print SITE_URL; ?>message.php/<?php print $id; ?>', 'mailpreviewframe'); return false;"><?php print $text_view_message; ?></a> |
|
2012-12-20 14:11:17 +01:00
|
|
|
<a class="messagelink" href="#" onclick="script:load_url_with_get('<?php print SITE_URL; ?>index.php?route=message/headers&id=<?php print $id; ?>', 'mailpreviewframe'); return false;"><?php print $text_view_headers; ?></a>
|
2012-02-08 23:14:28 +01:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p><?php print $data; ?></p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|