📄 2fly_book_class.asp
字号:
<!--#include file="conn.asp"-->
<%
sql="select * from booktype"
set rs=db.execute(sql)
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
table {
font-size: 9pt;
text-decoration: none;
border: 1px solid #000000;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
-->
</style>
</head>
<body>
<table width="88%" border="1" align="center" cellspacing="0" bordercolor="#F4F5F7">
<tr align="center" valign="middle" bgcolor="#006699">
<td width="30%" height="25"><font color="#FFFFFF">分类(点击进入列表)</font></td>
<td width="30%"><font color="#FFFFFF">管理修改</font></td>
</tr>
<%do while not rs.eof%>
<tr>
<td align="center" bgcolor="#FFFFFF" class="2"><a href="2fly_look.asp?booktypeid=<%=rs("booktypeid")%>" target="right"><%=rs("booktype")%></a></td>
<td align="center" bgcolor="#FFFFFF" class="2"><a href="2fly_class_add.asp?booktypeid=<%=rs("booktypeid")%>">修改</a> | 删除</td>
</tr>
<%
rs.movenext
loop
%>
</table>
<p align="center"> <a href="2fly_class_add.asp">添加图书分类 </a> </p>
<p align="center"><!--#include file="2fly_wei.asp"--></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -