You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
3.4 KiB
82 lines
3.4 KiB
{template 'header'}
|
|
|
|
<div class="m mt15">
|
|
<div class="nav "><a href="{$MODULE[1][linkurl]}">首页</a> <i>></i> <a href="{$MOD[linkurl]}">{$MOD[name]}</a> <i>></i> {cat_pos($CAT, ' <i>></i> ')}</div>
|
|
</div>
|
|
<div class="w1200">
|
|
<div class="news-left-c">
|
|
<div class="exContent">
|
|
<div class="exTitle">
|
|
<h1>{$title}</h1>
|
|
</div>
|
|
<div class="exTiInfo">
|
|
<div style="float: left;">
|
|
{if $copyfrom}来源:{if $fromurl}<a href="{$fromurl}" target="_blank">{/if}{$copyfrom}{if $fromurl}</a>{/if}{/if}
|
|
{if $author} 作者:{$author}{/if}
|
|
{$editdate} 阅读:{$hits}
|
|
</div>
|
|
</div>
|
|
{if $CP}{template 'property', 'chip'}{/if}
|
|
{template 'content', 'chip'}
|
|
|
|
<div class="tool">
|
|
{if $MOD[likes]}<i class="like" onclick="Dlike({$moduleid}, {$itemid}, 0);">点赞 <b id="like-{$moduleid}-{$itemid}-0">{$likes}</b></i>{/if}
|
|
{if $MOD[likes]}<i class="hate" onclick="Dhate({$moduleid}, {$itemid}, 0);">反对 <b id="hate-{$moduleid}-{$itemid}-0">{$hates}</b></i>{/if}
|
|
<i class="report" onclick="Dreport({$moduleid}, {$itemid}, 0);">举报 <b>{$reports}</b></i>
|
|
<i class="favorite" onclick="Dfavor({$moduleid}, {$itemid});">收藏 <b>{$favorites}</b></i>
|
|
<a href="{DT_PATH}api/share.php?mid={$moduleid}&itemid={$itemid}" target="_blank"><i class="share">分享 <b>{$shares}</b></i></a>
|
|
</div>
|
|
|
|
{if $keytags}
|
|
<div class="tags">
|
|
<i>标签:</i>
|
|
{loop $keytags $t}
|
|
<span><a href="{$MOD[linkurl]}search.php?kw={urlencode($t)}" target="_blank" >{$t}</a></span>
|
|
{/loop}
|
|
</div>
|
|
{/if}
|
|
</div>
|
|
<div class="exDisclaimer">
|
|
<p><b>免责声明:</b><br>本站部份内容系网友自发上传与转载,不代表本网赞同其观点;<br>如涉及内容、版权等问题,请在30日内联系,我们将在第一时间删除内容!</p>
|
|
</div>
|
|
<div class="exAd">{ad(27)}</div>
|
|
{if $MOD[page_srelate]}
|
|
{if $keytags}
|
|
<div class="exRelated"><h2>相关{$MOD[name]}</h2>
|
|
<ul><!--{tag("moduleid=21&length=46&condition=status=3 and itemid<>$itemid and keyword like '%".$keytags[0]."%'&areaid=$cityid&pagesize=16&order=".$MOD[order]."&cols=2&template=f-div1", -2)}--></ul></div>
|
|
{else}
|
|
<div class="exRelated"><h2>相关{$MOD[name]}</h2>
|
|
<ul><!--{tag("moduleid=21&length=46&catid=$catid&condition=status=3 and itemid!=$itemid&areaid=$cityid&pagesize=16&order=".$MOD[order]."&cols=2&template=f-div1", -2)}--></ul></div>
|
|
{/if}
|
|
{/if}
|
|
</div>
|
|
<div class="news-right">
|
|
<div class="past-box">
|
|
<dt><span> <a href="{$MOD[linkurl]}">更多</a></span>推荐{$MOD[name]}</dt>
|
|
<ul>
|
|
<!--{php $tags=tag("moduleid=21&areaid=$cityid&condition=status=3 and thumb<>''&length=54&pagesize=10&order=addtime desc&template=null");}-->
|
|
{loop $tags $i $t}
|
|
<li>
|
|
<a href="{$t[linkurl]}">
|
|
<img src="{imgurl($t[thumb], 1)}" alt="{$t[title]}">
|
|
<p>{$t[title]}</p>
|
|
</a>
|
|
</li>{/loop}
|
|
</ul>
|
|
</div>
|
|
<div class="box">
|
|
<dt><span> <a href="{$MOD[linkurl]}">更多</a></span>最新{$MOD[name]}</dt>
|
|
<ul class="rank">
|
|
<!--{php $tags=tag("moduleid=21&areaid=$cityid&condition=status=3&length=54&pagesize=10&order=addtime desc&template=null");}-->
|
|
{loop $tags $i $t}
|
|
<li class="text-overflow">
|
|
<a href="{$t[linkurl]}">{$t[title]}</a>
|
|
</li>{/loop}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">var module_id= {$moduleid},item_id={$itemid},content_id='content',img_max_width={$MOD[max_width]};</script>
|
|
{if $content}<script type="text/javascript" src="{DT_STATIC}file/script/content.js"></script>{/if}
|
|
<div class="b20"></div>
|
|
{template 'footer'}
|