index1.jsp~23~
上传用户: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. <style type="text/css">
  9. <!--
  10. .STYLE3 {font-size: 14px}
  11. -->
  12. </style>
  13. </head>
  14. <body bgcolor="#ffffff">
  15. <%
  16. String message = request.getAttribute("msg")==null?"":request.getAttribute("msg").toString();
  17. out.print(message);
  18. String un = (String)session.getAttribute("un");
  19. String ud = (String)session.getAttribute("ud");
  20. String[][] pope = (String[][])session.getAttribute("pope");
  21. PopedomCheck pc = new PopedomCheck();
  22.   //out.print("欢迎用户 "+ un +" ,你属于部门 "+ ud+ "<br />");
  23. /*  for(int i = 0; i < pope.length; i++){
  24.     for(int j = 0; j < pope[i].length; j++){
  25.       out.print(pope[i][j]+"   ");
  26.     }
  27.     out.print("<br />");
  28.   }
  29.   String pageType = "article";
  30.   if(pc.getPagePope(pageType,pope)){
  31.     out.print("pageType " +pageType +" is true <br />");
  32.   }
  33.   String opType = "view";
  34.   out.print("fanwei is  "+pc.getFanwei(pageType,opType,pope)+"<br />");
  35.   */
  36.   %>
  37.   <span class="STYLE3"><a href="userview.jsp" target="mainFrame">个人信息</a>  <br />
  38.   <a href="newinfo.jsp" target="mainFrame">添加备忘录</a><br />
  39.   <a href="viewinfo.jsp" target="mainFrame">查看今天备忘录</a><br />
  40.   <a href="infolist.jsp" target="mainFrame">管理备忘录</a><br />
  41.   <a href="newArticle.jsp" target="mainFrame">发布新日志</a><br />
  42.   <a href="articleView.jsp" target="mainFrame">查看日志</a><br />
  43.   <a href="gxArticle.jsp" target="mainFrame">查看共享日志</a><br />
  44.   <a href="articleMana.jsp" target="mainFrame">日志管理</a><br />
  45.   <a href="radiolist.jsp" target="mainFrame">查看公告</a><br />
  46.   <a href="newradio.jsp" target="mainFrame">添加公告</a><br />
  47.   <a href="changeradiolist.jsp" target="mainFrame">公告管理</a><br />
  48.   <a href="fileupload1.jsp" target="mainFrame">文件上传</a><br />
  49.   <a href="filedown.jsp" target="mainFrame">文件下载(部门内)</a><br />
  50.   <a href="gxfiledown.jsp" target="mainFrame">文件下载(共享)</a><br />
  51.   <a href="usermanage.jsp" target="mainFrame">用户管理</a><br />
  52.   <a href="userpopedomManage.jsp" target="mainFrame">用户权限管理</a>
  53.   <a href="userdepar.jsp" target="mainFrame">用户部门管理</a><br />
  54.   </span>
  55.   <%
  56. %>
  57. </body>
  58. </html>