<{if $smarty.const._MD_XDBASE_CONST_DISPBREADCRUMB}>
<{$smarty.const._MD_XDBASE_CONST_MODULENAME}><{if $object->getShow('cid')}> » <{$handler->getNicePathFromIdForDetail($object->getShow('cid'), './index.php?action=DataList')}><{else}> » <{/if}><{$object->getShow('title')}>
<{/if}> <{if $smarty.const._MD_XDBASE_CONST_DISPDETAILPAGENAV == 1 || $smarty.const._MD_XDBASE_CONST_DISPDETAILPAGENAV == 3}>
<{$handler->getPageNavi($object->getShow('did'), $object->getShow('cid'), 'action=DataView')}>
<{/if}>
<{$object->getShow('title')}>
<{if $handler->getShowArticle('did')}> <{$smarty.const._MD_XDBASE_LANG_DID}>:<{$object->getShow('did')}> <{/if}> <{if $handler->getShowArticle('cid')}> <{$smarty.const._MD_XDBASE_LANG_CID}>:<{if $object->getShow('cid')}><{$handler->getCatTitle($object->getShow('cid'))}><{/if}> <{/if}> <{if $handler->getShowArticle('pid')}> <{$smarty.const._MD_XDBASE_LANG_PID}>:<{$object->getShow('pid')}> <{/if}> <{if $handler->getShowArticle('tag')}> <{$smarty.const._MD_XDBASE_LANG_TAG}>:<{if $object->getShow('tag')}><{foreach name=tag key=key item=tag from=$handler->getTagArray($object->getShow('did'))}><{$tag}><{if !$smarty.foreach.tag.last}>, <{/if}><{/foreach}><{/if}> <{/if}> <{if $handler->getShowArticle('uid') && $object->getShow('uid')}> <{$smarty.const._MD_XDBASE_LANG_UID}>:<{$object->getShow('uid')|xdbase_user:uname}> <{/if}> <{if $handler->getShowArticle('name') && $object->getShow('name')}> <{$smarty.const._MD_XDBASE_LANG_NAME}>:<{$object->getShow('name')}> <{/if}> <{if $handler->getShowArticle('poster_ip') && $object->getShow('poster_ip')}> <{$smarty.const._MD_XDBASE_LANG_POSTER_IP}>:<{$object->getShow('poster_ip')}> <{/if}>
<{if $handler->getShowArticle('created_date')}> <{$smarty.const._MD_XDBASE_LANG_CREATED_DATE}>:<{$object->getShow('created_date')|xdbase_formattimestamp:$smarty.const._MD_XDBASE_CONST_DATEFMT_VIEW}> <{/if}> <{if $handler->getShowArticle('updated_date')}> <{$smarty.const._MD_XDBASE_LANG_UPDATED_DATE}>:<{$object->getShow('updated_date')|xdbase_formattimestamp:$smarty.const._MD_XDBASE_CONST_DATEFMT_VIEW}> <{/if}> <{if $handler->getShowArticle('published_date')}> <{$smarty.const._MD_XDBASE_LANG_PUBLISHED_DATE}>:<{$object->getShow('published_date')|xdbase_formattimestamp:$smarty.const._MD_XDBASE_CONST_DATEFMT_VIEW}> <{/if}> <{if $handler->getShowArticle('expired_date')}> <{$smarty.const._MD_XDBASE_LANG_EXPIRED_DATE}>:<{$object->getShow('expired_date')|xdbase_formattimestamp:$smarty.const._MD_XDBASE_CONST_DATEFMT_VIEW}> <{/if}> <{if $handler->getShowArticle('s_date')}> <{$smarty.const._MD_XDBASE_LANG_S_DATE}>:<{$object->getShow('s_date')|xdbase_formattimestamp:$smarty.const._MD_XDBASE_CONST_DATEFMT_VIEW}> <{/if}> <{if $handler->getShowArticle('e_date')}> <{$smarty.const._MD_XDBASE_LANG_E_DATE}>:<{$object->getShow('e_date')|xdbase_formattimestamp:$smarty.const._MD_XDBASE_CONST_DATEFMT_VIEW}> <{/if}>
<{if $handler->getShowArticle('img01') && $object->getShow('img01') != ''}> <{$object->getShow('img01')}> <{/if}> <{if $handler->getShowArticle('body') && $object->getShow('body')}> <{$object->getShow('body')}> <{/if}>
<{if $handler->getShowArticle('weight')}> <{$smarty.const._MD_XDBASE_LANG_WEIGHT}>:<{$object->getShow('weight')}> <{/if}> <{if $handler->getShowArticle('status')}> <{$smarty.const._MD_XDBASE_LANG_STATUS}>:<{$object->getShow('status')|replace:"0":$smarty.const._MD_XDBASE_LANG_DISAPPROVED|replace:"1":$smarty.const._MD_XDBASE_LANG_APPROVED}> <{/if}> <{if $handler->getShowArticle('access')}> <{$smarty.const._MD_XDBASE_LANG_ACCESS}>:<{$object->getShow('access')|replace:"0":$smarty.const._MD_XDBASE_LANG_PUBLIC|replace:"1":$smarty.const._MD_XDBASE_LANG_BYGROUP|replace:"2":$smarty.const._MD_XDBASE_LANG_PRIVATE}> <{/if}> <{if $handler->getShowArticle('groups')}> <{$smarty.const._MD_XDBASE_LANG_GROUPS}>:<{$object->getAccessGroup()}> <{/if}> <{if $handler->getShowArticle('hits')}> <{$smarty.const._MD_XDBASE_LANG_HITS}>:<{$object->getShow('hits')}> <{/if}> <{if $handler->getShowArticle('comments')}> <{$smarty.const._MD_XDBASE_LANG_COMMENTS}>:<{$object->getShow('comments')}> <{/if}> <{if $handler->getShowArticle('rating')}> <{$smarty.const._MD_XDBASE_LANG_RATING}>:<{$object->getShow('rating')}> <{/if}> <{if $handler->getShowArticle('votes')}> <{$smarty.const._MD_XDBASE_LANG_VOTES}>:<{$object->getShow('votes')}><{if $handler->getVoteCount($object->getShow('did')) == 0}><{$smarty.const._MD_XDBASE_LANG_TYPE_VOTE}> <{$smarty.const._MD_XDBASE_LANG_TYPE_VOTE}><{/if}> <{/if}> <{if $handler->getShowArticle('downloads')}> <{$smarty.const._MD_XDBASE_LANG_DOWNLOADS}>:<{$object->getShow('downloads')}> <{/if}> <{if $handler->getShowArticle('trackbacks')}> <{$smarty.const._MD_XDBASE_LANG_TRACKBACKS}>:<{$object->getShow('trackbacks')}> <{/if}> <{* <{if $handler->getShowArticle('pipe_id')}> <{$smarty.const._MD_XDBASE_LANG_PIPE_ID}>:<{$object->getShow('pipe_id')}> <{/if}> *}> <{if $handler->getShowArticle('dohtml')}> <{$smarty.const._MD_XDBASE_LANG_DOHTML}>:<{$object->getShow('dohtml')|replace:"0":$smarty.const._NO|replace:"1":$smarty.const._YES}> <{/if}> <{if $handler->getShowArticle('doxcode')}> <{$smarty.const._MD_XDBASE_LANG_DOXCODE}>:<{$object->getShow('doxcode')|replace:"0":$smarty.const._NO|replace:"1":$smarty.const._YES}> <{/if}> <{if $handler->getShowArticle('dosmiley')}> <{$smarty.const._MD_XDBASE_LANG_DOSMILEY}>:<{$object->getShow('dosmiley')|replace:"0":$smarty.const._NO|replace:"1":$smarty.const._YES}> <{/if}> <{if $handler->getShowArticle('doimage')}> <{$smarty.const._MD_XDBASE_LANG_DOIMAGE}>:<{$object->getShow('doimage')|replace:"0":$smarty.const._NO|replace:"1":$smarty.const._YES}> <{/if}> <{if $handler->getShowArticle('dobr')}> <{$smarty.const._MD_XDBASE_LANG_DOBR}>:<{$object->getShow('dobr')|replace:"0":$smarty.const._NO|replace:"1":$smarty.const._YES}> <{/if}>
<{if $smarty.const._MD_XDBASE_CONST_DISPDETAILPAGENAV == 2 || $smarty.const._MD_XDBASE_CONST_DISPDETAILPAGENAV == 3}>
<{$handler->getPageNavi($object->getShow('did'), $object->getShow('cid'), 'action=DataView')}>
<{/if}> <{* d3pipes clippings *}> <{include file="db:`$smarty.const._MD_XDBASE_CONST_MODULEDIRNAME`_inc_data_view_clips.html"}> <{* comment *}> <{include file="db:`$smarty.const._MD_XDBASE_CONST_MODULEDIRNAME`_inc_data_view_comment.html"}> <{include file='db:system_notification_select.html'}>