X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Faddrbook_search_html.php;h=0150e815dbf3de45d693a9db56f81f90c2522bab;hb=7c7b74b374e2cbc848b8fff895123d26f0d9051d;hp=a1604e6de2da0a84338d10846d0b471601d7c65f;hpb=00a065a69448f66db8f29fda00961878926a5912;p=squirrelmail.git diff --git a/src/addrbook_search_html.php b/src/addrbook_search_html.php index a1604e6d..0150e815 100644 --- a/src/addrbook_search_html.php +++ b/src/addrbook_search_html.php @@ -3,36 +3,48 @@ /** * addrbook_search_html.php * - * Copyright (c) 1999-2002 The SquirrelMail Project Team + * Copyright (c) 1999-2003 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * Handle addressbook searching with pure html. * * This file is included from compose.php * - * NOTE: A lot of this code is similar to the code in - * addrbook_search.html -- If you change one, change - * the other one too! - * * $Id$ */ -require_once('../src/validate.php'); -require_once('../functions/date.php'); -require_once('../functions/smtp.php'); -require_once('../functions/display_messages.php'); -require_once('../functions/addressbook.php'); -require_once('../functions/plugin.php'); +/* Path for SquirrelMail required files. */ +if (! defined('SM_PATH') ) { + define('SM_PATH','../'); +} + +/* SquirrelMail required files. */ +require_once(SM_PATH . 'include/validate.php'); +require_once(SM_PATH . 'functions/global.php'); +require_once(SM_PATH . 'functions/date.php'); +require_once(SM_PATH . 'functions/display_messages.php'); +require_once(SM_PATH . 'functions/addressbook.php'); +require_once(SM_PATH . 'functions/plugin.php'); +require_once(SM_PATH . 'functions/strings.php'); +require_once(SM_PATH . 'functions/html.php'); + +sqgetGlobalVar('session', $session, SQ_POST); +sqgetGlobalVar('mailbox', $mailbox, SQ_POST); +sqgetGlobalVar('addrquery', $addrquery, SQ_POST); +sqgetGlobalVar('listall', $listall, SQ_POST); +sqgetGlobalVar('backend', $backend, SQ_POST); /* Insert hidden data */ function addr_insert_hidden() { global $body, $subject, $send_to, $send_to_cc, $send_to_bcc, $mailbox, - $identity; + $identity, $session; echo '' . "\n" . + '' . "\n" . '' . "\n" . '\n" . + echo '
'."\n" . '' . "\n"; addr_insert_hidden(); $line = 0; - echo '' . - '\n"; + echo "\n"; foreach ($res as $row) { - echo '' . - '' . - ''; + htmlspecialchars($email) . '"> ' . _("Bcc") . ' ' , + 'center', '', 'width="5%" nowrap' ) . + html_tag( 'td', ' ' . htmlspecialchars($row['name']) . ' ', 'left', '', 'nowrap' ) . + html_tag( 'td', ' ' . htmlspecialchars($row['email']) . ' ', 'left', '', 'nowrap' ) . + html_tag( 'td', ' ' . htmlspecialchars($row['label']) . ' ', 'left', '', 'nowrap' ); + } + if ($includesource) { - echo ''; + echo html_tag( 'td', ' ' . $row['source'] . ' ', 'left', '', 'nowrap' ); } echo "\n"; $line ++; } - echo '' . + if ($includesource) { $td_colspan = '5'; } else { $td_colspan = '4'; } + echo html_tag( 'tr', + html_tag( 'td', + '' , + 'center', '', 'colspan="'. $td_colspan .'"' ) + ) . '
 ' . - ' ' . _("Name") . - ' ' . _("E-mail") . - ' ' . _("Info"); +if ($javascript_on) { + print + '\n"; + $chk_all = '' . _("All") . ' To'. + '  '. + '' . _("All") . ' Cc'. + '  '. + '' . _("All") . ''; + } + echo html_tag( 'table', '', 'center', '', 'border="0" width="98%"' ) . + html_tag( 'tr', '', '', $color[9] ) . + html_tag( 'th', ' ' . $chk_all, 'left' ) . + html_tag( 'th', ' ' . _("Name"), 'left' ) . + html_tag( 'th', ' ' . _("E-mail"), 'left' ) . + html_tag( 'th', ' ' . _("Info"), 'left' ); if ($includesource) { - echo ' ' . _("Source"); + echo html_tag( 'th', ' ' . _("Source"), 'left', '', 'width="10%"' ); } - echo "
' . + $tr_bgcolor = ''; + $email = AddressBook::full_address($row); + if ($line % 2) { $tr_bgcolor = $color[0]; } + if ($squirrelmail_language == 'ja_JP') + { + echo html_tag( 'tr', '', '', $tr_bgcolor, 'nowrap' ) . + html_tag( 'td', + ' ' . _("To") . ' ' . + ' ' . _("Cc") . ' ' . + ' ' . _("Bcc") . ' ' , + 'center', '', 'width="5%" nowrap' ) . + html_tag( 'td', ' ' . htmlspecialchars($row['lastname']) . ' ' . htmlspecialchars($row['firstname']) . ' ', 'left', '', 'nowrap' ) . + html_tag( 'td', ' ' . htmlspecialchars($row['email']) . ' ', 'left', '', 'nowrap' ) . + html_tag( 'td', ' ' . htmlspecialchars($row['label']) . ' ', 'left', '', 'nowrap' ); + } else { + echo html_tag( 'tr', '', '', $tr_bgcolor, 'nowrap' ) . + html_tag( 'td', ' To ' . + htmlspecialchars($email) . '"> ' . _("To") . ' ' . ' Cc ' . + htmlspecialchars($email) . '"> ' . _("Cc") . ' ' . ' Bcc ' . - ' ' . $row['name'] . '  ' . $row['email'] . '  ' . $row['label'] . '  ' . $row['source'] . ' 
' . '' . '
'; @@ -102,27 +158,32 @@ function addr_display_result($res, $includesource = true) { /* --- End functions --- */ -global $mailbox; -displayPageHeader($color, $mailbox); - +if ($compose_new_win == '1') { + compose_Header($color, $mailbox); +} +else { + displayPageHeader($color, $mailbox); +} /* Initialize addressbook */ $abook = addressbook_init(); -?> -
- -
-
-
+echo '
' . +html_tag( 'table', + html_tag( 'tr', + html_tag( 'td', '' . _("Address Book Search") . '', 'center', $color[0] ) + ) , +'center', '', 'width="95%" cellpadding="2" cellspacing="2" border="0"' ); -\n
\n" . - '
' . "\n
\n" . - ' ' . _("Search for") . "\n"; +echo '
' . + html_tag( 'table', '', 'center', '', 'border="0"' ) . + html_tag( 'tr' ) . + html_tag( 'td', '', 'left', '', 'nowrap valign="middle"' ) . "\n" . + '' . "\n
\n" . + ' ' . _("Search for") . "\n"; addr_insert_hidden(); if (! isset($addrquery)) $addrquery = ''; @@ -146,17 +207,26 @@ if ($abook->numbackends > 1) { } else { echo '' . "\n"; } +if (isset($session)) { + echo ""; +} + echo '' . ' | ' . "\n" . '
' . "\n"; addr_insert_hidden(); -echo ''; +echo ''; do_hook('addrbook_html_search_below'); /* End search form */ /* Show personal addressbook */ -if ($addrquery == '' || !empty($listall)) { + +if ( !empty( $listall ) ){ + $addrquery = '*'; +} + +if ($addrquery == '' && empty($listall)) { if (! isset($backend) || $backend != -1 || $addrquery == '') { if ($addrquery == '') { @@ -168,24 +238,26 @@ if ($addrquery == '' || !empty($listall)) { $res = $abook->list_addr($backend); if (is_array($res)) { + usort($res,'alistcmp'); addr_display_result($res, false); } else { - echo '

' . + echo html_tag( 'p', '
' . sprintf(_("Unable to list addresses from %s"), - $abook->backends[$backend]->sname) . - "

\n"; + $abook->backends[$backend]->sname) . "\n" , + 'center' ); } } else { $res = $abook->list_addr(); + usort($res,'alistcmp'); addr_display_result($res, true); } exit; - -} else { +} +else { /* Do the search */ - if (!empty($addrquery) && empty($listall)) { + if (!empty($addrquery)) { if ($backend == -1) { $res = $abook->s_search($addrquery); @@ -194,14 +266,17 @@ if ($addrquery == '' || !empty($listall)) { } if (!is_array($res)) { - echo '


' . - _("Your search failed with the following error(s)") . ':
' . - $abook->error . "

\n\n"; + echo html_tag( 'p', '
' . + _("Your search failed with the following error(s)") . + ':
' . $abook->error . "
\n" , + 'center' ) . + "\n\n"; } else { if (sizeof($res) == 0) { - echo '


' . - _("No persons matching your search was found") . - ".

\n\n"; + echo html_tag( 'p', '
' . + _("No persons matching your search was found") . "\n" , + 'center' ) . + "\n\n"; } else { addr_display_result($res); }