2001-01-14 22:35:04 +01:00
|
|
|
|
|
|
|
<!-- BEGIN import -->
|
|
|
|
<CENTER>
|
|
|
|
<TABLE WIDTH=90%>
|
|
|
|
<TR BGCOLOR="{navbar_bg}">
|
|
|
|
<TD><B><FONT SIZE=+2 COLOR="{navbar_text}"><CENTER>{import_text}</CENTER></FONT></B>
|
|
|
|
</TD>
|
|
|
|
</TR>
|
|
|
|
<TR>
|
|
|
|
<TD>
|
|
|
|
<TABLE WIDTH=85%>
|
|
|
|
<TR>
|
|
|
|
<TD><FORM ENCTYPE="multipart/form-data" action="{action_url}" method="post">
|
|
|
|
<OL>
|
|
|
|
<LI>In Outlook, select your Contacts folder, select <b>Import
|
|
|
|
and Export...</b> from the <b>File</b>
|
2001-03-11 18:34:58 +01:00
|
|
|
menu and export your contacts into a comma separated text file.
|
|
|
|
<P>Or, in Netscape, open the Addressbook and select <b>Export</b> from the <b>File</b> menu.
|
|
|
|
The file exported will be in LDIF format.<P>
|
|
|
|
</LI>
|
2001-01-14 22:35:04 +01:00
|
|
|
<LI>Enter the path to the exported file here:
|
|
|
|
<INPUT NAME="tsvfile" SIZE=48 TYPE="file" VALUE="{tsvfilename}"><P></LI>
|
|
|
|
<LI>Select the type of conversion (Import types will perform an actual import. Debug will display output in browser or via a download.):<BR>
|
|
|
|
<SELECT NAME="conv_type">
|
|
|
|
<OPTION VALUE="none"><none></OPTION>
|
|
|
|
{conv}
|
|
|
|
</SELECT><P></LI>
|
|
|
|
<LI><INPUT NAME="download" TYPE="checkbox" VALUE="{debug}" CHECKED>Debug output in browser (Uncheck to download output.)</LI>
|
|
|
|
<LI><INPUT NAME="convert" TYPE="submit" VALUE="{download}"></LI>
|
|
|
|
</OL>
|
|
|
|
</FORM></TD>
|
|
|
|
</TR>
|
|
|
|
</TABLE>
|
|
|
|
</TD>
|
|
|
|
</TR>
|
|
|
|
<tr>
|
|
|
|
<td width="8%">
|
|
|
|
<div align="left">
|
|
|
|
<form action="{cancel_url}" method="post">
|
|
|
|
<input type="submit" name="Cancel" value="{lang_cancel}">
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
<td width="64%"> </td>
|
|
|
|
<td width="32"> </td>
|
|
|
|
</tr>
|
|
|
|
</TABLE>
|
|
|
|
</CENTER>
|
|
|
|
<!-- END import -->
|