r2l job in progress (help by Yoav)
[squirrelmail.git] / src / addrbook_popup.php
index 4c82a6480cc7104989ce7ffb26a67f13f225f312..c38a379aa423fe9edcb1e872cb96a1cdc5bf4018 100644 (file)
@@ -1,34 +1,35 @@
 <?php
 
-   /**
   **  addrbook_popup.php
   **
   **  Copyright (c) 1999-2001 The SquirrelMail development team
   **  Licensed under the GNU GPL. For full terms see the file COPYING.
   **
   **  Frameset for the JavaScript version of the address book.
   **
   **  $Id$
   **/
+/**
* addrbook_popup.php
+ *
* Copyright (c) 1999-2002 The SquirrelMail Project Team
* Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
* Frameset for the JavaScript version of the address book.
+ *
* $Id$
+ */
 
-   require_once('../src/validate.php');
-   require_once('../functions/addressbook.php');
+require_once('../src/validate.php');
+require_once('../functions/addressbook.php');
    
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
 
 <HTML>
-<HEAD>
-<TITLE><?php 
-   echo "$org_title: " . _("Address Book"); 
-?></TITLE>
-</HEAD>
-
-<FRAMESET ROWS="60,*" BORDER=0>
- <FRAME NAME="abookmain" MARGINWIDTH=0 SCROLLING=NO
-        SRC="addrbook_search.php?show=form" BORDER=0>
<FRAME NAME="abookres" MARGINWIDTH=0 SRC="addrbook_search.php?show=blank"
-        BORDER=0>
-</FRAMESET>
-
-</HTML>
\ No newline at end of file
+    <HEAD>
+        <TITLE><?php echo "$org_title: " . _("Address Book"); ?></TITLE>
+    </HEAD>
+    <FRAMESET ROWS="60,*" BORDER=0>
+        <FRAME NAME="abookmain"
+               MARGINWIDTH="0"
+               SCROLLING="NO"
+               BORDER="0"
+               SRC="addrbook_search.php?show=form">
       <FRAME NAME="abookres"
+               MARGINWIDTH="0"
+               BORDER="0"
+              SRC="addrbook_search.php?show=blank">
+    </FRAMESET>
+</HTML>