{*
$i: general
$item_count_select
$item_htmls: information of items (association array).
array( 'html' => (summary of item in HTML) )
$itemcount: numbers of item displaying a page
$order_by_select
$page
$pages
$url_for_get: url for displaying this page directly
*}>
<{$printer_friendly_header}>
<{$title|escape|replace:"&#":""}>
<{$date|escape|replace:"&#":""}> |
<{if $item_htmls}>
( <{$page_no_label}>, ordered by <{ $order_by_select[$orderby] }> ) |
<{$page}> of <{$maxpage}> Pages |
<{/if}>
<{if isset( $quick_search_keyword ) }>
<{$smarty.const._MD_XOONIPS_ITEM_SEARCH_KEYWORD}> : <{$quick_search_keyword|escape|replace:"&#":""}> |
<{$smarty.const._MD_XOONIPS_ITEM_SEARCH_ITEMTYPE}> : <{$quick_search_itemtype|escape|replace:"&#":""}> |
<{/if}>
<{if isset( $index_path ) }>
<{foreach item=index from=$index_path}>
/ <{$index.titles[$smarty.const.DEFAULT_INDEX_TITLE_OFFSET]|escape|replace:"&#":""}>
<{/foreach}>
|
<{* index list *}>
<{foreach item=idx from=$my_indexes name=my_idx}>
<{if $smarty.foreach.my_idx.first}>
<{/if}>
">
<{$idx}>
|
<{if $smarty.foreach.my_idx.last}>
<{/if}>
<{/foreach}>
<{/if}>
<{if $item_htmls}>
<{foreach item=i from=$item_htmls}>
">
<{$i.html}>
|
<{/foreach}>
<{else}>
<{$page_no_label}>
<{/if}>
<{$meta_copyright}>, <{$sitename}>, <{$meta_author}>