mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 14:31:59 +01:00
22 lines
837 B
Smarty
22 lines
837 B
Smarty
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="/view/theme/default/stylesheet/style-<?php print THEME; ?>.css" />
|
|
</head>
|
|
|
|
<body style="background: white;">
|
|
|
|
<div id="messagepopup">
|
|
|
|
<p>
|
|
<a class="messagelink" href="/index.php?route=message/download&id=<?php print $id; ?>"><?php print $text_download_message; ?></a> |
|
|
<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> |
|
|
<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>
|
|
</p>
|
|
|
|
<p><?php print $data; ?></p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|