Files
wnmj/GonghuiWeb/www/m/user/cw.tpl

81 lines
3.2 KiB
Smarty
Raw Normal View History

2026-02-24 09:25:17 +08:00
<!--{include file='top.tpl'}-->
<style>
.nr_nr {line-height:18px;}
</style>
<div id=in>
<table width="100%" align=center border="0" cellspacing="1" cellpadding="0" class=nr>
<form action="cw.php" method="post" name="frmedit">
<tr class=gy>
<td height=25 class=nr_nr>
<input type="text" name="money" value="" fs="<22><><EFBFBD><EFBFBD>" style="width:100px;" maxLength="200">
<input type="text" name="remark" value="" fs="<22><>ע" style="width:200px;">
<input name="pass" id=pass type="password" value="" maxLength="50" style="width:70px;" fs="pass">
<input type="submit" name=submit value="<22><> <20><>">
<div style="float:right;">
<09><><EFBFBD>˻<EFBFBD><CBBB><EFBFBD><!--{$info.money-$info.pay|number_format}-->Ԫ<br>
<09><><EFBFBD><EFBFBD><EFBFBD>룺<!--{$info.money|number_format}-->Ԫ<br>
<09><>֧<EFBFBD><D6A7><EFBFBD><EFBFBD><!--{$info.pay|number_format}-->Ԫ
</div>
<div style="float:right;width:150px;">
<br>
<09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><!--{$info.mk|number_format}--><3E><><br>
ƽ<><C6BD><EFBFBD><EFBFBD><!--{$info.zq/$info.mk|number_format:3}-->Ԫ/<2F><>
</div>
<div style="float:right;width:130px;">
<09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>룺<!--{$info.zz|number_format}-->Ԫ<br>
<09><><EFBFBD><EFBFBD>׬ȡ<D7AC><C8A1><!--{$info.zq|number_format}-->Ԫ<br>
<09><><EFBFBD><EFBFBD>֧<EFBFBD><D6A7><EFBFBD><EFBFBD><!--{$info.kx|number_format}-->Ԫ
</div>
</td>
</tr>
</form>
</table>
<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)">
<!--{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>ϸ</b>
</td></tr>
<tr>
<td class=bb><b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ</b></td>
<td width=90 class=bb><b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><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><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></b></td>
<td width=100 class=bb><b><3E><>ֵ<EFBFBD><D6B5><EFBFBD><EFBFBD></b></td>
<td class=bb><b><3E><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1></b></td>
<td class=bb><b><3E><><EFBFBD><EFBFBD>IP</b></td>
</tr>
<form name="forms" method="post" action="">
<!--{section name=loop loop=$data}-->
<tr class=gy>
<td class=nr_nr><font color=#999><!--{$data[loop].Rid}-->.</font>
<!--{if $data[loop].OperCount}-->
<!--{$data[loop].NickName}--> <font color=#999>(<!--{$data[loop].GameID}-->)</font>
<!--{else}-->
<font color=green><!--{$data[loop].remark}--></font>
<!--{/if}-->
</td>
<td class=nr_nr align=center><!--{if $data[loop].PayMoney>0}--><font color=red><3E><>ֵ<!--{else}--><font color=green>֧<><D6A7><!--{/if}--></font></td>
<td class=nr_nr align=right><!--{if $data[loop].PayMoney>0}--><!--{$data[loop].OperCount}--><!--{/if}--></td>
<td class=nr_nr align=right><!--{if $data[loop].PayMoney<0}--><font color=green><!--{/if}--><!--{$data[loop].PayMoney|number_format}-->Ԫ</font></td>
<td class=nr_nr align=right><!--{if $data[loop].PayMoney>0}--><!--{$data[loop].pjz|number_format:3}--><!--{/if}--></td>
<td class=nr_nr><!--{timename time=$data[loop].Date|strtotime}--></td>
<td class=nr_nr><!--{convertip ip=$data[loop].AddIP}--> <font color=#999><!--{$data[loop].AddIP}--></font>
<!----a href="?del=<!--{$data[loop].Rid}-->">d</a-----></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>