*/
function html_tag( $tag, // Tag to output
- $val = '', // Value between tags (if empty only start tag is issued)
+ $val = '', // Value between tags
$align = '', // Alignment
$bgcolor = '', // Back color
$xtra = '' ) { // Extra options
$align = strtolower( $align );
$bgc = '';
- $tag = strtoupper( $tag );
+ $tag = strtolower( $tag );
if ( isset( $languages[$squirrelmail_language]['DIR']) ) {
- $dir = $languages[$squirrelmail_language]['DIR'];
+ $dir = $languages[$squirrelmail_language]['DIR'];
} else {
$dir = 'ltr';
}
}
if ( $bgcolor <> '' ) {
- $bgc = " BGCOLOR=\"$bgcolor\"";
+ $bgc = " bgcolor=\"$bgcolor\"";
}
switch ( $align ) {
$alg = '';
break;
case 'right':
- $alg = " ALIGN=\"$rgt\"";
+ $alg = " align=\"$rgt\"";
break;
case 'left':
- $alg = " ALIGN=\"$lft\"";
+ $alg = " align=\"$lft\"";
break;
default:
- $alg = " ALIGN=\"$align\"";
+ $alg = " align=\"$align\"";
break;
}
$ret = "<$tag";
if ( $dir <> 'ltr' ) {
- $ret .= " DIR=\"$dir\"";
+ $ret .= " dir=\"$dir\"";
}
- $ret .= "$bgc$alg";
+ $ret .= $bgc . $alg;
if ( $xtra <> '' ) {
$ret .= " $xtra";
}
- $ret .= '>';
if ( $val <> '' ) {
- $ret .= "$val</$tag>";
- }
+ $ret .= ">$val</$tag>";
+ } else {
+ $ret .= ' />';
+ }
return( $ret );
}
global $theme_css, $custom_css;
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">' .
- "\n\n<HTML>\n<HEAD>\n";
+ "\n\n<html>\n<head>\n";
if ( !isset( $custom_css ) || $custom_css == 'none' ) {
if ($theme_css != '') {
- echo "<LINK REL=\"stylesheet\" TYPE=\"text/css\" HREF=\"$theme_css\">";
+ echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"$theme_css\" />";
}
} else {
- echo '<LINK REL="stylesheet" TYPE="text/css" HREF="' .
- $base_uri . 'themes/css/'.$custom_css.'">';
+ echo '<link rel="stylesheet" type="text/css" href="' .
+ $base_uri . 'themes/css/'.$custom_css.'" />';
}
if ($do_hook) {
- do_hook("generic_header");
+ do_hook('generic_header');
}
echo "\n<title>$title</title>$xtra\n";
}
if ($session) {
- $compose_uri = $base_uri.'src/compose.php?mailbox='. urlencode($mailbox).'&attachedmessages=true&session='."$session";
+ $compose_uri = $base_uri.'src/compose.php?mailbox='.urlencode($mailbox).'&attachedmessages=true&session='."$session";
} else {
$compose_uri = $base_uri.'src/compose.php?newmessage=1';
$session = 0;
$js .= "// -->\n".
"</script>\n";
- $onload = "onLoad=\"checkForm();\"";
+ $onload = 'onload="checkForm();"';
displayHtmlHeader ('SquirrelMail', $js);
break;
$js .= "// -->\n". "</script>\n";
- $onload = "onLoad=\"checkForm();\"";
+ $onload = 'onload="checkForm();"';
displayHtmlHeader ('SquirrelMail', $js);
break;
. html_tag( 'td', '', 'left' ) ."\n";
$urlMailbox = urlencode($mailbox);
if ($compose_new_win == '1') {
- echo "<a href=\"javascript:void(0)\" onclick=\"comp_in_new()\">". _("Compose"). '</a>';
+ echo '<a href="javascript:void(0)" onclick="comp_in_new()">'. _("Compose").'</a>';
}
else {
displayInternalLink ("src/compose.php?mailbox=$urlMailbox", _("Compose"), 'right');
}
echo " \n";
- displayInternalLink ("src/addressbook.php", _("Addresses"), 'right');
+ displayInternalLink ('src/addressbook.php', _("Addresses"), 'right');
echo " \n";
- displayInternalLink ("src/folders.php", _("Folders"), 'right');
+ displayInternalLink ('src/folders.php', _("Folders"), 'right');
echo " \n";
- displayInternalLink ("src/options.php", _("Options"), 'right');
+ displayInternalLink ('src/options.php', _("Options"), 'right');
echo " \n";
displayInternalLink ("src/search.php?mailbox=$urlMailbox", _("Search"), 'right');
echo " \n";
- displayInternalLink ("src/help.php", _("Help"), 'right');
+ displayInternalLink ('src/help.php', _("Help"), 'right');
echo " \n";
- do_hook("menuline");
+ do_hook('menuline');
echo " </td>\n"
. html_tag( 'td', '', 'right' ) ."\n";
switch ( $module ) {
case 'src/search.php':
$pos = getPref($data_dir, $username, 'search_pos', 0 ) - 1;
- $onload = "onLoad=\"document.forms[$pos].elements[2].focus();\"";
+ $onload = "onload=\"document.forms[$pos].elements[2].focus();\"";
displayHtmlHeader (_("Compose"));
break;
default:
"}\n";
$js .= "// -->\n".
"</script>\n";
- $onload = "onLoad=\"checkForm();\"";
+ $onload = 'onload="checkForm();"';
displayHtmlHeader (_("Compose"), $js);
break;
if ($numMessages > 0) {
$urlMailbox = urlencode($mailbox);
$pre .= "\n<small>\n" .
- " (<A HREF=\"empty_trash.php\" style=\"text-decoration:none\">"._("purge")."</A>)" .
+ " (<a href=\"empty_trash.php\" style=\"text-decoration:none\">"._("purge")."</a>)" .
"</small>";
}
} else {
if (!$boxes->is_noselect) {
- $pre .= "<a HREF=\"right_main.php?PG_SHOWALL=0&sort=0&startMessage=1&mailbox=$mailboxURL\" TARGET=\"right\">";
+ $pre .= "<a href=\"right_main.php?PG_SHOWALL=0&sort=0&startMessage=1&mailbox=$mailboxURL\" target=\"right\">";
$end .= '</a>';
}
}
/* If there are unseen message, close bolding. */
- if ($unseen > 0) { $end .= "</B>"; }
+ if ($unseen > 0) { $end .= "</b>"; }
/* Print unseen information. */
if (isset($unseen_found) && $unseen_found) {
- $end .= " <SMALL>$unseen_string</SMALL>";
+ $end .= " <small>$unseen_string</small>";
}
$font = '';
$fontend = '';
if ($boxes->is_special) {
- $font = "<FONT COLOR=\"$color[11]\">";
- $fontend = "</FONT>";
+ $font = "<font color=\"$color[11]\">";
+ $fontend = "</font>";
}
if (!$boxes->is_root) {
- echo "" . $pre .$font. $boxes->mailboxname_sub .$fontend . $end. '<br>';
+ echo "" . $pre .$font. $boxes->mailboxname_sub .$fontend . $end. '<br />';
$j++;
}
if (!$collapse || $boxes->is_root) {
} else $unseen = 0;
/* If there are unseen message, bold the line. */
- if ($unseen > 0) { $pre .= '<B>'; }
+ if ($unseen > 0) { $pre .= '<b>'; }
/* color special boxes */
if ($boxes->is_special) {
- $pre .= "<FONT COLOR=\"$color[11]\">";
- $end .= "</FONT>";
+ $pre .= "<font color=\"$color[11]\">";
+ $end .= '</font>';
}
/* If there are unseen message, close bolding. */
- if ($unseen > 0) { $end .= "</B>"; }
+ if ($unseen > 0) { $end .= '</b>'; }
/* Print unseen information. */
if (isset($unseen_found) && $unseen_found) {
if ($numMessages > 0) {
$urlMailbox = urlencode($mailbox);
$pre .= "\n<small>\n" .
- " (<a class=\"mbx_link\" HREF=\"empty_trash.php\">"._("purge")."</a>)" .
+ " (<a class=\"mbx_link\" href=\"empty_trash.php\">"._("purge")."</a>)" .
"</small>";
}
} else {
if (!$boxes->is_noselect) { /* \Noselect boxes can't be selected */
- $pre .= "<a class=\"mbx_link\" HREF=\"right_main.php?PG_SHOWALL=0&sort=0&startMessage=1&mailbox=$mailboxURL\" TARGET=\"right\">";
+ $pre .= "<a class=\"mbx_link\" href=\"right_main.php?PG_SHOWALL=0&sort=0&startMessage=1&mailbox=$mailboxURL\" target=\"right\">";
$end .= '</a>';
}
}
} else if ($boxes->is_draft) {
$folder_img = '../images/draft.gif';
} else $folder_img = '../images/folder.gif';
- $folder_img = ' <img src="'.$folder_img.'" height="15" valign="center"> ';
+ $folder_img = ' <img src="'.$folder_img.'" height="15" valign="center" /> ';
} else $folder_img = '';
if (!isset($boxes->mbxs[0])) {
echo ' ' . html_tag( 'div',
$collapse = ($collapse == '' ? SM_BOX_UNCOLLAPSED : $collapse);
}
if ($collapse) {
- $link = '<a href="javascript:void(0)">'." <img src=\"../images/plus.gif\" border=\"1\" id=$j onclick=\"hidechilds(this)\"></A>";
+ $link = '<a href="javascript:void(0)">'." <img src=\"../images/plus.gif\" border=\"1\" id=$j onclick=\"hidechilds(this)\" /></a>";
} else {
- $link = '<a href="javascript:void(0)">'."<img src=\"../images/minus.gif\" border=\"1\" id=$j onclick=\"hidechilds(this)\"></a>";
+ $link = '<a href="javascript:void(0)">'."<img src=\"../images/minus.gif\" border=\"1\" id=$j onclick=\"hidechilds(this)\" /></a>";
}
$collapse_link = $link;
} else $collapse_link='';
$collapse_link . $pre . $folder_img . ' '. $boxes->mailboxname_sub . $end ,
'left', '', 'class="mbx_par" id="' .$j. 'P"' )
. "\n";
- echo ' <INPUT TYPE="hidden" name=mbx['.$j. 'F] value="'.$collapse.'" id="mbx['.$j.'F]">'."\n";
+ echo ' <input type="hidden" name="mbx['.$j. 'F]" value="'.$collapse.'" id="mbx['.$j.'F]" />'."\n";
}
}
if ($collapse) {
- $visible = ' STYLE="display:none;"';
+ $visible = ' style="display:none;"';
} else {
- $visible = ' STYLE="display:block;"';
+ $visible = ' style="display:block;"';
}
if (isset($boxes->mbxs[0]) && !$boxes->is_root) /* mailbox contains childs */
* Using stristr since older preferences may contain "None" and "none".
*/
if (isset($left_refresh) && ($left_refresh != '') &&
- !stristr($left_refresh, "none")){
- $xtra = "\n<META HTTP-EQUIV=\"Expires\" CONTENT=\"Thu, 01 Dec 1994 16:00:00 GMT\">\n" .
- "<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">\n".
- "<META HTTP-EQUIV=\"REFRESH\" CONTENT=\"$left_refresh;URL=left_main.php\">\n";
+ !stristr($left_refresh, 'none')){
+ $xtra = "\n<meta http-equiv=\"Expires\" content=\"Thu, 01 Dec 1994 16:00:00 GMT\" />\n" .
+ "<meta http-equiv=\"Pragma\" content=\"no-cache\" />\n".
+ "<meta http-equiv=\"REFRESH\" content=\"$left_refresh;URL=left_main.php\" />\n";
} else {
$xtra = '';
}
$xtra .= <<<ECHO
-<STYLE TYPE="text/css">
+<style type="text/css">
<!--
body {
margin: 0px 0px 0px 0px;
-->
-</STYLE>
+</style>
ECHO;
sqsession_register($auto_create_done, 'auto_create_done');
}
-echo "\n<BODY BGCOLOR=\"$color[3]\" TEXT=\"$color[6]\" LINK=\"$color[6]\" VLINK=\"$color[6]\" ALINK=\"$color[6]\">\n";
+echo "\n<body bgcolor=\"$color[3]\" text=\"$color[6]\" link=\"$color[6]\" vlink=\"$color[6]\" alink=\"$color[6]\">\n";
do_hook('left_main_before');
if ($advanced_tree) {
/* nice future feature, needs layout !! volunteers? */
$right_pos = $left_size - 20;
echo '<div style="position:absolute;top:0;border=solid;border-width:0.1em;border-color:blue;"><div ID="hidef" style="width=20;font-size:12"><A HREF="javascript:hideframe(true)"><b><<</b></a></div>';
- echo '<div ID="showf" style="width=20;font-size:12;display:none;"><A HREF="javascript:hideframe(false)"><b>>></b></a></div>';
- echo '<div ID="incrf" style="width=20;font-size:12"><A HREF="javascript:resizeframe(true)"><b>></b></a></div>';
- echo '<div ID="decrf" style="width=20;font-size:12"><A HREF="javascript:resizeframe(false)"><b><</b></a></div></div>';
- echo '<div ID="leftframe"><br><br>';
+ echo '<div ID="showf" style="width=20;font-size:12;display:none;"><a href="javascript:hideframe(false)"><b>>></b></a></div>';
+ echo '<div ID="incrf" style="width=20;font-size:12"><a href="javascript:resizeframe(true)"><b>></b></a></div>';
+ echo '<div ID="decrf" style="width=20;font-size:12"><a href="javascript:resizeframe(false)"><b><</b></a></div></div>';
+ echo '<div ID="leftframe"><br /><br />';
}
echo "\n\n" . html_tag( 'table', '', 'left', '', 'border="0" cellspacing="0" cellpadding="0" width="99%"' ) .
html_tag( 'tr' ) .
html_tag( 'td', '', 'left' ) .
- '<center><font size="4"><b>'. _("Folders") . "</b><br></font>\n\n";
+ '<center><font size="4"><b>'. _("Folders") . "</b><br /></font>\n\n";
if ($date_format != 6) {
/* First, display the clock. */
/* Next, display the refresh button. */
echo '<small>(<a href="../src/left_main.php" target="left">'.
- _("refresh folder list") . '</a>)</small></center><br>';
+ _("refresh folder list") . '</a>)</small></center><br />';
/* Lastly, display the folder list. */
if ( $collapse_folders ) {
} else {
$prefix = str_replace(' ',' ',$prefix);
}
- $line = "<NOBR><TT>$prefix</TT>";
+ $line = "<nobr><tt>$prefix</tt>";
/* Add the folder name and link. */
if (! isset($color[15])) {
if (in_array('noselect', $boxes[$i]['flags'])) {
if( isSpecialMailbox( $boxes[$i]['unformatted']) ) {
- $line .= "<FONT COLOR=\"$color[11]\">";
+ $line .= "<font color=\"$color[11]\">";
} else {
- $line .= "<FONT COLOR=\"$color[15]\">";
+ $line .= "<font color=\"$color[15]\">";
}
if (ereg("^( *)([^ ]*)", $mailbox, $regs)) {
$mailbox = str_replace(' ','',$mailbox);
$line .= str_replace(' ', ' ', $mailbox);
}
- $line .= '</FONT>';
+ $line .= '</font>';
} else {
$line .= formatMailboxName($imapConnection, $boxes[$i]);
}
/* Put the final touches on our folder line. */
- $line .= "</NOBR><BR>\n";
+ $line .= "</nobr><br>\n";
/* Output the line for this folder. */
echo $line;
} else { /* expiremental code */
$boxes = sqimap_mailbox_tree($imapConnection);
if (isset($advanced_tree) && $advanced_tree) {
- echo '<FORM name=collapse action="left_main.php" METHOD=POST ' .
- 'ENCTYPE="multipart/form-data"'."\n";
- echo '<small><button type="submit" class="button" onmouseover="buttonover(this,true)" onmouseout="buttonover(this,false)" onmousedown="buttonclick(this,true)" onmouseup="buttonclick(this,false)">'. _("Save folder tree") .'</button><br><br>';
- echo '<DIV ID=mailboxes CLASS=mailboxes>'."\n\n";
+ echo '<form name="collapse" action="left_main.php" method="post" ' .
+ 'enctype="multipart/form-data"'."\n";
+ echo '<small><button type="submit" class="button" onmouseover="buttonover(this,true)" onmouseout="buttonover(this,false)" onmousedown="buttonclick(this,true)" onmouseup="buttonclick(this,false)">'. _("Save folder tree") .'</button><br /><br />';
+ echo '<div id="mailboxes" class="mailboxes">'."\n\n";
if (!isset($mbx)) $mbx=NULL;
ListAdvancedBoxes($boxes, $mbx);
echo '</div></small>'."\n";
- echo '</FORM>'."\n";
+ echo '</form>'."\n";
} else {
ListBoxes($boxes);
}
/* Output the javascript onload function. */
-$header = "<SCRIPT LANGUAGE=\"JavaScript\" type=\"text/javascript\">\n" .
+$header = "<script language=\"JavaScript\" type=\"text/javascript\">\n" .
"<!--\n".
" function squirrelmail_loginpage_onload() {\n".
" document.forms[0].js_autodetect_results.value = '" . SMPREF_JS_ON . "';\n".
$custom_css = 'none';
displayHtmlHeader( "$org_name - " . _("Login"), $header, FALSE );
-/* Set the title of this page. */
-echo '<body text="#000000" bgcolor="#FFFFFF" link="#0000CC" vlink="#0000CC" alink="#0000CC" onLoad="squirrelmail_loginpage_onload();">';
+echo '<body text="#000000" bgcolor="#FFFFFF" link="#0000CC" vlink="#0000CC" alink="#0000CC" onload="squirrelmail_loginpage_onload();">';
$username_form_name = 'login_username';
$password_form_name = 'secretkey';
html_tag( 'td',
'<center>'.
'<img src="' . $org_logo . '" alt="' . sprintf(_("%s Logo"), $org_name) .'"' .
- $width_and_height .'><br>' . "\n".
+ $width_and_height .' /><br />' . "\n".
( $hide_sm_attributions ? '' :
- '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br>' ."\n".
- ' ' . _("By the SquirrelMail Development Team") . '<br></small>' . "\n" ) .
+ '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />' ."\n".
+ ' ' . _("By the SquirrelMail Development Team") . '<br /></small>' . "\n" ) .
html_tag( 'table',
html_tag( 'tr',
html_tag( 'td',
_("Name:") ,
'right', '', 'width="30%"' ) .
html_tag( 'td',
- '<input type="text" name="' . $username_form_name .'" value="' . $loginname_value .'">' ,
+ '<input type="text" name="' . $username_form_name .'" value="' . $loginname_value .'" />' ,
'left', '', 'width="*"' )
) . "\n" .
html_tag( 'tr',
_("Password:") ,
'right', '', 'width="30%"' ) .
html_tag( 'td',
- '<input type="password" name="' . $password_form_name . '">' . "\n" .
- '<input type=hidden name="js_autodetect_results" value="SMPREF_JS_OFF">' . "\n" .
- '<input type=hidden name="just_logged_in" value=1>' . "\n",
+ '<input type="password" name="' . $password_form_name . '" />' . "\n" .
+ '<input type="hidden" name="js_autodetect_results" value="SMPREF_JS_OFF" />' . "\n" .
+ '<input type="hidden" name="just_logged_in" value="1" />' . "\n",
'left', '', 'width="*"' )
) ,
'center', '#ffffff', 'border="0" width="100%"' ) ,
) .
html_tag( 'tr',
html_tag( 'td',
- '<center><input type="submit" value="' . _("Login") . '"></center>',
+ '<center><input type="submit" value="' . _("Login") . '" /></center>',
'left' )
),
'', '#ffffff', 'border="0" width="350"' ) . '</center>',
if ($ent_ar[0] != '') {
for ($i = 0; $i < count($ent_ar); $i++) {
$body .= formatBody($imapConnection, $message, $color, $wrap_at, $ent_ar[$i], $passed_id, $mailbox);
- $body .= '<hr noshade size=1>';
+ $body .= '<hr noshade size="1" />';
}
$hookResults = do_hook('message_body', $body);
$body = $hookResults[1];
}
/* body */
echo html_tag( 'tr',
- html_tag( 'td', '<hr noshade size=1><br>' . "\n" . $body, 'left', '', 'colspan="2"' )
+ html_tag( 'td', '<hr noshade size="1" /><br>' . "\n" . $body, 'left', '', 'colspan="2"' )
) . "\n" .
'</table>' . "\n" .
/* end globals */
echo "<frameset rows=\"60, *\" noresize border=\"0\">\n".
- "<frame src=\"printer_friendly_top.php\" name=\"top_frame\" scrolling=\"no\">".
+ '<frame src="printer_friendly_top.php" name="top_frame" scrolling="no" />'.
'<frame src="printer_friendly_bottom.php?passed_ent_id='.
urlencode($passed_ent_id) . '&mailbox=' . urlencode($mailbox) .
'&passed_id=' . $passed_id .
- "\" name=\"bottom_frame\">".
- "</frameset>\n".
+ '" name="bottom_frame" />'.
+ "\n</frameset>\n".
"</html>\n";
?>
echo "<body text='$color[8]' bgcolor='$color[3]' link='$color[7]' vlink='$color[7]' alink='$color[7]'>\n" .
- //'<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0"><tr><td valign="middle" align="center">'.
html_tag( 'div',
'<b>'.
'<form>'.
- '<input type="button" value="' . _("Print") . '" onClick="printPopup()"> '.
- '<input type="button" value="' . _("Close") . '" onClick="window.parent.close()">'.
+ '<input type="button" value="' . _("Print") . '" onclick="printPopup()" /> '.
+ '<input type="button" value="' . _("Close") . '" onclick="window.parent.close()" />'.
'</form>'.
'</b>',
'right' );
- //'</td></tr></table>'.
'</body></html>'. "\n";
?>
<?php
if ($theme_css != '') {
?>
- <link rel="stylesheet" type="text/css" href="<?php echo $theme_css ?>">
+ <link rel="stylesheet" type="text/css" href="<?php echo $theme_css ?>" />
<?php
}
?>
}
if ($location_of_bar == 'right') {
- echo "<FRAME SRC=\"$right_frame_url\" NAME=\"right\" frameborder=\"1\">\n" .
- "<FRAME SRC=\"left_main.php\" NAME=\"left\" frameborder=\"1\">\n";
+ echo "<frame src=\"$right_frame_url\" name=\"right\" frameborder=\"1\" />\n" .
+ "<frame src=\"left_main.php\" name=\"left\" frameborder=\"1\" />\n";
}
else {
- echo "<FRAME SRC=\"left_main.php\" NAME=\"left\" frameborder=\"1\">\n".
- "<FRAME SRC=\"$right_frame_url\" NAME=\"right\" frameborder=\"1\">\n";
+ echo "<frame src=\"left_main.php\" name=\"left\" frameborder=\"1\" />\n".
+ "<frame src=\"$right_frame_url\" name=\"right\" frameborder=\"1\" />\n";
}
do_hook('webmail_bottom');
?>
-</FRAMESET>
-</HTML>
+</frameset>
+</html>