<% const MaxPerPage=20 dim totalPut dim CurrentPage dim TotalPages typeid=request("typeid") keyword=request("txtitle") if not isempty(request("page")) then currentPage=cint(request("page")) else currentPage=1 end if if typeid="0" then set rs=server.createobject("adodb.recordset") sql="select * from pic where title like '%"&request("txtitle")&"%' order by newsid desc" rs.open sql,conn,1,1 else set rs=server.createobject("adodb.recordset") sql="select * from pic where title like '%"&request("txtitle")&"%' and typeid="&cstr(typeid)&" order by newsid desc" rs.open sql,conn,1,1 set rstype=server.createobject("adodb.recordset") typesql="select * from pictype where typeid="&rs("typeid")&"" rstype.open typesql,conn,1,1 types=rstype("type") end if if rs.eof or rs.bof then response.write "" end if totalPut=rs.recordcount if currentpage<1 then currentpage=1 end if if (currentpage-1)*MaxPerPage>totalput then if (totalPut mod MaxPerPage)=0 then currentpage=totalPut \ MaxPerPage else currentpage=totalPut \ MaxPerPage + 1 end if end if if currentPage=1 then showContent showpage totalput,MaxPerPage,"" else if (currentPage-1)*MaxPerPage
SJEC  
江南之窗  
2015年度

NO/46

   
     
     
2014年度

NO/45

NO/44

NO/43

NO/42

NO/41

 
     
2013年度

NO/40

NO/38-39

NO/37

NO/36

NO/35

 
     
2012年度

NO/34

NO/33

NO/32

NO/31

NO/30

 
     
2011年度

NO/29

NO/28

 
     
     
2010年度

NO/27

NO/26

NO/25
12/2010

     

NO/24
08/2010

NO/23 06/2010

NO/22 02/2010

2009年度

NO/21
12/2009

NO/20
09/2009

NO/19
07/2009

     

NO/18
05/2009

NO/17
04/2009

NO/16
01/2009

2008年度

NO/15
10/2008

NO/14
06/2008

NO/13
06/2008

     

NO/12
06/2008

NO/11
02/2008

 
2007年度

NO/10
12/2007

NO/09
10/2007

NO/08
08/2007

     

NO/07
06/2007

NO/06
04/2007

NO/05
02/2007

2006年度

NO/04
12/2006

NO/03
10/2006

NO/02
08/2006

     

NO/01
06/2006

   
 
© (1992-2009) SJEC. All rights reserved. | 苏ICP备06001522号