Source for file printer_friendly_top.php
Documentation is available at printer_friendly_top.php
* printer_friendly top frame
* top frame of printer_friendly_main.php
* displays some javascript buttons for printing & closing
* @copyright © 1999-2006 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: printer_friendly_top.php,v 1.30 2006/04/05 00:22:11 stekkel Exp $
* Include the SquirrelMail initialization file.
include('../include/init.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" .
'<input type="button" value="' .
_("Print") .
'" onclick="printPopup()" /> '.
'<input type="button" value="' .
_("Close") .
'" onclick="window.parent.close()" />'.
$oTemplate->display('footer.tpl');
Documentation generated on Sat, 07 Oct 2006 16:13:07 +0300 by phpDocumentor 1.3.0RC6