📄 selbmnewslb.jsp
字号:
<%
/**********************************************************
Copyright (C),2003-11-27, Beijing USTB.
All rights reserved.
Filename: selBMnewsLB.jsp
Author:
Version 1.0
Date:2003-11-27
Description:分配部门可发表新闻类别.jsp
Other:
History:
1. Date:
Author:
Modification:
2. ...
***********************************************************/
%>
<%@page language="java" contentType="text/html;charset=GBK"%>
<%@page import="java.util.*,java.text.*,oa.main.DealString"%>
<%
DealString ds = new DealString();
//登陆人职工编号
String uid = (String)session.getAttribute("zgbh");
//部门编号
String strOrgNO = ds.toString((String)request.getParameter("txt_orgno"));
//当前人员编号
String strPersonNo = ds.toString((String)request.getParameter("txt_personno"));
%>
<html>
<head>
<title>分配部门可发表新闻类别</title>
<script language="javascript" src="../scripts/department.js"></script>
<link href="../css/person.css" type=text/css rel=stylesheet>
</head>
<body bgcolor= "#F6FEE8">
<form name="form2" method=post>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -