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.
45 lines
1.8 KiB
45 lines
1.8 KiB
{template 'header'}
|
|
<div class="b10"></div>
|
|
<div class="m m1">
|
|
<div class="m1l">
|
|
{if $itemid}
|
|
<h1 class="title">{$title}</h1>
|
|
<div class="info"><span class="f_r c_p"><span onclick="Print();">[打印]</span></span><i class="ui-ico-time">{$adddate} 有效期:{$fromdate} 至 {$todate}</i><i class="ui-ico-hits" id="hits">{$hits}</i></div>
|
|
<div class="content" id="content">{$content}</div>
|
|
{else}
|
|
<table cellpadding="16" cellspacing="0" class="tb">
|
|
<tr>
|
|
{if !$typeid}<th width="120">类别</th>{/if}
|
|
<th>标题</th>
|
|
<th width="120">点击</th>
|
|
<th width="120">发布时间</th>
|
|
</tr>
|
|
{loop $lists $k $v}
|
|
<tr align="center">
|
|
{if !$typeid}<td class="px14"><a href="{$url}{list_url($v[typeid])}">{$v[typename]}</a></td>{/if}
|
|
<td align="left" class="px14"><a href="{$v[linkurl]}"{if $v[islink]} target="_blank"{/if}>{$v[title]}</a></td>
|
|
<td class="f_gray">{$v[hits]}</td>
|
|
<td class="f_gray">{$v[adddate]}</td>
|
|
</tr>
|
|
{/loop}
|
|
</table>
|
|
{if $pages}<div class="pages">{$pages}</div>{/if}
|
|
{/if}
|
|
</div>
|
|
<div class="m1r side">
|
|
<ul>
|
|
<li class="side_li" id="type_0"><a href="{$url}">公告中心</a></li>
|
|
{loop $_TP[0] $v0}
|
|
<li class="side_li" id="type_{$v0[typeid]}"><a href="{$url}{list_url($v0[typeid])}">{$v0[typename]}</a></li>
|
|
{if isset($_TP[1][$v0[typeid]])}
|
|
{loop $_TP[1][$v0[typeid]] $v1}
|
|
<li class="side_li" id="type_{$v1[typeid]}"><a href="{$url}{list_url($v1[typeid])}"> |-- {$v1[typename]}</a></li>
|
|
{/loop}
|
|
{/if}
|
|
{/loop}
|
|
</ul>
|
|
<form action="index.php"><input type="search" name="kw" value="{$kw}" ondblclick="if(this.value){Go('./');}" placeholder="搜索" title="输入关键词,按回车搜索"/></form>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">$(function(){$('#type_{$typeid}').attr('class', 'side_on');});</script>
|
|
{template 'footer'}
|