工会web
This commit is contained in:
40
GonghuiWeb/www/m/user/del.tpl
Normal file
40
GonghuiWeb/www/m/user/del.tpl
Normal file
@@ -0,0 +1,40 @@
|
||||
<!--{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>Êý¾Ýͳ¼Æ</b> (<!--{$info|@count}-->)</td></tr>
|
||||
<tr>
|
||||
<td class=bb><b>Êý¾Ý</b></td>
|
||||
<td class=bb><b>Ãû³Æ</b></td>
|
||||
<td width=45 class=bb><b>²Ù×÷</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>
|
||||
Reference in New Issue
Block a user