<{* $Revision: 1.8 $ page for display conflicted items, and select to import or not import $items information of each items (association array). array( 'message' => message area, 'import_item' => array( //information of item to import 'item_id' => temporary id of item 'titles' => array( title1, title2, ... ), 'contributor' => item contributor, 'itemtype' => name of itemtype ), 'conflict_items' => array( //information of conflicted items array( 'html' => HTML (summary of item), 'item_id' => id of item ), ... ) ) $zipfile: path of uploaded import file *}>

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

<{$smarty.const._MD_XOONIPS_IMPORT_TITLE_RESOLVE_CONFLICT}>

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

<{$smarty.const._MD_XOONIPS_IMPORT_IMPORT_ALL}> <{foreach item=i from=$xoonipsCheckedXID}> <{/foreach}> <{foreach item=i from=$items}> <{if empty($i.conflict_items) }> <{/if}> <{/foreach}> <{foreach item=i from=$items}> <{if !empty($i.conflict_items) }> '> <{/if}> <{/foreach}>
<{$smarty.const._MD_XOONIPS_IMPORT_TITLE_RESOLVE_CONFLICT}>
<{foreach item=j from=$i.conflict_items}> '> <{/foreach}>
Import item
<{foreach item=title from=$i.import_item.titles}> <{$title}>
<{/foreach}> <{$i.import_item.contributor}>
<{$i.import_item.itemtype}>
<{$smarty.const._MD_XOONIPS_IMPORT_FOLLOWING_ITEM_CONFLICT}>
<{$j.html}>