{extend name="public/base" /} {block name="title"}{$article.title} - {$sysInfo.webname}{/block} {block name="keywords"}{$article.keywords ?: $article.title}{/block} {block name="description"}{$article.title},{$article.description ?? ''}{/block} {block name="ogtitle"}{/block} {block name="ogdescription"}{/block} {block name="meta"} {/block} {block name="link"} {/block} {block name="column"}
{include file="/public/column" /}
{/block} {block name="content"}
{//标题}

{article:title /}

{//图标}
{article:user name='name' /} {article:auther} {$article.create_time|date="Y-h-d H:i"} {$article:comments_count} {$pv} {if ($article.jie == 0) } {:lang('no finished')} {else /} {:lang('finished')} {/if}

{//问题内容}
问题描述:
{:hook('taoplayerdiv')}
{article:content}
{notempty name="$article.upzip"} {if (session('?user_name'))} {/if} {/notempty} {//解密文件} {empty name="passJieMi"} {if($article.read_type == 1)}
{/if} {/empty} {notempty name="tags"}
标签 {volist name="tags" id="vo" } {$vo.name} {/volist}
{/notempty}

{$sysInfo.state|raw}

本文链接: {$Request.domain}/{$Request.url}
{//评论内容}
评论 {$article.comments_count}
    {article:comment}
  • {comment:uname}
    {comment:uname /} {if condition="$article.user_id eq $comment.user_id"}({:lang('poster')}){/if} {comment:usign /}
    {:hook('ipShow',$comment.user.city)}
    {//加密未解密评论不可查看} {if($article.read_type == 0 || (($article.read_type == 1) && $passJieMi))}
    {comment:content /}
    {eq name="comment.delete_time" value="0"} {comment:zan /} {:lang('reply')} {//评论编辑删除采纳权限}
    {if ((session('user_id') == $comment.user_id) && (getLimtTime($comment.create_time) < 2)) OR ($user.auth ?? '')} {:lang('edit')} {:lang('delete')} {/if}
    {/eq} {// 第二层回复} {notempty name="$comment.children"} {volist name="$comment.children" id="vo"}
    {$vo.user.name} {$vo.create_time|date='Y-m-d H:i'}
    {$vo.content|raw}
    {eq name="vo.delete_time" value="0"} {$vo.zan} {:lang('reply')} {//评论编辑删除采纳权限}
    {if ((session('user_id') == $vo.user.id) && (getLimtTime($vo.create_time) < 2)) OR ($user.auth ?? '')} {:lang('edit')} {:lang('delete')} {/if}
    {/eq}
    {// 第三层回复} {notempty name="$vo.children"} {volist name="$vo.children" id="voo"}
    {$voo.user.name} 回复 {$voo.touser} {$voo.create_time|date='Y-m-d H:i'}
    {$voo.content|raw}
    {eq name="voo.delete_time" value="0"} {$voo.zan} {:lang('reply')} {//评论编辑删除采纳权限}
    {if ((session('user_id') == $voo.user.id) && (getLimtTime($voo.create_time) < 2)) OR ($user.auth ?? '')} {:lang('edit')} {:lang('delete')} {/if}
    {/eq}
    {/volist} {/notempty} {/volist} {/notempty}
    {else /}
    评论解密后查看
    {/if}
  • {/article:comment}
{//评论区} {if session('?user_id') AND ( config('taoler.config.is_reply') == 1 ) AND ( $article.is_reply == 1 )}
{/if}
{// 右栏}
回答 {$article.user.comments_count} 提问 {$article.user.article_count} + 关注
{:hook('addonhook_detail')}
{//crud管理模块} {include file="/public/crud" /}
{include file="public/menu" /} {/block} {block name="script"} {:hook('addonhook_detail_js')} {//图片点击放大} {include file="/public/images-click" /} {/block}