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

📄 menu2.jsp

📁 公务员管理系统
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<%@page contentType="text/html;charset=gb2312"%>
<jsp:useBean id="jcypurview" class="com.vstsoft.jcypurview" scope = "session" />
<%
if (jcypurview.checkLogin() == false)
   {
%>
   
	<Script Language=javascript>
		alert("用户已断线或未正常登录,请重新登录!")
		window.open("index.htm","_top")
	</Script>

<%  
    return;}
%>

<%
String userid = jcypurview.getUserid();     //取当前用户编号
String username = jcypurview.getUserName(); //取当前用户名称
String userszqx = jcypurview.getUserSzqx(); //取当前用户所在区县 
String userszdw = jcypurview.getUserSzdw(); //取当前用户所在单位
String usergroup = jcypurview.getUserGroup(); //取当前用户角色
  
%>

<META http-equiv=Content-Type content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css" type="text/css">
<BODY text=#003366 bottomMargin=0 vLink=#000000 aLink=#000000 link=#000000 
bgColor=#ffffff leftMargin=0 topMargin=0 rightMargin=0 MARGINWIDTH="0" 
MARGINHEIGHT="0" background="images/login2-6.gif">
<style type=text/css>
.sec_menu {
	BORDER-RIGHT: white 0px solid; BACKGROUND: #ebf1f4; OVERFLOW: hidden; BORDER-LEFT: white 0px solid; BORDER-BOTTOM: white 0px solid
}
</style>
<script language=javascript>

function menuShow(obj,maxh,obj2)
{
  if(obj.style.pixelHeight<maxh)
  {
    obj.style.pixelHeight+=maxh/20;
    obj.filters.alpha.opacity+=5;
    obj2.background="images/login2-4.gif";
    if(obj.style.pixelHeight==maxh/10)
      obj.style.display='block';
    myObj=obj;
    myMaxh=maxh;
    myObj2=obj2;
    setTimeout('menuShow(myObj,myMaxh,myObj2)','1');
  }
}
function menuHide(obj,maxh,obj2)
{
  if(obj.style.pixelHeight>0)
  {
    if(obj.style.pixelHeight==maxh/20)
      obj.style.display='none';
    obj.style.pixelHeight-=maxh/20;
    obj.filters.alpha.opacity-=5;
    obj2.background="images/login2-4.gif";
    myObj=obj;
    myMaxh=maxh
    myObj2=obj2;
    setTimeout('menuHide(myObj,myMaxh,myObj2)','1');
  }
  else
    if(whichContinue)
      whichContinue.click();
}
function menuChange(obj,maxh,obj2)
{
  if(obj.style.pixelHeight)
  {
    menuHide(obj,maxh,obj2);
    whichOpen='';
    whichcontinue='';
  }
  else
    if(whichOpen)
    {
      whichContinue=obj2;
      whichOpen.click();
    }
    else
    {
      menuShow(obj,maxh,obj2);
      whichOpen=obj2;
      whichContinue='';
    }
}
</script>
<script language=javascript>
  var whichOpen='';
  var whichContinue='';
</script>
<table bordercolor=#111111 height=300 cellspacing=0 cellpadding=0 width="180" border=0 align="center">
  <tbody> 
  <tr> 
    <td width="5">&nbsp;</td>
    <td valign=top align=middle> <br>
      <table width="100" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr> 
          <td width="142" height="87" background="images/login2-2.gif"> 
            <table width="98%" border="0" cellspacing="0" cellpadding="0" height="87" class="unnamed1">
              <tr> 
                <td colspan="2">&nbsp;</td>
              </tr>
              <tr> 
                <td colspan="2" align="center">&nbsp;&nbsp;<font color="#003399"><b><%=username%>(<%=userid%>)</b></font></td>
              </tr>
              <tr> 
                <td width="36%" align="right">单位:</td>
                <td width="64%"><font color="#000099"><%=userszdw%></font></td>
              </tr>
              <tr> 
                <td width="36%" align="right">权限:</td>
                <td width="64%"><font color="#003399"><%=usergroup%></font></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr> 
          <td><a href="logout.jsp"><img src="images/login2-3.gif" width="142" height="24" border="0"></a></td>
        </tr>
      </table>
      <br>
      <table cellspacing=0 cellpadding=0 width=165 align=center>
        <tbody> 
        <tr> 
          <td id=menuTitle1 onClick=menuChange(menu1,100,menuTitle1); bgcolor="#66CCFF" style="cursor:hand"
                  height=25 background="images/login2-4.gif"> 
            <div align="center"><b><font color="#FFFFFF">用人单位信息管理</font></b></div>
          </td>
        </tr>
        <tr> 
          <td> 
            <div class=sec_menu id=menu1
                  style="DISPLAY: none; FILTER: alpha(Opacity=0); WIDTH: 160px; HEIGHT: 0px"> 
              <table style="POSITION: relative; TOP: 10px" cellspacing=0 
                  cellpadding=0 width=150 align=center>
                <tbody> 
                <tr> 
                  <td height="25"> <a href="dw/dw_xxcx.jsp"  target="mainFrame"><font color="#666699"><img src="images/login2-5.gif" width="4" height="7" border="0">单位登记</font></a></td>
                </tr>
                <tr> 
                  <td height="25"> <img src="images/login2-5.gif" width="4" height="7" border="0"><a href="dw/dw_jscx.jsp" target="mainFrame"><font color="#666699">单位减少</font></a></td>
                </tr>
                <tr> 
                  <td height="25"> <img src="images/login2-5.gif" width="4" height="7" border="0"><a href="dw/dw_jscxhf.jsp" target="mainFrame"><font color="#666699">已减少单位恢复</font></a></td>
                </tr>
                <tr> 
                  <td height=10 align="center">===============</td>
                </tr>
                </tbody> 
              </table>
            </div>
          </td>
        </tr>
        </tbody> 
      </table>
      <table cellspacing=0 cellpadding=0 width=165 align=center>
        <tbody> 
        <tr> 
          <td id=menuTitle2 onClick=menuChange(menu2,120,menuTitle2); bgcolor="#66CCFF" style="cursor:hand"
                  height=25 background="images/login2-4.gif"> 
            <div align="center"><b><font color="#FFFFFF">公务信息管理</font></b></div>
          </td>
        </tr>
        <tr> 
          <td> 
            <div class=sec_menu id=menu2
                  style="DISPLAY: none; FILTER: alpha(Opacity=0); WIDTH: 160px; HEIGHT: 0px"> 
              <table style="POSITION: relative; TOP: 10px" cellspacing=0 
                  cellpadding=0 width=150 align=center>
                <tbody> 
                <tr> 
                  <td height="25"> <img src="images/login2-5.gif" width="4" height="7" border="0"><a href="./dw/zf_jcxxcx.jsp" target="mainFrame"><font color="#666699">执法检查信息查询</font></a></td>
                </tr>
                <tr> 
                  <td height="25"> <img src="images/login2-5.gif" width="4" height="7" border="0"><a href="./dw/zf_jccx.jsp" target="mainFrame"><font color="#666699">新增案件</font></a></td>
                </tr>
                <tr> 
                  <td height="25"> <img src="images/login2-5.gif" width="4" height="7" border="0"><a href="./aj/aj_list.jsp" target="mainFrame"><font color="#666699">案件列表</font></a></td>
                </tr>
                <tr> 
                  <td height="25"> <font color="#666699"><img src="images/login2-5.gif" width="4" height="7" border="0">案卷管理</font></td>
                </tr>
                <tr> 
                  <td height=10 align="center">===============</td>
                </tr>
                </tbody> 
              </table>

⌨️ 快捷键说明

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