71 lines
2.9 KiB
Smarty
71 lines
2.9 KiB
Smarty
|
|
<!--{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>
|
|||
|
|
<a href="huodong_add.php"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></a>
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
</table>
|
|||
|
|
<table width="100%" border="0" cellspacing="1" cellpadding="0" class=nr>
|
|||
|
|
<tr><td colspan=13 class=bt height=30><b><!--{$GG.province}--><!--{$GG.city}--><!--{$GG.county}--> <20><EFBFBD><EEB6AF><EFBFBD><EFBFBD></b>
|
|||
|
|
<select onchange="FP_jumpMenu(this,'window',false)">
|
|||
|
|
<!--{foreach from=$Pagenum item=pagenum}-->
|
|||
|
|
<option value='<!--{$GG.Config.FileName}-->?<!--{$Link}-->&pagelist=<!--{$pagenum}-->' <!--{if $GG.pagelist==$pagenum}-->selected<!--{/if}-->>ÿҳ<!--{$pagenum}--></option>
|
|||
|
|
<!--{/foreach}-->
|
|||
|
|
</select> (<!--{$Pages.totalNum|number_format}-->)</td></tr>
|
|||
|
|
<tr>
|
|||
|
|
<td width=55 class=bb><b><3E>ID</b></td>
|
|||
|
|
<td class=bb><b><3E><EFBFBD><EEB6AF><EFBFBD><EFBFBD></b></td>
|
|||
|
|
<td class=bb><b><3E><><EFBFBD><EFBFBD></b></td>
|
|||
|
|
<td class=bb><b><3E>ʱ<EEB6AF><CAB1></b></td>
|
|||
|
|
<td class=bb><b>Ĭ<><C4AC></b></td>
|
|||
|
|
<td class=bb><b><3E><>ʾ</b></td>
|
|||
|
|
<td width=45 class=bb><b><3E><><EFBFBD><EFBFBD></b></td>
|
|||
|
|
</tr>
|
|||
|
|
<form name="forms" method="post" action="">
|
|||
|
|
<!--{section name=loop loop=$data}-->
|
|||
|
|
<tr class=gy>
|
|||
|
|
<td class='nr_nr'><!--{$data[loop].Hdid}--></td>
|
|||
|
|
<td class='nr_nr'><!--{$data[loop].Htitle}--></td>
|
|||
|
|
<td class='nr_nr'><!--{$data[loop].Hshow}--></td>
|
|||
|
|
<td class='nr_nr'><!--{$data[loop].Htime}--></td>
|
|||
|
|
<td class='nr_nr'><!--{$data[loop].Hdef}--></td>
|
|||
|
|
<td class='nr_nr'><!--{if $data[loop].Hclose}--><3E><>ʾ<!--{else}--><3E><><EFBFBD><EFBFBD><!--{/if}--></td>
|
|||
|
|
<td class=nr_nr align=center><a href="huodong_add.php?id=<!--{$data[loop].Hdid}-->"><3E><EFBFBD></a></td>
|
|||
|
|
</tr>
|
|||
|
|
<!--{/section}-->
|
|||
|
|
<tr>
|
|||
|
|
<td colspan=15 class=bb>
|
|||
|
|
<!--{if $Pages.maxPage>1}-->
|
|||
|
|
<div class="club_dh">
|
|||
|
|
<!--{if $Pages.page>$Pages.linkNum/2+2}--><a href='?<!--{$Link}-->&page=1' class="club_ls">1</a> ..<!--{/if}-->
|
|||
|
|
<!--{section name=t loop=$Pages.end-$Pages.start+1}-->
|
|||
|
|
<!--{assign var="t" value=$Pages.start+$smarty.section.t.index}-->
|
|||
|
|
<!--{if $Pages.page==$t }--><span class="club_dhhs"><!--{$t}--></span>
|
|||
|
|
<!--{else}--><a href='?<!--{$Link}-->&page=<!--{$t}-->' class="club_ls"><!--{$t}--></a><!--{/if}-->
|
|||
|
|
<!--{/section}-->
|
|||
|
|
<!--{if $Pages.page<$Pages.maxPage-$Pages.linkNum/2-1}-->.. <a href='?<!--{$Link}-->&page=<!--{$Pages.maxPage}-->' class="club_ls"><!--{$Pages.maxPage}--></a><!--{/if}-->
|
|||
|
|
<input type="text" id=gopage name="gopage"style="width:30px;" value="<!--{$Pages.page}-->" onkeyup="value=value.replace(/[^0-9]/g,'')">
|
|||
|
|
<input type=button value=" GO " name=go id=gop style='width:30px;'>
|
|||
|
|
</div>
|
|||
|
|
<!--{/if}--></td>
|
|||
|
|
</tr>
|
|||
|
|
</form>
|
|||
|
|
</table>
|
|||
|
|
</div>
|
|||
|
|
<!--{include file='bottom.tpl'}-->
|
|||
|
|
</body>
|
|||
|
|
</html>
|