index1.jsp~21~
上传用户:dlqqsh
上传日期:2021-11-13
资源大小:7840k
文件大小:2k
源码类别:

OA系统

开发平台:

Java

  1. <%@ page contentType="text/html; charset=GBK" import="officeol.mc.tools.*" %>
  2. <%request.setCharacterEncoding("GBK"); %>
  3. <html>
  4. <head>
  5. <title>
  6. 天津市河东区经济贸易委员会内部办公网
  7. </title>
  8. </head>
  9. <body bgcolor="#ffffff">
  10. <%
  11. String message = request.getAttribute("msg")==null?"":request.getAttribute("msg").toString();
  12. out.print(message);
  13. String un = (String)session.getAttribute("un");
  14. String ud = (String)session.getAttribute("ud");
  15. String[][] pope = (String[][])session.getAttribute("pope");
  16. PopedomCheck pc = new PopedomCheck();
  17.   //out.print("欢迎用户 "+ un +" ,你属于部门 "+ ud+ "<br />");
  18. /*  for(int i = 0; i < pope.length; i++){
  19.     for(int j = 0; j < pope[i].length; j++){
  20.       out.print(pope[i][j]+"   ");
  21.     }
  22.     out.print("<br />");
  23.   }
  24.   String pageType = "article";
  25.   if(pc.getPagePope(pageType,pope)){
  26.     out.print("pageType " +pageType +" is true <br />");
  27.   }
  28.   String opType = "view";
  29.   out.print("fanwei is  "+pc.getFanwei(pageType,opType,pope)+"<br />");
  30.   */
  31.   %>
  32.   <a href="userview.jsp" target="mainFrame">个人信息</a>  <br />  <br />
  33.   <a href="newinfo.jsp" target="mainFrame">添加备忘录</a><br />
  34.   <a href="viewinfo.jsp" target="mainFrame">查看今天备忘录</a><br />
  35.   <a href="infolist.jsp" target="mainFrame">管理备忘录</a><br />
  36.   <br />
  37.   <a href="newArticle.jsp" target="mainFrame">发布新日志</a><br />
  38.   <a href="articleView.jsp" target="mainFrame">查看日志</a><br />
  39.   <a href="gxArticle.jsp" target="mainFrame">查看共享日志</a><br />
  40.   <a href="articleMana.jsp" target="mainFrame">日志管理</a><br /><br />
  41.   <a href="radiolist.jsp" target="mainFrame">查看公告</a><br />
  42.   <a href="newradio.jsp" target="mainFrame">添加公告</a><br />
  43.   <a href="changeradiolist.jsp" target="mainFrame">公告管理</a><br />
  44.   <a href="fileupload1.jsp" target="mainFrame">文件上传</a><br />
  45.   <a href="filedown.jsp" target="mainFrame">文件下载(部门内)</a><br />
  46.   <a href="gxfiledown.jsp" target="mainFrame">文件下载(共享)</a><br />
  47.   <a href="usermanage.jsp" target="mainFrame">用户管理</a><br />
  48.   <a href="userpopedomManage.jsp" target="mainFrame">用户权限管理</a>
  49.   <a href="userdepar.jsp" target="mainFrame">用户部门管理</a><br />
  50.   <%
  51. %>
  52. </body>
  53. </html>