?? type.asp
字號:
<%@ codepage ="936" %>
<%
if Request.Cookies("globalec")("globalecmaster")="" or Request.Cookies("globalec")("masterflag")="" then
response.write "<script language='javascript'>"
response.write"this.location.href='../login.asp';</SCRIPT>"
response.end
end if
if instr(Request.Cookies("globalec")("masterflag"),"82")=0 then
response.redirect "../err.asp"
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>展會信息類別管理</title>
<link rel="stylesheet" type="text/css" href="../css/style.css">
<!--#include file="../../conn/conn.asp" -->
</HEAD>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align=center class="tableBorder">
<tr>
<th width="100%" height=25 class="tableHeaderText">展會信息類別管理 </th>
</tr>
<tr>
<td class="forumRowHighlight"><p><B>注意</B>:<BR>
①類別直接與發布的信息相關聯,刪除類別可能會影響到以前發布的展會姿訊信息。<BR> </td>
</tr>
</table>
<%
set rstype=server.createobject("adodb.recordset")
sql="select * from expoinfotype "
rstype.open sql,conn,1,1
%>
<br>
<table width="95%" border="0" cellspacing="1" cellpadding="3" align=center class="tableBorder">
<tr>
<th height="22">展會信息類別列表</th>
</tr>
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="25"> <IMG src="../images_new/plus.gif" width="9" height="9"> <a href="class_ok.asp?action=add_class_1"><font color=red><b>添加展會資訊類別</b></font></a></td>
<td> </td>
</tr>
</table>
<TABLE border="0" width="100%" cellpadding="0">
<TR>
<%
if rstype.eof then
response.Write"<br><br><div align='center'>暫無類別請<a href=class_ok.asp?action=add_class_1>添加</a></div><br><br>"
else j=1
do while not rstype.eof
%>
<td width="28%" height="25" class="Forumrow"><p style="line-height: 150%"><IMG src="../images_new/plus.gif" width="9" height="9"> <%=rstype("type")%> 〖<a href=class_ok.asp?action=edit_class_1&id=<%=rstype("id")%>><font color=#ff0000>修改</font></a>│<a href='class_ok.asp?action=del_class_1&id=<%=rstype("id")%>'><font color=#ff0000>刪除</font></a>〗</td>
<%if j mod 3 = 0 then %></tr><tr ><%end if%>
<% rstype.movenext
j=j+1
loop
rstype.close
set rstype=nothing
end if
%>
</TABLE></td>
</tr>
</table>
<br>
<!--#include file="../copy.asp" -->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -