⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 honor.asp

📁 后台默认管理账号密码:admin 后台主要功能如下:一、系统管理:管理员管理
💻 ASP
字号:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--#include file="Inc/syscode.asp"-->
<%
'=================================
'   良精科技企业管理系统
'   www.liangjing.net
'  copyright(c)2001-2008 良精科技
'=================================
%>

<!-- #include file="Inc/Head.asp" -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td bgcolor="#9DBBD4"><table width="779" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td height="120" align="right" background="Skins/Default/Cnimg/AboutTop.jpg"><object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="778" height="120">
            <param name="movie" value="Skins/Default/Cnimg/top.swf">
            <param name="quality" value="High">
            <param name="wmode" value="transparent">
            <embed src="Skins/Default/Cnimg/top.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="778" height="120" quality="High" wmode="transparent"> </embed>
          </object></td>
        </tr>
    </table></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="30" background="Skins/Default/CnImg/naviBg2.gif"><table width="778" height="30" border="0" cellpadding="0" cellspacing="0" bgcolor="#E2E7ED">
        <tr>
          <td width="180" align="center" background="Skins/Default/CnImg/LeftBg.gif"><table width="172" height="30" border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td width="1" bgcolor="#999999"></td>
                <td width="170" bgcolor="#E7E7E7">&nbsp;</td>
                <td width="1" bgcolor="#999999"></td>
              </tr>
          </table></td>
          <td width="597" align="center"><table width="570" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="19" align="left"><img src="Skins/Default/CnImg/FlagLine.gif" width="4" height="21"></td>
                <td width="277" class="12font"><span class="Regester_title">资质证书</span></td>
                <td width="264" align="right">&nbsp;</td>
              </tr>
          </table></td>
          <td width="1" bgcolor="#CCCCCC"></td>
        </tr>
    </table></td>
  </tr>
</table>
<table width="778" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td width="180" height="259" align="center" valign="top" bgcolor="#F5F5F5"><table width="172" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="1" rowspan="3" bgcolor="#cccccc"></td>
          <td width="142" height="1" bgcolor="#FFFFFF"></td>
          <td width="1" rowspan="3" bgcolor="#cccccc"></td>
        </tr>
        <tr>
          <td align="center" valign="top" bgcolor="#F9F9F9" >
 <!----------------------栏目分类列表部分------------------------->
            <!-- 公司简介 -->
            <!-- #include file="L_AboutUs.asp" -->
<!----------------------栏目分类列表部分END-------------------------></td>
        </tr>
        <tr>
          <td height="1" colspan="3" bgcolor="#cccccc"></td>
        </tr>
      </table>        <table width="172" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td height="5" bgcolor="#DEDEDE"></td>
          </tr>
      </table></td>
    <td width="597" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="100%" height="2" bgcolor="#D5DBE3"></td>
        </tr>
      </table>
        <TABLE width="578" border=0 cellPadding=0 cellSpacing=0 bgcolor="#FFFFFF">
          <TR>
            <TD width="578" height="27" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td><img src="Skins/Default/Cnimg/yytop_top.gif" width="570" height="27"></td>
                </tr>
                <tr>
                  <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td width="32" valign="top"><img src="Skins/Default/Cnimg/yytop_left.gif" width="32" height="315"></td>
                        <td width="506" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr>
                              <td height="25" valign="top"><table width="100%"  border="0" cellpadding="0" cellspacing="0" >
                                  <tr>
                                    <td width="6%">&nbsp;</td>
                                    <td width="94%"><a href="/">首 页</a> >> <span class="Regester_title">资 质 证 书</span></td>
                                  </tr>
                                </table></td>
                            </tr>
                            <tr>
                              <td align="center" style="line-height: 150%">
							  <TABLE width="100%" border=0 align="right" cellPadding=0 cellSpacing=0>
<%
set rs=server.createobject("adodb.recordset")
sqltext="select * from Hover_Honor order by id desc"
rs.open sqltext,conn,1,1

dim MaPerPage
MaPerPage=9

dim text,checkpage
text="0123456789"
Rs.PageSize=MaPerPage
for i=1 to len(request("page"))
checkpage=instr(1,text,mid(request("page"),i,1))
if checkpage=0 then
exit for
end if
next

If checkpage<>0 then
If NOT IsEmpty(request("page")) Then
CurrentPage=Cint(request("page"))
If CurrentPage < 1 Then CurrentPage = 1
If CurrentPage > Rs.PageCount Then CurrentPage = Rs.PageCount
Else
CurrentPage= 1
End If
If not Rs.eof Then Rs.AbsolutePage = CurrentPage end if
Else
CurrentPage=1
End if

call showpages
call list

If Rs.recordcount > MaPerPage then
call showpages
end if

'显示帖子的子程序
Sub list()%>
<%i=1 %>
		<TR> 
			<TD>
				<table width="100%" border="0" cellspacing="1" cellpadding="0">
<%i=1 %>
					<TR> 
<% Do While Not rs.EOF%>
						<TD>
							<table width="100%" border="0" cellspacing="0" cellpadding="0">
								<tr> 
									<td><div align="center"><img src="<%=rs("img")%>" width="250" height="200" alt=""></div></td>
								</tr>
								<tr> 
									<td height="1"></td>
								</tr>
								<tr> 
									<td><div align="center"><%=rs("title")%></div></td>
								</tr>
								<tr> 
									<td height="3"> </td>
								</tr>
							</table>
						</td>
<%if i mod 2 <>0 then%>
<%end if%>
<% if i mod 2 =0 then%>
					</TR>
					<tr> 
<%end if%>
<%  
'rs.MoveNext      
'i=i+1      
'Loop
'end sub   			      
%>
<%
i=i+1 
if i >= 10 then exit do 
rs.MoveNext 
loop
end sub
%>
					</tr>
				</table>
			</TD>
		</tr>
		<TR> 
			<TD height=1 colspan="3"   background=Skins/Default/CnImg/1x1_pix.gif></TD>
		</TR>
		<TR> 
			<TD height=25 colspan="3" align="center" bgcolor="#F3F7FA"> 
<%
Response.write "<strong><font color='#000000'>-> 全部-</font>"
Response.write "共</font>" & "<font color=#FF0000>" & Cstr(Rs.RecordCount) & "</font>" & "<font color='#000000'>条信息</font></strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"
Response.write "<strong><font color='#000000'>第</font>" & "<font color=#FF0000>" & Cstr(CurrentPage) &  "</font>" & "<font color='#000000'>/" & Cstr(rs.pagecount) & "</font></strong>&nbsp;"
If currentpage > 1 Then
response.write "<strong><a href='Honor.asp?&page="+cstr(1)+"'><font color='#000000'>首页</font></a><font color='#ffffff'> </font></strong>"
Response.write "<strong><a href='Honor.asp?page="+Cstr(currentpage-1)+"'><font color='#000000'>上一页</font></a><font color='#ffffff'> </font></strong>"
Else
Response.write "<strong><font color='#000000'>上一页 </font></strong>"
End if
If currentpage < Rs.PageCount Then
Response.write "<strong><a href='Honor.asp?page="+Cstr(currentPage+1)+"'><font color='#000000'>下一页</font></a><font color='#ffffff'> </font>"
Response.write "<a href='Honor.asp?page="+Cstr(Rs.PageCount)+"'><font color='#000000'>尾页</font></a></strong>&nbsp;&nbsp;"
Else
Response.write ""
Response.write "<strong><font color='#000000'>下一页</font></strong>&nbsp;&nbsp;"
End if
%></TD>
		</TR>
	</TABLE></td>
                            </tr>
                        </table></td>
                        <td width="40" valign="top"><img src="Skins/Default/Cnimg/yytop_right.gif" width="32" height="263"></td>
                      </tr>
                    </table>
                      <table width="100%"  border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td align="center"><img src="Skins/Default/Cnimg/yybottom_bottom.gif" width="570" height="85"></td>
                        </tr>
                    </table></td>
                </tr>
            </table></TD>
          </TR>
        </TABLE></td>
    <td width="1" bgcolor="#CCCCCC"></td>
  </tr>
</table>
<!-- #include file="Inc/Foot.asp" -->
</BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -