' . _("View message") . ''; } else { $ViewMessageLink = '' . _("View message") . ''; } $DownloadLink = '../src/download.php?passed_id=' . $passed_id . '&mailbox=' . urlencode($mailbox) . '&passed_ent_id=' . $passed_ent_id . '&absolute_dl=true'; echo '
' . html_tag( 'table', html_tag( 'tr', html_tag( 'td', '' . _("Viewing an image attachment") . ' - ' . $ViewMessageLink . '' , 'center', $color[0] ) ) . html_tag( 'tr', html_tag( 'td', '' . _("Download this as a file") . '
 ' . "\n" , 'center' ) ) , 'center', '', 'border="0" width="100%" cellspacing="0" cellpadding="2"' ) . html_tag( 'table', html_tag( 'tr', html_tag( 'td', '' , 'left', $color[4] ) ) , 'center', '', 'border="0" cellspacing="0" cellpadding="2"' ); ?>