Source for file message_details_top.php
Documentation is available at message_details_top.php
* Message Details plugin - top frame with buttons
* Plugin to view the RFC822 raw message output and the bodystructure of a message
* @author Marc Groot Koerkamp
* @copyright © 2002 Marc Groot Koerkamp, The Netherlands
* @copyright © 2002-2006 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: message_details_top.php,v 1.27 2006/04/05 00:22:09 stekkel Exp $
* @subpackage message_details
* Include the SquirrelMail initialization file.
require
('../../include/init.php');
require
(SM_PATH .
'functions/forms.php');
"<script type=\"text/javascript\">\n".
"function printPopup() {\n".
"parent.frames[1].focus();\n".
"parent.frames[1].print();\n".
echo
"<body text=\"$color[8]\" bgcolor=\"$color[3]\" link=\"$color[7]\" vlink=\"$color[7]\" alink=\"$color[7]\">\n" .
'<div style="text-align: center;">' .
'<input type="button" value="' .
_("Print") .
'" onclick="printPopup()" /> '.
'<input type="button" value="' .
_("Close Window") .
'" onclick="window.parent.close()" /> '.
Documentation generated on Sat, 07 Oct 2006 16:12:29 +0300 by phpDocumentor 1.3.0RC6