63 lines
2.9 KiB
Smarty
63 lines
2.9 KiB
Smarty
|
|
<!--{include file='top.tpl'}-->
|
|||
|
|
<style>
|
|||
|
|
.nr_nr {line-height:18px;}
|
|||
|
|
</style>
|
|||
|
|
<div id=in>
|
|||
|
|
<table width="100%" border="0" cellspacing="1" cellpadding="0" class=nr>
|
|||
|
|
<tr><td colspan=13 class=bt height=30><select onchange="FP_jumpMenu(this,'window',false)">
|
|||
|
|
<option value='<!--{$GG.Config.FileName}-->?m=' <!--{if !$GG.m}-->selected<!--{/if}-->><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD></option>
|
|||
|
|
<!--{foreach from=$year item=v}-->
|
|||
|
|
<option value='<!--{$GG.Config.FileName}-->?m=<!--{$v}-->' <!--{if $GG.m==$v}-->selected<!--{/if}-->><!--{$v}--></option>
|
|||
|
|
<!--{/foreach}-->
|
|||
|
|
</select> <b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD> (<!--{$zz|number_format}-->Ԫ)</b>
|
|||
|
|
</td></tr>
|
|||
|
|
<tr>
|
|||
|
|
<td width=55 class=bb><b></b></td>
|
|||
|
|
<td width=55 class=bb><b>ID</b></td>
|
|||
|
|
<td width=50 class=bb><b>ͷ<><CDB7></b></td>
|
|||
|
|
<td class=bb><b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ</b></td>
|
|||
|
|
<td width=100 class=bb><b><3E><>ǰ<EFBFBD><C7B0><EFBFBD><EFBFBD></b></td>
|
|||
|
|
<td width=100 class=bb><b><3E><>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD></b></td>
|
|||
|
|
<td width=100 class=bb><b><3E><>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD></b></td>
|
|||
|
|
<td width=100 class=bb><b><3E><>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD></b></td>
|
|||
|
|
<td width=100 class=bb><b>ռ<><D5BC></b></td>
|
|||
|
|
<td width=120 class=bb><b><3E><>¼/ע<><D7A2></b></td>
|
|||
|
|
</tr>
|
|||
|
|
<form name="forms" method="post" action="">
|
|||
|
|
<!--{section name=loop loop=$data}-->
|
|||
|
|
<tr class=gy>
|
|||
|
|
<td class=nr_nr style="text-align:center;"><!--{$smarty.section.loop.rownum}--></td>
|
|||
|
|
<td class=nr_nr>
|
|||
|
|
<a href="javascript:;" onclick="openright('content<!--{$data[loop].UserID}-->','<27><>Ա<EFBFBD><D4B1><!--{$data[loop].GameID}-->','user/add.php?id=<!--{$data[loop].UserID}-->')"><!--{$data[loop].GameID}--></a><br>
|
|||
|
|
<a href="javascript:;" onclick="openright('2','<27><>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϸ','user/bug.php?key=<!--{$data[loop].UserID}-->')"><font color="#999"><!--{$data[loop].UserID}--></font></a></td>
|
|||
|
|
<td class='nr_nr nr_toux'><a href="javascript:;" onclick="openright('6','<27><><EFBFBD>Ҽ<EFBFBD>¼','user/user-log.php?gid=<!--{$data[loop].GameID}-->')"><img src='<!--{$data[loop].HeadHttp|default:"/m/img/toux.jpg"}-->'></a></td>
|
|||
|
|
<td class=nr_nr><!--{$data[loop].NickName|replace:$key:"<font color=red>$key</font>"}--><br>
|
|||
|
|
<!--{if $data[loop].Gender==1}--><3E><><!--{else}--><font color=#996600>Ů<!--{/if}--></font>
|
|||
|
|
<font color=#ff33ff><!--{$data[loop].UnionName}--></font>
|
|||
|
|
<font color=blue><!--{$data[loop].Remark}--></font>
|
|||
|
|
</td>
|
|||
|
|
<td class=nr_nr align=right><!--{$data[loop].InsureScore|number_format}--></td>
|
|||
|
|
<td class=nr_nr align=right><!--{$data[loop].num|number_format}--></td>
|
|||
|
|
<td class=nr_nr align=right><!--{$data[loop].fk|number_format}--></td>
|
|||
|
|
<td class=nr_nr align=right><!--{$data[loop].pjz|number_format:3}--></td>
|
|||
|
|
<td class=nr_nr align=right><!--{$data[loop].num/$zz*100|number_format:2}-->%</td>
|
|||
|
|
<td class=nr_nr>
|
|||
|
|
<!--{timename time=$data[loop].LastDate|strtotime}--><br>
|
|||
|
|
<!--{timename time=$data[loop].RegDate|strtotime}-->
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
<!--{/section}-->
|
|||
|
|
</form>
|
|||
|
|
</table>
|
|||
|
|
</div>
|
|||
|
|
<script>
|
|||
|
|
function tz(){
|
|||
|
|
var dday = $("#dday").val();
|
|||
|
|
if(dday){
|
|||
|
|
location.href="cw.php?m="+dday;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
</script>
|
|||
|
|
<!--{include file='bottom.tpl'}-->
|
|||
|
|
</body>
|
|||
|
|
</html>
|