<{* $ids: ids of all items to display $item_htmls: information of items(association array). array( 'selected' => (1:checked 0:not checked), 'html' => (summary of item in HTML), 'item_id' => id of item ) $submit_url URL to go when submit $maxpage $page $page_no_label $search_var[]: array of parameter names that send in submit. $selected $search_tabs tabname of [item] [metadata] and [file] array('label'=>tab label,'count'=>nuber of result in the tab) $search_tab $export_enabled: when items in this page can export, this parameter is defined. *}>

<{$smarty.const._MD_XOONIPS_ITEM_LISTING_ITEM}>

<{if !empty($error_message) }> <{$error_message}> <{else}>
<{if !empty($search_itemtype)}> <{/if}> <{if !empty($keyword)}> <{/if}> <{include file="db:xoonips_item_list_header.html" form_id="xoonips_item_list_header"}> <{include file="db:xoonips_pagenavi.html" maxpage=$maxpage page=$page pages=$pages form_id="xoonips_item_list_header"}> <{include file="db:xoonips_extra_param.html" extra_param=$extra_param}> <{if !empty($print_enabled)}> <{/if}> <{if !empty($export_enabled)}> <{foreach item=i from=$ids}> <{/foreach}> <{/if}>
<{* item / file List *}> <{foreach item=i from=$item_htmls}> <{/foreach}>
"> <{$i.html}>
<{include file="db:xoonips_pagenavi.html" maxpage=$maxpage page=$page form_id="xoonips_item_list_header"}> <{include file="db:xoonips_extra_param.html" extra_param=$extra_param}>
<{/if}>