{* $Revision: 1.9 $ - smarty parameters $page number of this page $page_max number of pages $num_of_all_items number of all items $import_ids array of id of items to be imported $import_as_new 'on' if we regard conflict item as new item (conflict item is imported as new item) $logging 'on' if import log is required. passing it to next page. $certify_auto 'on' if items imported to /Public indexes must be certify automatically $conflict_items //$conflict_items associative array of conflict items conflict_items = array( pseudo_id => array( 'import_item' => //import item array( 'pseudo_id' => pseudo ID, 'checked' => 'checked' if this item to be imported else '', 'titles' => array( 0 => 1st title string, 1 => 2nd title string, ... ), 'contributor' => uname of contributor, ) 'conflict_updatable_item' => //array of existing items what conflict with import item in same index array( 0 => array( 'titles' => array( 0 => 1st title string, 1 => 2nd title string, ... ), 'contributor' => uname of contributor, 'index_strs' => array( 0 => '/Public/IPSJ', 1 => '/Private/IPSJ', ... ), ), 1 => array( 'titles' => array( 0 => 1st title string, 1 => 2nd title string, ... ), 'contributor' => uname of contributor, 'index_strs' => array( 0 => '/Public/IPSJ', 1 => '/Private/IPSJ', ... ), ), ), 'conflict_unupdatable_item' => //array of existing items what conflict with import item in differ index array( 0 => array( 'titles' => array( 0 => 1st title string, 1 => 2nd title string, ... ), 'contributor' => uname of contributor, 'index_strs' => array( 0 => '/Public/IPSJ', 1 => '/Private/IPSJ', ... ), ), 1 => ... ), 'conflict_importing_item' => //array of importing items what conflict with import item array( 0 => array( 'titles' => array( 0 => 1st title string, 1 => 2nd title string, ... ), 'contributor' => uname of contributor, 'index_strs' => array( 0 => '/Public/IPSJ', 1 => '/Private/IPSJ', ... ), ), 1 => ... ), ), pseudo_id => same above .... ); - post parameters import_ids[]: id of item to be imported page: number of next page *}>