index1.jsp~15~
资源名称:bangong.rar [点击查看]
上传用户:dlqqsh
上传日期:2021-11-13
资源大小:7840k
文件大小:2k
源码类别:
OA系统
开发平台:
Java
- <%@ page contentType="text/html; charset=GBK" import="officeol.mc.tools.*" %>
- <%request.setCharacterEncoding("GBK"); %>
- <html>
- <head>
- <title>
- 天津市河东区经济贸易委员会内部办公网
- </title>
- </head>
- <body bgcolor="#ffffff">
- <%
- String message = request.getAttribute("msg")==null?"":request.getAttribute("msg").toString();
- out.print(message);
- String un = (String)session.getAttribute("un");
- String ud = (String)session.getAttribute("ud");
- String[][] pope = (String[][])session.getAttribute("pope");
- PopedomCheck pc = new PopedomCheck();
- //out.print("欢迎用户 "+ un +" ,你属于部门 "+ ud+ "<br />");
- /* for(int i = 0; i < pope.length; i++){
- for(int j = 0; j < pope[i].length; j++){
- out.print(pope[i][j]+" ");
- }
- out.print("<br />");
- }
- String pageType = "article";
- if(pc.getPagePope(pageType,pope)){
- out.print("pageType " +pageType +" is true <br />");
- }
- String opType = "view";
- out.print("fanwei is "+pc.getFanwei(pageType,opType,pope)+"<br />");
- */
- %>
- <a href="userview.jsp" target="mainFrame">用户信息</a> <br />
- <a href="newArticle.jsp" target="mainFrame">发布新日志</a><br />
- <a href="articleView.jsp" target="mainFrame">查看日志</a><br />
- <a href="gxArticle.jsp" target="mainFrame">查看共享日志</a><br />
- <a href="articleMana.jsp" target="mainFrame">日志管理</a><br />
- <a href="fileupload1.jsp" target="mainFrame">文件上传</a><br />
- <a href="filedown.jsp" target="mainFrame">文件下载(部门内)</a><br />
- <a href="gxfiledown.jsp" target="mainFrame">文件下载(共享)</a><br />
- <a href="usermanage.jsp" target="mainFrame">用户管理</a><br />
- <a href="userpopedomManage.jsp" target="mainFrame">用户权限管理</a><br />
- <a href="userdepar.jsp" target="mainFrame">用户部门管理</a><br />
- <a href="newinfo.jsp" target="mainFrame">添加备忘录</a><br />
- <a href="infolist.jsp" target="mainFrame">管理备忘录</a><br />
- <%
- %>
- </body>
- </html>