日期:2014-05-16 浏览次数:20608 次
<!--#include file="Connections/conn.asp" --> <% Dim gg Dim gg_numRows Set gg = Server.CreateObject("ADODB.Recordset") gg.ActiveConnection = MM_conn_STRING gg.Source = "SELECT * FROM dbo.tz ORDER BY n DESC,id desc" gg.CursorType = 0 gg.CursorLocation = 2 gg.LockType = 1 gg.Open() gg_numRows = 0 %> <% Dim Repeat2__numRows Dim Repeat2__index Repeat2__numRows = 5 Repeat2__index = 0 gg_numRows = gg_numRows + Repeat2__numRows %> <% Dim rs Dim rs_numRows Set rs = Server.CreateObject("ADODB.Recordset") rs.ActiveConnection = MM_conn_STRING rs.Source = "SELECT * FROM dbo.d_time ORDER BY 报名开始时间 ASC" rs.CursorType = 0 rs.CursorLocation = 2 rs.LockType = 1 rs.Open() rs_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 5 Repeat1__index = 0 rs_numRows = rs_numRows + Repeat1__numRows %> <table width="959" border="0" cellspacing="0" cellpadding="0"> <tr> <td nowrap><table id="__01" width="441" height="204" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="27" colspan="3" valign="top"><img src="im_tz/后台主界面副本_tz_01.jpg" width="441" height="27" alt=""></td> </tr> <tr> <td rowspan="2" valign="top"><img src="im_tz/后台主界面副本_tz_02.jpg" width="4" height="167" alt=""></td> <td height="162"><div id='marquee3' ></div></td> <td rowspan="2" valign="top"><img src="im_tz/后台主界面副本_tz_04.jpg" width="8" height="167" alt=""></td> </tr> <tr> <td valign="top"><img src="im_tz/后台主界面副本_tz_05.jpg" width="429" height="5" alt=""></td> </tr> </table></td> <td valign="top"><table id="__01" width="518" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="53" colspan="9" valign="top"><img src="im_sj/后台主界面副本_sj_01.jpg" width="518" height="53" alt="" /></td> </tr> <% While ((Repeat1__numRows <> 0) AND (NOT rs.EOF)) %> <tr> <td height="27" nowrap="nowrap"><div align="center"><img src="im_sj/后台主界面副本_sj_02.jpg" width="4" height="27" alt="" /></div></td> <td width="163" height="27" nowrap="nowrap"><div align="center"><%=(rs.Fields.Item("项目名称").Value)%></div></td> <td height="27" nowrap="nowrap"><div align="center"><img src="im_sj/后台主界面副本_sj_04.jpg" width="3" height="27" alt="" /></div></td> <td width="116" height="27" nowrap="nowrap"><div align="center"><%=(rs.Fields.Item("报名开始时间").Value)%></div></td> <td height="27" nowrap="nowrap"><div align="center"><img src="im_sj/后台主界面副本_sj_06.jpg" width="3" height="27" alt="" /></div></td>