工会web
This commit is contained in:
34
GonghuiWeb/www/m/dh/jf.tpl
Normal file
34
GonghuiWeb/www/m/dh/jf.tpl
Normal file
@@ -0,0 +1,34 @@
|
||||
<style>
|
||||
.nr {background:#eee;}
|
||||
.nr_nr {background:#fff;}
|
||||
.nr_r {text-align:right;padding-right:5px;}
|
||||
</style>
|
||||
<div class="" style="color:red;">请自行截图保存,再次访问需要扣除元宝!</div>
|
||||
<div class="xfs-14 xlh-25">
|
||||
<span class="xfr" style="color:<!--{if $zjf>0}-->red<!--{else}-->green<!--{/if}-->;"><!--{if $GG.look}-->全部<!--{else}-->30天<!--{/if}-->:<!--{$zjf}-->分</span>
|
||||
<!--{$user.NickName}--> <font color="#999"><!--{if $GG.look}-->全部<!--{else}-->30天<!--{/if}-->游戏积分记录</font>
|
||||
</div>
|
||||
<table width="100%">
|
||||
<tr class="xlh-30">
|
||||
<td align="center" class="xb-ef">日期</td>
|
||||
<td align="center" class="xb-ef">积分</td>
|
||||
<td align="center" class="xb-ef">赢分</td>
|
||||
<td align="center" class="xb-ef">输分</td>
|
||||
<td align="center" class="xb-ef">游戏局数</td>
|
||||
</tr>
|
||||
<!--{assign var="zjf" value=0}-->
|
||||
<!--{section name=loop loop=$log}-->
|
||||
<!--{assign var="i" value=$smarty.section.loop.rownum}-->
|
||||
<tr class="xlh-25 <!--{if $i%2==1 }--> xb-ef<!--{/if}-->">
|
||||
<td> <!--{if $GG.look}--><!--{$log[loop].Month}--><!--{else}--><!--{$log[loop].Days}--><!--{/if}--></td>
|
||||
<td align=right><!--{if $log[loop].Jf>0}--><font color=red><!--{else}--><font color=green><!--{/if}--><!--{$log[loop].Jf}--></font> </td>
|
||||
<td align="right"><!--{$log[loop].Jfz}--> </td>
|
||||
<td align="right"><!--{$log[loop].Jfs}--> </td>
|
||||
<td align="right"><!--{$log[loop].Hit}--> </td>
|
||||
</tr>
|
||||
<!--{/section}-->
|
||||
</table>
|
||||
<div class="clear"></div>
|
||||
<script>
|
||||
layer.closeAll();
|
||||
</script>
|
||||
Reference in New Issue
Block a user