fixed minor bug in url parsing that didn't let urls be at beginning of line
[squirrelmail.git] / src / addressbook.php
index 78eefe635a9c9236490c6a5527641798a7727e3f..685ea8365a84c0a1136562e10cbf6048482e0e9e 100644 (file)
@@ -2,6 +2,9 @@
    /**
     **  addressbook.php
     **
+    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
     **  Manage personal address book.
     **
     **/
    print "</FORM>";
 
 ?>
+<!-- ----------------- csv import form --------------------- -->
+  
+<FORM ENCTYPE="multipart/form-data" ACTION="addressbook_csvimport.php" METHOD=POST>
+<INPUT TYPE="hidden" NAME="max_file_size" value="5000">
+Import CSV File: <INPUT NAME="smusercsv" TYPE="file">
+<INPUT TYPE="submit" VALUE="Import CSV File">
+</FORM>
 
 </BODY></HTML>