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

📄 stshq_show.asp

📁 ASPkaifa 11111111111111111111111
💻 ASP
字号:
<%
if request.Cookies("user")<>"管理员" then
response.Write("未知来源!请先登陆!")
response.End()
end if
 %>
<!--#include file="conn.asp" -->
<!--#include file="char.asp"-->
<%
Dim id
	id=request("stid")
	sqltxt="select * from stinfor where st_id="&id&""
set rs2 = conn.execute(sqltxt)
%>
<html>
<head>
<title>社团查看</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<script language=JavaScript>
function winclose()
{
window.close();
}
</script>
<base onmouseover="window.status='欢迎使用有L.Y.Z开发的学生社团管理网络平台';return true"><LINK href="all.css" rel=StyleSheet type=text/css></head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="10" vlink="#003399" alink="#CCCCCC">

<table width="606" border="0" cellpadding="0" align="center" bgcolor="#900000" cellspacing="1" >
  <tr valign="top" bgcolor="#FFFCEC"> 
    <td width="604" bgcolor="#ffffec"> 
        <table border=0 cellspacing=1 width="100%" cellpadding="0" style="TABLE-LAYOUT: fixed; WORD-BREAK: break-all">
          <tbody>
            <tr> 
              <td align=right height=25 width="21%">社团名称:</td>
              <td height=25 width="79%"><%=(rs2.Fields.Item("st_name").Value)%>
              </td>
            </tr>
            <tr> 
              <td align=right  width="21%">社团简介:</td>
              
            <td width="79%"><%=(rs2.Fields.Item("st_jj").Value)%></td>
            </tr>
            <tr> 
              <td align=right height=18 width="21%">申请人:</td>
              
            <td height=18 width="79%"><%=(rs2.Fields.Item("st_ren").Value)%></td>
            </tr>
            <tr> 
              <td align=right height=18 width="21%">性别:</td>
              
            <td height=18 width="79%"><%=(rs2.Fields.Item("st_sex").Value)%></td>
            </tr>
            <tr> 
              <td align=right height=18 width="21%">管理密码:</td>
              
            <td height=18 width="79%"><%=(rs2.Fields.Item("st_pwd").Value)%></td>
            </tr>
            <tr> 
              <td align=right height=18 width="21%">申请日期:</td>
              
            <td height=18 width="79%"><%=(rs2.Fields.Item("st_date").Value)%></td>
            </tr>
            <tr> 
              <td align=right height=18 width="21%">联系电话:</td>
              
            <td height=18 width="79%"><%=(rs2.Fields.Item("st_phone").Value)%></td>
            </tr>
            <tr> 
              <td align=right height=18 width="21%">宿舍号:</td>
              
            <td height=18 width="79%"><%=(rs2.Fields.Item("st_address").Value)%> </td>
            </tr>
            <tr> 
              <td align=right height=18 width="21%">所在院系专业:</td>
              
            <td height=18 width="79%"><%=(rs2.Fields.Item("st_zhy").Value)%></td>
            </tr>
            <tr> 
              <td align=right height=18 width="21%">电子邮箱:</td>
              
            <td height=18 width="79%"><%=(rs2.Fields.Item("st_email").Value)%></td>
            </tr>
            <tr> 
              <td align=right height=18 width="21%"></td>
              
            <td   width="79%" height=18 align="center"> <a href="#" onClick="winclose()">关闭此页面</a></td>
            </tr>
          </tbody>
        </table>
      </td>
  </tr>
</table>      
    
</body>      
</html>      
<%
		rs2.close
		conn.close
%>

⌨️ 快捷键说明

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