工会web

This commit is contained in:
cyw
2026-02-24 09:25:17 +08:00
parent 6444f9f72e
commit ab4066dd14
801 changed files with 74278 additions and 0 deletions

View 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>