{* +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *}
{if $showOnlyDataSourceFormPane} {include file=$dataSourceFormTemplateFile} {else} {* Import Wizard - Step 1 (choose data source) *} {* @var $form Contains the array for the form elements and other form associated information assigned to the template by the controller *} {* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *} {include file="CRM/common/WizardHeader.tpl"}
{ts}The Import Wizard allows you to easily import contact records from other applications into CiviCRM. For example, if your organization has contacts in MS Access® or Excel®, and you want to start using CiviCRM to store these contacts, you can 'import' them here.{/ts} {help id='choose-data-source-intro'}
{include file="CRM/common/formButtons.tpl" location="top"}

{ts}Choose Data Source{/ts}

{$form.dataSource.label} {$form.dataSource.html} {help id='data-source-selection'}
{* Data source form pane is injected here when the data source is selected. *}
{if $dataSourceFormTemplateFile} {include file=$dataSourceFormTemplateFile} {/if}

{ts}Import Options{/ts}

{include file="CRM/Core/Date.tpl"} {if $geoCode} {/if} {if $savedMapping} { /if}
{$form.contactType.label} {$form.contactType.html} {help id='contact-type'}    {$form.subType.label}   {$form.subType.html} {help id='contact-sub-type'}
{$form.onDuplicate.label} {$form.onDuplicate.html} {help id='dupes'}
{$form.dedupe.label} {$form.dedupe.html} {help id='id-dedupe_rule'}
{$form.fieldSeparator.label} {$form.fieldSeparator.html} {help id='id-fieldSeparator'}
{ts}Select the format that is used for date fields in your import data.{/ts}
{$form.doGeocodeAddress.html} {$form.doGeocodeAddress.label}
{ts}This option is not recommended for large imports. Use the command-line geocoding script instead.{/ts} {docURL page="Managing Scheduled Jobs" resource="wiki"}
{$form.savedMapping.html}
   {ts}Select Saved Mapping or Leave blank to create a new One.{/ts}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{literal} {/literal} {/if}