\n" . "\n". "\n"; $custom_css = 'none'; // Load default theme if possible if (@file_exists($theme[$theme_default]['PATH'])) @include ($theme[$theme_default]['PATH']); if (! isset($color) || ! is_array($color)) { // Add default color theme, if theme loading fails $color = array(); $color[0] = '#dcdcdc'; /* light gray TitleBar */ $color[1] = '#800000'; /* red */ $color[2] = '#cc0000'; /* light red Warning/Error Messages */ $color[4] = '#ffffff'; /* white Normal Background */ $color[7] = '#0000cc'; /* blue Links */ $color[8] = '#000000'; /* black Normal text */ } displayHtmlHeader( "$org_name - " . _("Login"), $header, FALSE ); echo "" . "\n" . addForm('redirect.php', 'post'); $username_form_name = 'login_username'; $password_form_name = 'secretkey'; do_hook('login_top'); if(sqgetGlobalVar('mailtodata', $mailtodata)) { $mailtofield = addHidden('mailtodata', $mailtodata); } else { $mailtofield = ''; } /* If they don't have a logo, don't bother.. */ if (isset($org_logo) && $org_logo) { /* Display width and height like good little people */ $width_and_height = ''; if (isset($org_logo_width) && is_numeric($org_logo_width) && $org_logo_width>0) { $width_and_height = " width=\"$org_logo_width\""; } if (isset($org_logo_height) && is_numeric($org_logo_height) && $org_logo_height>0) { $width_and_height .= " height=\"$org_logo_height\""; } } echo '
', html_tag( 'table bgcolor="#CC9900" width="600"', html_tag( 'tr', html_tag( 'td', '
'. ( isset($org_logo) && $org_logo ? '
' . "\n" : '' ). ( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' : '' . sprintf (_(""), $version) . '
' ."\n". ' ' . _("") . '
' . "\n" ) . html_tag( 'table bgcolor="#CC9900" border="0"', html_tag( 'tr', html_tag( 'td', '' . sprintf ("Welcome to our new Webmail interface
Please follow the new login directions closely

For example, If your email address is biff@methownet.com, your user name will be: biff.methownet

Please review your personal information (under options) to be sure your name and exact email address have been entered properly. Fill in only these two options.

") . "
\n", 'center' ) ) . html_tag( 'tr', html_tag( 'td', "\n" . html_tag( 'table bgcolor="#CC9900" border="0" width="350"', html_tag( 'tr', html_tag( 'td', _("Username:") , 'right', '', 'width="30%"' ) . html_tag( 'td', addInput($username_form_name, $loginname_value), 'left', '', 'width="70%"' ) ) . "\n" . html_tag( 'tr', html_tag( 'td', _("Password:") , 'right', '', 'width="30%"' ) . html_tag( 'td', addPwField($password_form_name). addHidden('js_autodetect_results', SMPREF_JS_OFF). $mailtofield . addHidden('just_logged_in', '1'), 'left', '', 'width="70%"' ) ) , 'center', $color[4], 'border="0" width="100%"' ) , 'left',$color[4] ) ) . html_tag( 'tr', html_tag( 'td', '
'. addSubmit(_("Login")) .'
', 'left' ) ), '', $color[4], 'border="4" width="350"' ) . '




', 'center' ) ) , '', $color[4], 'border="0" cellspacing="0" cellpadding="0" width="100%"' ); do_hook('login_form'); echo '' . "\n"; do_hook('login_bottom'); ?>