wbs_initLayout ?>
wbs_pageLayout toolbar="iu_toolbar.htm" ?>
wbs_errorBlock ?>
if !$fatalError ?>
if $csv_step == "LOADFILE" ?>
wbs_formLayout caption=$pageTitle ?>
wbs_formContent ?>
wbs_label text=$kernelStrings.icl_file_label for="file" fieldName="FILE" ?> |
|
wbs_label text=$kernelStrings.app_importtemplate_label for="template" ?> |
|
wbs_button caption=$kernelStrings.app_managetemplates_btn name="managetemplatesbtn" ?> |
wbs_note smallFont=false displayNoteMarker=false ?> $kernelStrings.iul_usergroups_label|cat:": " ?> /wbs_note ?>
wbs_dualComboBox
leftCaption=$kernelStrings.app_included_label
rightCaption=$kernelStrings.app_notincluded_label
leftVariableName="included_groups"
rightVariableName="notincluded_groups"
leftValues=$included_groups
rightValues=$notincluded_groups
leftNames=$included_groups_names
rightNames=$notincluded_groups_names
separated=true
rows=8
width=250
?>
|
if $canManageContacts ?>
wbs_label text=$kernelStrings.amu_contactfolder_label for="folder" ?> |
|
|
wbs_note noteType="tips" width="500px" ?> $kernelStrings.amu_folder_tip ?> /wbs_note ?>
|
else ?>
/if ?>
/wbs_formContent ?>
wbs_formButtonsPanel ?>
wbs_buttonSet ?>
wbs_buttonSetButton caption=$kernelStrings.icl_import_btn name="savebtn" onClick="fillSelectedLists( new Array( 'included_groups[]', 'notincluded_groups[]' ) );" ?>
wbs_buttonSetButton caption=$kernelStrings.app_cancel_btn name="cancelbtn" ?>
/wbs_buttonSet ?>
/wbs_formButtonsPanel ?>
/wbs_formLayout?>
elseif $csv_step == "SETSCHEME" ?>
wbs_formLayout caption=$pageTitle ?>
wbs_formContent ?>
assign var=dbColumnName value=$kernelStrings.icl_crsccols_label ?>
assign var=space_left value=5 ?>
assign var=width value=500 ?>
assign var=height value=300 ?>
include file="../../../common/html/cssbased/pageelements/importcustfile.htm" extraLine=true ?>
|
/wbs_formContent ?>
wbs_formButtonsPanel ?>
wbs_buttonSet ?>
wbs_buttonSetButton caption=$kernelStrings.icl_import_btn name="savebtn" ?>
wbs_buttonSetButton caption=$kernelStrings.app_cancel_btn name="cancelbtn" ?>
/wbs_buttonSet ?>
/wbs_formButtonsPanel ?>
/wbs_formLayout?>
elseif $csv_step == "FINISHED_SAVESCHEMA" || $csv_step == "FINISHED" ?>
wbs_note smallFont=false displayNoteMarker=false ?> $importStr|htmlsafe:true:true ?> /wbs_note ?>
if $errorNum ?>
wbs_note smallFont=false displayNoteMarker=false ?> $kernelStrings.icl_notaddedusers_label|htmlsafe:true:true ?> /wbs_note ?>
/if ?>
if $errorNum ?>
$kernelStrings.icl_contactname_label ?> |
$kernelStrings.icl_error_label ?> |
foreach from=$errorStack item=stackItem ?>
$stackItem.user ?> |
$stackItem.msg ?> |
/foreach ?>
/if ?>
if $csv_step == "FINISHED_SAVESCHEMA" ?>
wbs_note smallFont=false displayNoteMarker=false ?> $kernelStrings.tpl_format_note|cat:":" ?> /wbs_note ?>
/if ?>
wbs_button caption=$kernelStrings.app_back_label|cat:" "|cat:$kernelStrings.ung_page_title name="savebtn" ?>
elseif $csv_step == "SELECT_U_ID" ?>
/if ?>
/if ?>
/wbs_pageLayout ?>