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

📄 a_jsgl.asp

📁 该软件是用asp编写的
💻 ASP
字号:
<STYLE type=text/css>.font_menu4 {
	COLOR: #000000; FILTER: dropshadow(color=#FFFFff,offx=1,offy=1); FONT-FAMILY: "宋体"; LETTER-SPACING: 2px
}
.font_menu5 {
	COLOR: #000000; FILTER: dropshadow(color=#FFFFff,offx=1,offy=1); FONT-FAMILY: "宋体"
}
.fontspace {
	LETTER-SPACING: 1px
}
.btd {
	FONT-SIZE: 14px
}
.xtfont {
	LINE-HEIGHT: 18px
}
.styleover {
	BACKGROUND-IMAGE: url(http://www.pconline.com.cn/images/over_bg.gif)
}
.styleout {
	BACKGROUND-IMAGE: none
}
</STYLE>
<LINK href="../img/text.css" rel=stylesheet>
<table width="743" border="0" align="center" cellpadding="0" cellspacing="0" class=borders>
  <tr> 
    <td width="598" > <table width="93%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td><div align="center"></div>
            <br> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr> 
                <td>当前页面:首页 》教师信息 <br> <br>
                  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;排列顺序:个人概况/性别 
                  辅导课程 地区 报酬 时间 ( 注册时就认证 1为 认证 2为 高级)</td>
              </tr>
            </table></td>
        </tr>
        <tr> 
          <td><TABLE width=727 border=0 align="center" cellPadding=0 cellSpacing=0 class=font12>
              <TBODY>
                <TR> 
                  <TD align=left bgColor=#000000 vAlign=top><IMG height=1 
            src="img/dian.gif" width=100></TD>
                </TR>
                <TR> 
                  <TD align=left> <TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
                      <TBODY>
                        <TR> 
                          <TD height=3>&nbsp;</TD>
                        </TR>
                        <TR> 
                          <TD align=middle 
                vAlign=top><table width="93%" border="0" align="center" cellpadding="0" cellspacing="0">
                              <tr> 
                                <td> 
                                  <!--#include file="conn.asp" -->
                                  <%
mypage=request("page")
  If  mypage="" then
     mypage=1
  end if
set rst=server.createobject("adodb.recordset")
sqlstr="select * from author  order by dateandtime desc"
rst.open sqlstr,conn,1,1

if rst.eof or rst.bof then
	response.write"无信息"
else
%>
                                  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#cccccc" >
                                    <% 
	rst.pagesize=24
	g_count=rst.recordcount
	maxpages=cint(rst.pagecount)
	maxrecs=cint(rst.pagesize)
	rst.absolutepage=mypage
	howmanyrecs=0
	rec = 1
	do until rst.eof or rst.bof or rec=25 %>
                                    <tr> 
                                      <td width="25%" bgcolor="#FFFFFF" > <a  href='#' onClick=window.open('../dispjs.asp?userid=<%=rst("userid")%>','surveywin','scrollbars=yes,width=487,height=400')>&nbsp;<%= left(rst("gk"),6) %></a>{<%= rst("sex") %>} </td>
                                      <td width="21%" height="20" bgcolor="#FFFFFF"> 
                                        <a  href='#' onClick=window.open('../dispjs.asp?userid=<%=rst("userid")%>','surveywin','scrollbars=yes,width=487,height=400')>&nbsp;<%= left(rst("kc"),4) %></a> </td>
                                      <td width="20%"  bgcolor="#FFFFFF"> <a  href='#' onClick=window.open('../dispjs.asp?userid=<%=rst("userid")%>','surveywin','scrollbars=yes,width=487,height=400')>&nbsp;<%= left(rst("dq"),4) %></a> </td>
                                      <td width="14%"  bgcolor="#FFFFFF"> <div align="center"> 
                                          <a  href='#' onClick=window.open('../dispjs.asp?userid=<%=rst("userid")%>','surveywin','scrollbars=yes,width=487,height=400')> 
                                          <%response.write""& year(rst("dateandtime"))&"/"&month(rst("dateandtime"))&"/"&day(rst("dateandtime"))&""%>
                                          </a> </div></td>
                                      <td width="20%"  bgcolor="#FFFFFF"><div align="center"><a href="a_deljs.asp?userid=<%=rst("userid")%>">删除</a> 
                                          <a href="a_rzjs.asp?userid=<%=rst("userid")%>">认证</a>&nbsp;<a href="a_jsgj.asp?userid=<%=rst("userid")%>">高级 
                                          </a>&nbsp;<%=rst("del")%></div></td>
                                    </tr>
                                    <% rst.movenext
		rec=rec+1
		loop
	%>
                                  </table>
                                  <%end if%>
                                </td>
                              </tr>
                              <tr> 
                                <td height="25"><div align="left"><font  color="000000" size =2> 
                                    <%
if maxpages > 1 then
  
  if Request.QueryString("page") = "" then
   pge = 1
  else
   pge = Request.QueryString("page")
  end if
  

  scriptname=request.servervariables("script_name")
  Response.Write "<br>>>>共[" & g_count & "]信息 共[" & maxpages & "]页  每页[" & rst.pagesize & "]条 " 
for counter=1 to maxpages
  
   if counter <> cint(pge) then   
	ref=" <a href='" & scriptname 
	ref=ref & "?page=" & counter
	ref=ref & "'>[" & counter & "]</a> "
	response.write ref & "  "
   Else
    Response.Write "<font color=red>" &  counter   & "</font> "
   End if
  
   'if counter mod 10 = 0 then
   '   response.write "<br>"
   'end if
next
End if
%>
                                    </font><font  color="ffffff" size =2> </font></div></td>
                              </tr>
                              <tr> 
                                <td><div align="right">[<a href="javascript:window.print();">打印本页</a>] 
                                    [<a href="javascript:window.close()">关闭本页</a>]</div></td>
                              </tr>
                            </table> </TD>
                        </TR>
                        <TR> 
                          <TD background="" height=2 vAlign=top>&nbsp;</TD>
                        </TR>
                      </TBODY>
                    </TABLE></TD>
                </TR>
                <TR> 
                  <TD height=149 vAlign=top>&nbsp; </TD>
                </TR>
              </TBODY>
            </TABLE></td>
        </tr>
        <tr> 
          <td>&nbsp;</td>
        </tr>
      </table></td>
  </tr>
</table>

⌨️ 快捷键说明

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