<{* $Revision: 1.4.6.2 $ Warning of the length limitation of the character string is displayed at Import. $item_exceeds_info array( assoc( 'titles' => array( title[0], title[1], .... ), 'exceeds' => array( assoc( 'column' => name of column of table, 'within' => substring that is imported, 'without' => substring that is pruned off, 'name' => display name that corresponds to name of column of table, 'value' => xnpWithinWithoutHtml( $within, $without ) ), assoc( same above ... ), ... ) ) ) $ids ID of the items that has no too long string. $xids ID of indexes that the items is imported to. $zipfile file path of zipfile *}>

<{$smarty.const._MD_XOONIPS_IMPORT_PANKUZU_IMPORT}> <{$smarty.const._MI_XOONIPS_ACCOUNT_PANKUZU_SEPARATOR}> <{$smarty.const._MD_XOONIPS_IMPORT_PANKUZU_CHECK_LENGTH}>

<{$smarty.const._MD_XOONIPS_IMPORT_TITLE_CHECK_LENGTH}>

<{foreach item=i from=$messages}> <{$i}>
<{/foreach}>

<{* Next, the data received with _POST is sent as it is. *}> <{foreach item=i from=$xids}> <{/foreach}> <{foreach item=i from=$ids}> <{/foreach}> <{if count($item_exceeds_info) == 0 }> <{$smarty.const._MD_XOONIPS_IMPORT_CHECK_LENGTH_NO_WARNING}> <{else}>
<{$smarty.const._MD_XOONIPS_IMPORT_CHECK_LENGTH_WARNING}> <{foreach item=i from=$item_exceeds_info}> <{foreach item=e from=$i.exceeds}> <{/foreach}>
<{foreach item=title from=$i.titles}><{$title}>
<{/foreach}>
"><{$e.name}> "><{$e.value}>
<{/foreach}> <{/if}>