<{if $yd_layout=="left"}>
|
<{include file="db:`$mydirname`_rightarea.html"}>
|
<{/if}>
|
<{if $yd_param.mode=="date"}>
<{$yd_param.year}><{$smarty.const._MD_DATE_YEAR}><{$yd_param.month}><{$smarty.const._MD_DATE_MONTH}><{$yd_param.day}><{$smarty.const._MD_DATE_DAY}> <{$smarty.const._MD_LIST_VIEW}>
<{elseif $yd_param.mode=="month"}>
<{$yd_param.year}><{$smarty.const._MD_DATE_YEAR}><{$yd_param.month}><{$smarty.const._MD_DATE_MONTH}> <{$smarty.const._MD_LIST_VIEW}>
<{elseif $yd_param.mode=="category"}>
<{$smarty.const._MD_CATEGORY}>:<{$yd_param.cname}> <{$smarty.const._MD_LIST_VIEW}>
<{else}>
<{$smarty.const._MD_DIARY_RECENT}>
<{/if}>
|  |
|
<{if $yd_data[0].year>0}>
<{section name=num loop=$yd_data}>
<{if $yd_data[num].can_disp}>
<{$yd_data[num].year}><{$smarty.const._MD_DATE_YEAR}>
<{$yd_data[num].month}><{$smarty.const._MD_DATE_MONTH}><{$yd_data[num].day}><{$smarty.const._MD_DATE_DAY}>
<{$yd_data[num].time}>
|
<{if $yd_data[num].other>0}>
<{$yd_data[num].title}>
<{else}>
<{$yd_data[num].title}>
<{/if}>
<{if $yd_data[num].openarea <> 0}> <{/if}> |
<{if $yd_data[num].photo.0.pname|count_characters>0}>
<{section name=num2 loop=$yd_data[num].photo max=3}>
|
<{/section}>
<{/if}>
<{$yd_data[num].diary}>
|
|
<{if $yd_data[num].other<=0}>
<{if $mod_config.comment_dirname}>
<{d3comment mode="count" var="comcount" mydirname=$mydirname id=$yd_data[num].bid class="d3diaryD3commentContent"}>
<{if $comcount}>
<{$smarty.const._MD_COMMENT}> (<{$comcount}>)
<{else}><{$smarty.const._MD_COMMENT}> (0)
<{/if}>
<{else}>}>
<{$smarty.const._MD_COMMENT}> <{$yd_data[num].comment_num}>
<{/if}>
|
<{$smarty.const._MD_DIARY_READDESC}>
<{if $yd_editperm==1}>
|
<{$smarty.const._MD_T_EDIT}>
<{/if}>
<{/if}>
|
<{/if}>
<{/section}>
<{else}>
|
<{if $yd_param.mode=="all"}>
<{$smarty.const._MD_NODIARY}>
<{else}>
<{$smarty.const._MD_NOENTRY}>
<{/if}>
|
<{/if}>
<{include file='db:system_notification_select.html'}>
|
<{if $yd_layout=="right"}>
<{include file="db:`$mydirname`_rightarea.html"}>
|
<{/if}>