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

📄 sort.asp

📁 嘉缘人才6.0精简 ,很好用的人才系统
💻 ASP
字号:
<%@ codepage ="936" %>
<!--#include file="../../conn/conn.asp" -->
<!--#include file="../../Inc/Commoncode.asp" -->
<!--#include file="../checkvalid.asp" -->
<%If Not FRAdminLevel(804) Then
	Call ErrorMsg()
End If%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../css/style.css" rel=stylesheet type=text/css>
<script language="javascript">
function del_help_sort(id){
if (confirm("删除大类将删除下属的小类!真的要删除这个大类吗?")) 
window.location.href="Admin_class_ok.asp?action=del_help_sort&id="+id+""
} 
</script><style type="text/css">
<!--
.style11 {color: #0066CC;
	font-weight: bold;
}
-->
</style>
</HEAD>
<table width="98%" border="0" cellspacing="0" cellpadding="0"  align=center class="tableBorder"> 
  <tr> 
     <th height=25 colspan="2" class="tableHeaderText">帮助信息类别管理 </th> 
  </tr> 
  <tr>
    <td colspan="2"><font color="ff6600"><b class="style11"> 管理选项</b></font>: <a href="index.asp">管理帮助信息</a> | <a href="addhelp.asp">添加帮助信息</a> | <a href="sort.asp">管理帮助类别</a> | <a href="Admin_Class_Ok.asp?action=add_help_sort">添加帮助类别</a> |   [<a href="javascript:location.reload()">刷新页面</a>] </td>
  </tr>
  <tr> 
     <td colspan="2"><p><B>注意</B>:<BR> 
         <font color="blue">①类别直接与之前发布的信息相关联,删除类别可能会影响到之前发布的信息。<br>
	    ②点击类别名称进入相应下级分类,点击相应的分类操作属性进行相应操作。</font><br>
		 <font color="red">③如:要添加二级分类——>先点击大类进入二级类——>添加二级类别</font>
[<a href="sort.asp">返回大类</a>]    </td> 
  </tr> 
</table>
<%
set rssort=server.createobject("adodb.recordset")
sql="select * from JOB_help_sort "
rssort.open sql,conn,1,1
%>
<br>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="tableBorder">
	<tr> 
	<th height="22">帮助信息大类列表</th>
	</tr>
<TR> 
<TD height=25>&nbsp;<IMG src="../images_new/plus.gif" width="9" height="9">&nbsp;&nbsp;<a href="admin_class_ok.asp?action=add_help_sort"><font color=red><b>添加帮助信息大类</b></font></a></td>
</tr>
<tr>
<td valign=top>
<TABLE width="100%" border="0" cellpadding="5" cellspacing="5">
<TR> 
<%
if rssort.eof then
response.Write"<br><br><div align='center'>暂无类别请<a href=admin_class_ok.asp?action=add_help_sort>添加</a></div><br><br>"
else
j=1
do while not rssort.eof
%>
<td width="28%" height="25" align="left"><p style="line-height: 150%"><IMG src="../images_new/plus.gif" width="9" height="9"> <a href="type.asp?sortid=<%=rssort("sortid")%>"><%=rssort("sort")%></a> 〖<a href=Admin_class_ok.asp?action=edit_help_sort&id=<%=rssort("sortid")%>><font color=#ff0000>修改</font></a>│<a href='javascript:del_help_sort(<%=rssort("sortid")%>)'><font color=#ff0000>删除</font></a>〗</td>
<%if j mod 3 = 0 then %></tr><tr><%end if%>
<% rssort.movenext
j=j+1
loop
rssort.close
set rssort=nothing
end if
%>
</TABLE> 
</TD>
</TR>
</TBODY>
</TABLE>
<!--#include file="../inc/copy.asp" -->

⌨️ 快捷键说明

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