40 lines
1.1 KiB
Smarty
40 lines
1.1 KiB
Smarty
|
|
<!--{include file='top.tpl'}-->
|
|||
|
|
<!--{assign var="key" value=$GG.username}-->
|
|||
|
|
<script>
|
|||
|
|
$("document").ready(function(){
|
|||
|
|
$("#gop").click(function(){
|
|||
|
|
var page=$("#gopage").val();
|
|||
|
|
location.href='?<!--{$Link}-->&page='+page;
|
|||
|
|
});
|
|||
|
|
});
|
|||
|
|
</script>
|
|||
|
|
<style>
|
|||
|
|
.nr_nr {line-height:18px;}
|
|||
|
|
</style>
|
|||
|
|
<div id=in>
|
|||
|
|
<table width="100%" align=center border="0" cellspacing="1" cellpadding="0" class=nr>
|
|||
|
|
<tr class=gy>
|
|||
|
|
<td height=25 class=nr_nr>
|
|||
|
|
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
</table>
|
|||
|
|
<table width="100%" border="0" cellspacing="1" cellpadding="0" class=nr>
|
|||
|
|
<tr><td colspan=13 class=bt height=30><b><3E><><EFBFBD><EFBFBD>ͳ<EFBFBD><CDB3></b> (<!--{$info|@count}-->)</td></tr>
|
|||
|
|
<tr>
|
|||
|
|
<td class=bb><b><3E><><EFBFBD><EFBFBD></b></td>
|
|||
|
|
<td class=bb><b><3E><><EFBFBD><EFBFBD></b></td>
|
|||
|
|
<td width=45 class=bb><b><3E><><EFBFBD><EFBFBD></b></td>
|
|||
|
|
</tr>
|
|||
|
|
<!--{section name=loop loop=$info}-->
|
|||
|
|
<tr class=gy>
|
|||
|
|
<td class=nr_nr align=right><!--{$info[loop].Count|number_format}--></td>
|
|||
|
|
<td class=nr_nr><!--{$info[loop].Name}--><br><font color="#999"><!--{$info[loop].Table}--></font></td>
|
|||
|
|
<td class=nr_nr align=center></td>
|
|||
|
|
</tr>
|
|||
|
|
<!--{/section}-->
|
|||
|
|
</table>
|
|||
|
|
</div>
|
|||
|
|
<!--{include file='bottom.tpl'}-->
|
|||
|
|
</body>
|
|||
|
|
</html>
|