Source for file newmail.php
Documentation is available at newmail.php
* newmail.php - popup page
* Displays all options relating to new mail sounds
* @copyright © 1999-2006 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: newmail.php,v 1.28 2006/06/15 15:04:29 jervfors Exp $
* Path for SquirrelMail required files.
require
('../../include/init.php');
sqGetGlobalVar('numnew', $numnew, SQ_GET);
echo
'<body bgcolor="'.
$color[4].
'" topmargin="0" leftmargin="0" rightmargin="0" marginwidth="0" marginheight="0">'.
"\n".
'<div style="text-align: center;">'.
"\n" .
// i18n: %s inserts the organisation name (typically SquirrelMail)
html_tag( 'td', '<b>' .
sprintf(_("%s notice:"), $org_name) .
'</b>', 'center', $color[0] )
'<br /><big><font color="' .
$color[2] .
'">'.
sprintf(ngettext("You have %s new message","You have %s new messages",$numnew), $numnew ) .
'</font><br /></big><br />' .
"\n" .
'<form name="nm">' .
"\n".
'<input type="button" name="bt" value="' .
_("Close Window") .
'" onclick="javascript:window.close();" />'.
"\n".
'', '', 'width="100%" cellpadding="2" cellspacing="2" border="0"' ) .
"<script type=\"text/javascript\">\n".
"document.nm.bt.focus();\n".
Documentation generated on Sat, 07 Oct 2006 16:12:39 +0300 by phpDocumentor 1.3.0RC6