📄 sort_admin.asp
字号:
<!--#include file="../inc/Config.asp"-->
<!--#include file="../inc/CheckAdmin.asp"-->
<!--#include file="../inc/Conn.asp"-->
<!--#include file="../inc/tree.asp"-->
<%
Dim Language
Language=formatStr(Request("Language"))
table_behind="LinkSort_"
table=Get_Table(table_behind,Language)
if table="None" then
table=table_behind&"C"
Language="C"
end if
if instr(table,"Product") then
prefix="PS_"
elseif instr(table,"Link") then
prefix="LS_"
elseif instr(table,"Download") then
prefix="DS_"
elseif instr(table,"Picture") then
prefix="TS_"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<link href="../Css_Main.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style2 {color: #FF0000}
.style1 {color: #CCCCCC}
-->
</style>
<body>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="1" class="border">
<tr>
<td class="title_dh"><div align="center">新闻中心——分类管理</div></td>
</tr>
<tr>
<td class="tdbg"><!--#include file="../inc/Language_Radio.asp"--></td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="20"></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="border">
<tr class="title_top">
<td width="6%" height="32%"><div align="center">ID</div></td>
<td width="62%"><div align="center">类别名称</div></td>
<td width="32%"><div align="center">操 作</div></td>
</tr>
<tr class="tdbg" align="center">
<td colspan="3"><%showtree table,0%></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -