You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
3.2 KiB
HTML
62 lines
3.2 KiB
HTML
<extend name="Public/promote_base"/>
|
|
<block name="css">
|
|
<link href="__CSS__/index/index.new.css" rel="stylesheet" >
|
|
</block>
|
|
|
|
<block name="body">
|
|
<div class="page-search normal_list charge-agentPay-search">
|
|
<div class="trunk-title">
|
|
<div class="location">
|
|
<div class="location-container">当前位置:<span>后台首页></span><span>公告列表</span></div>
|
|
</div>
|
|
</div>
|
|
<div class="trunk-list list_normal">
|
|
<div class="fxui-tab">
|
|
<div class="fxui-tab-hand" style="border-bottom: none">
|
|
<span class="fxui-tab-tit <if condition="$type==56">curr</if>"><a href="{:U('msg_list')}&type=56">公告</a>
|
|
<span style="width: 25px;height: 25px;float: left;position: relative;bottom:50px;left:55px;text-align: center;background: rgba(255, 0, 0, 1)">
|
|
<a style="line-height: 25px;padding: 0px;color: #fff">{$gg_count}</a>
|
|
</span>
|
|
</span>
|
|
<span class="fxui-tab-tit <if condition="$type==50">curr</if>"><a href="{:U('msg_list')}&type=50">消息</a>
|
|
<span style="width: 25px;height: 25px;float: left;position: relative;bottom:50px;left:55px;text-align: center;background: rgba(255, 0, 0, 1)">
|
|
<a style="line-height: 25px;padding: 0px;color: #fff">0</a>
|
|
</span>
|
|
</span>
|
|
<span class="fxui-tab-tit <if condition="$type==51">curr</if>"><a href="{:U('msg_list')}&type=51">游戏活动</a>
|
|
<span style="width: 25px;height: 25px;float: left;position: relative;bottom:50px;left:83px;text-align: center;background: rgba(255, 0, 0, 1)">
|
|
<a style="line-height: 25px;padding: 0px;color: #fff">{$zx_count}</a>
|
|
</span>
|
|
</span>
|
|
<span class="fxui-tab-tit <if condition="$type==0">curr</if>"><a href="{:U('msg_list')}&type=0">资源号异常日志</a>
|
|
<span style="width: 25px;height: 25px;float: left;position: relative;bottom:50px;left:125px;text-align: center;background: rgba(255, 0, 0, 1)">
|
|
<a style="line-height: 25px;padding: 0px;color: #fff">{$rz_count}</a>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
<div class="fxui-tab-nav">
|
|
<empty name="data_list">
|
|
暂无信息
|
|
<else/>
|
|
<volist name="data_list" id="data">
|
|
<p>
|
|
<span class="title"><a href="index.php?s=/Home/Article/detail/id/{$data.id}.html">{$data.title}</a></span>
|
|
<span class="time">{$data.update_time|date="Y/m/d",###}</span>
|
|
</p>
|
|
</volist>
|
|
</empty>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="pagenation clearfix">
|
|
{$_page}
|
|
</div>
|
|
</div>
|
|
</block>
|
|
<block name="script">
|
|
<script>
|
|
$(function () {
|
|
setValue('row', '{:I("row",10)}');
|
|
})
|
|
</script>
|
|
</block> |