<{* $http_vars: association array of parameters to send to next page $i: general $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 ) $item_per_page: number of items displaying a page $submit_url URL to go when submit $maxpage $order_by_select $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 $url_for_get: url for displaying this page directly $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}>
<{include file="db:xoonips_item_list_header.html" order_by=$item_list_header.order_by order_dir=$item_list_header.order_dir item_per_page=$item_list_header.item_per_page form_id="xoonips_itemselect"}> <{include file="db:xoonips_pagenavi.html" maxpage=$maxpage page=$page pages=$pages form_id="xoonips_itemselect"}> <{include file="db:xoonips_extra_param.html" extra_param=$extra_param}> <{* item / file List *}> <{foreach item=i from=$item_htmls}> <{/foreach}>
" style="text-align: center;"> <{if $i.selected==1}> <{else}> <{/if}> "> <{$i.html}>
<{foreach key=k item=v from=$http_vars}> <{/foreach}> <{foreach item=id from=$selected}> <{/foreach}> <{foreach item=id from=$initially_selected}> <{/foreach}> <{foreach item=i from=$query_var_name}> <{/foreach}> <{foreach item=i from=$search_var}> <{/foreach}> <{include file="db:xoonips_pagenavi.html" maxpage=$maxpage page=$page form_id="xoonips_itemselect"}> <{include file="db:xoonips_extra_param.html" extra_param=$extra_param}>
<{/if}>