作者 anyv
1 个管道 的构建 通过 耗费 0 秒

首页

... ... @@ -167,22 +167,22 @@
</div>
</div>
</a>-->
<a href="{:url('New/new_content',array('id'=>$vo.post_id))}">
<a href="{:url('New/new_content',array('id'=>$new_data.post_id))}">
<div class="inform_box1">
<div class="inform_box1_rq">
<div class="inform_box1_rq1">
<h2>{$vo.create_time|date="m",###}</h2>
<h2>{$new_data.create_time|date="m",###}</h2>
<span>/</span>
<h2>{$vo.create_time|date="d",###}</h2>
<p>{$vo.create_time|date="Y",###}</p>
<h2>{$new_data.create_time|date="d",###}</h2>
<p>{$new_data.create_time|date="Y",###}</p>
</div>
</div>
<div class="inform_box1_nr">
<h2>
{$vo.post_title}
{$new_data.post_title}
</h2>
<p>
{$vo.post_excerpt}
{$new_data.post_excerpt}
</p>
</div>
</div>
... ...