Source for file addrbook_popup.php

Documentation is available at addrbook_popup.php

  1. <?php
  2.  
  3. /**
  4.  * addrbook_popup.php
  5.  *
  6.  * Frameset for the JavaScript version of the address book.
  7.  *
  8.  * @copyright &copy; 1999-2006 The SquirrelMail Project Team
  9.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10.  * @version $Id: addrbook_popup.php,v 1.22.2.7 2006/04/14 22:27:08 jervfors Exp $
  11.  * @package squirrelmail
  12.  * @subpackage addressbook
  13.  */
  14.  
  15. /**
  16.  * Path for SquirrelMail required files.
  17.  * @ignore
  18.  */
  19. define('SM_PATH','../');
  20.  
  21. /** SquirrelMail required files. */
  22. require_once(SM_PATH 'include/validate.php');
  23. require_once(SM_PATH 'functions/addressbook.php');
  24.    
  25. ?>
  26. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
  27.  
  28. <html>
  29.     <head>
  30.         <meta name="robots" content="noindex,nofollow">
  31.         <title><?php echo "$org_title_("Address Book")?></title>
  32.     </head>
  33.     <frameset rows="60,*" border="0">
  34.         <frame name="abookmain"
  35.                marginwidth="0"
  36.                scrolling="no"
  37.                border="0"
  38.                src="addrbook_search.php?show=form" />
  39.         <frame name="abookres"
  40.                marginwidth="0"
  41.                border="0"
  42.                src="addrbook_search.php?show=blank" />
  43.     </frameset>
  44. </html>

Documentation generated on Sat, 07 Oct 2006 16:29:41 +0300 by phpDocumentor 1.3.0RC6