<{include file="db:`$xoops_dirname`_inc_menu.html"}>

<{"`$constpref`_LANG_ITEM_VIEW"|constant}>

<{"`$constpref`_LANG_TITLE"|constant}>
<{$object->getShow('title')}>
<{"`$constpref`_LANG_DIRNAME"|constant}>
<{$object->getShow('dirname')}>
<{"`$constpref`_LANG_DATANAME"|constant}>
<{assign var=dirname value=$object->get('dirname')}> <{assign var=dataname value=$object->get('dataname')}> <{if isset($clients.$dirname.$dataname) }>
<{$clients.$dirname.$dataname.label|xoops_escape}>
<{else}>
<{$object->getShow('dataname')}>
<{/if}>
<{"`$constpref`_LANG_TARGET_ID"|constant}>
<{$object->getShow('target_id')}>
<{"`$constpref`_LANG_CREATED_BY"|constant}>
<{$object->getShow('uid')|xoops_user:"user_name"}>
<{"`$constpref`_LANG_STEP"|constant}>
<{$object->getShow('step')}>
<{"`$constpref`_LANG_STATUS"|constant}>
<{$object->getShowStatus()}>
<{"`$constpref`_LANG_POSTTIME"|constant}>
<{$object->get('posttime')|xoops_formattimestamp:m}>
<{if $object->get('deletetime')>0}>
<{"`$constpref`_LANG_DELETETIME"|constant}>
<{$object->get('deletetime')|xoops_formattimestamp:m}>
<{/if}>
<{if !empty($object->mHistory)}>

<{"`$constpref`_LANG_HISTORY"|constant}>

<{foreach item=history from=$object->mHistory}> <{/foreach}>
<{"`$constpref`_LANG_APPROVED_BY"|constant}> <{"`$constpref`_LANG_STEP"|constant}> <{"`$constpref`_LANG_RESULT"|constant}> <{"`$constpref`_LANG_COMMENT"|constant}> <{"`$constpref`_LANG_APPROVEDTIME"|constant}>
<{$history->getShow('uid')|xoops_user:"user_name"}> <{$history->getShow('step')}> <{$history->getShowResult()}> <{$history->getShow('comment')}> <{$history->getShow('posttime')|xoops_formattimestamp:m}>
<{/if}>