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.
39 lines
1.2 KiB
39 lines
1.2 KiB
|
1 year ago
|
{include file=comm/head.html}
|
||
|
|
|
||
|
|
{include file=comm/top.html}
|
||
|
|
|
||
|
|
<div class="container pages">
|
||
|
|
|
||
|
|
{include file=comm/position.html}
|
||
|
|
|
||
|
|
{include file=comm/sortnav.html}
|
||
|
|
|
||
|
|
<!-- 列表内容 -->
|
||
|
|
<ul>
|
||
|
|
{pboot:list num=10 order=date}
|
||
|
|
<li class="lh-3 border-bottom-dashed">
|
||
|
|
<i class="fa fa-gg"></i>
|
||
|
|
<a href="[list:link]">
|
||
|
|
<span class="d-none d-md-inline">[list:title lencn=30]</span><!-- PC端 -->
|
||
|
|
<span class="d-inline d-md-none">[list:title lencn=11]</span><!-- 移动端 -->
|
||
|
|
{pboot:if([list:istop]==1)}
|
||
|
|
<span class="badge badge-danger">置顶</span>
|
||
|
|
{/pboot:if}
|
||
|
|
{pboot:if([list:isrecommend]==1)}
|
||
|
|
<span class="badge badge-warning">推荐</span>
|
||
|
|
{/pboot:if}
|
||
|
|
{pboot:if([list:isheadline]==1)}
|
||
|
|
<span class="badge badge-info">头条</span>
|
||
|
|
{/pboot:if}
|
||
|
|
<span class="float-right">[list:date style=Y-m-d]</span>
|
||
|
|
</a>
|
||
|
|
</li>
|
||
|
|
{/pboot:list}
|
||
|
|
</ul>
|
||
|
|
|
||
|
|
{include file=comm/page.html}
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
{include file=comm/foot.html}
|