<{*
template for display item's detail information
$item_id: id of item
$body: HTML of detail page
$delete_button_visible 1:display delete button
$modify_button_visible 1:display modify buttom
$print_button_visible 1:display print buttom
$export_enabled it is defined when item in this page can export.
$locked_message show lock type in message
*}>
<{if $modify_button_visible==1}>
<{/if}>
<{if $delete_button_visible==1}>
<{/if}>
<{if $print_button_visible==1}>
<{/if}>
<{if $locked_message}>
<{$locked_message}>
<{/if}>
<{foreach key=k item=v from=$http_vars}>
<{/foreach}>
<{$download_confirmation}>
<{* Comment out this line if you wont to use comment function. *}>
<{* <{d3forum_comment dirname=$dir_name forum_id=$forum_id itemname=item_id subject=$xoops_pagetitle}> *}>