<{if $handler->getDisplay('did')}>
<{$smarty.const._MD_XDBASE_LANG_ATT_DID}> |
<{$object->getShow('did')}> |
<{/if}>
<{if $handler->getDisplay('type')}>
<{$smarty.const._MD_XDBASE_LANG_ATT_TYPE}> |
<{$object->getShow('type')|replace:"1":$smarty.const._MD_XDBASE_LANG_TYPE_RESERVE|replace:"2":$smarty.const._MD_XDBASE_LANG_TYPE_VOTE}> |
<{/if}>
<{if $handler->getDisplay('uid')}>
<{$smarty.const._MD_XDBASE_LANG_ATT_UID}> |
"><{$object->getShow('uid')|xdbase_user:uname}> |
<{/if}>
<{if $handler->getDisplay('email')}>
<{$smarty.const._MD_XDBASE_LANG_ATT_EMAIL}> |
"><{$object->getShow('email')}> |
<{/if}>
<{if $handler->getDisplay('status')}>
<{$smarty.const._MD_XDBASE_LANG_ATT_STATUS}> |
"><{$object->getShow('status')|replace:"0":$smarty.const._MD_XDBASE_LANG_DISAPPROVED|replace:"1":$smarty.const._MD_XDBASE_LANG_APPROVED}> |
<{/if}>
<{if $handler->getDisplay('poster_ip') && $xoops_isadmin}>
<{$smarty.const._MD_XDBASE_LANG_ATT_POSTER_IP}> |
"><{$object->getShow('poster_ip')}> |
<{/if}>
<{if $handler->getDisplay('timestamp')}>
<{$smarty.const._MD_XDBASE_LANG_ATT_TIMESTAMP}> |
"><{$object->getShow('timestamp')|xdbase_formattimestamp:l}> |
<{/if}>
<{if $handler->getDisplay('int01')}>
<{$smarty.const._MD_XDBASE_LANG_ATT_INT01}> |
"><{$object->getShow('int01')}> |
<{/if}>
<{if $handler->getDisplay('int02')}>
<{$smarty.const._MD_XDBASE_LANG_ATT_INT02}> |
"><{$object->getShow('int02')}> |
<{/if}>
<{if $handler->getDisplay('int03')}>
<{$smarty.const._MD_XDBASE_LANG_ATT_INT03}> |
"><{$object->getShow('int03')}> |
<{/if}>
<{if $handler->getDisplay('int04')}>
<{$smarty.const._MD_XDBASE_LANG_ATT_INT04}> |
"><{$object->getShow('int04')}> |
<{/if}>
<{if $handler->getDisplay('int05')}>
<{$smarty.const._MD_XDBASE_LANG_ATT_INT05}> |
"><{$object->getShow('int05')}> |
<{/if}>
<{if $handler->getDisplay('option_value')}>
<{$smarty.const._MD_XDBASE_LANG_ATT_OPTION_VALUE}> |
">
<{if $object->getShow('option_value')}>
<{foreach item=option from=$object->getOptionValue()}>
- <{$option.label}>:<{$option.value}>
<{/foreach}>
<{/if}>
|
<{/if}>