piler/webui/view/theme/default/templates/message/restore.tpl

22 lines
625 B
Smarty
Raw Normal View History

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>
2013-02-11 20:24:19 +01:00
<body>
2012-02-08 23:14:28 +01:00
<div id="messagepopup">
<p>
2012-12-18 15:58:14 +01:00
<a class="messagelink" href="index.php?route=message/download&amp;id=<?php print $id; ?>"><?php print $text_download_message; ?></a> |
2013-02-11 20:24:19 +01:00
<a class="messagelink" href="#" onclick="Piler.view_message(<?php print $id; ?>);"><?php print $text_view_message; ?></a> |
<a class="messagelink" href="#" onclick="Piler.view_headers(<?php print $id; ?>);"><?php print $text_view_headers; ?></a>
2012-02-08 23:14:28 +01:00
</p>
<p><?php print $data; ?></p>
</div>
</body>
</html>