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

📄 archive_inc_menu_top.jsp

📁 oa 源码
💻 JSP
字号:
<%@ page contentType="text/html; charset=utf-8"%>
<%@ page import = "cn.js.fan.util.*"%>
<script src="../../inc/nav.js"></script>
<%
String topUserName = ParamUtil.get(request,"userName");
%>
<table width="100%" height="30" border="1" align="center" cellpadding="1" cellspacing="0" borderColorLight="#848284" borderColorDark="#ffffff" bgcolor="D6D3CE" style="color:#ffffff">
  <tr>
    <td nowrap="nowrap">
	<table align="left" border="0" cellpadding="0" cellspacing="0" width="12%" bgcolor="D6D3CE" style="color:#ffffff" onmouseover="return menu_table_onmouseover(this)" onmouseout="return menu_table_onmouseout(this)">
      <tr>
        <td height="22" align="center" nowrap="nowrap" style="border:thin" onmouseover="return menu_td_onmouseover(this)" onmouseout="return menu_td_onmouseout(this)"><a class="black" <%if(topUserName.equals("")){%>href="archive_user_list.jsp"<%}else{%>href="archive_user_modify.jsp?userName=<%=topUserName%>"<%}%>>用户信息</a></td>
      </tr>
    </table>
	<table align="left" border="0" cellpadding="0" cellspacing="0" width="12%" bgcolor="D6D3CE" style="color:#ffffff" onmouseover="return menu_table_onmouseover(this)" onmouseout="return menu_table_onmouseout(this)">
      <tr>
        <td height="22" align="center" nowrap="nowrap" style="border:thin" onmouseover="return menu_td_onmouseover(this)" onmouseout="return menu_td_onmouseout(this)"><a class="black" <%if(topUserName.equals("")){%>href="archive_study_list.jsp"<%}else{%>href="archive_study_list.jsp?userName=<%=topUserName%>"<%}%>>学习信息</a></td>
      </tr>
    </table>
	<table align="left" border="0" cellpadding="0" cellspacing="0" width="12%" bgcolor="D6D3CE" style="color:#ffffff" onmouseover="return menu_table_onmouseover(this)" onmouseout="return menu_table_onmouseout(this)">
      <tr>
        <td height="22" align="center" nowrap="nowrap" style="border:thin" onmouseover="return menu_td_onmouseover(this)" onmouseout="return menu_td_onmouseout(this)"><a class="black" <%if(topUserName.equals("")){%>href="archive_resume_list.jsp"<%}else{%>href="archive_resume_list.jsp?userName=<%=topUserName%>"<%}%>>履历列表</a></td>
      </tr>
    </table>
	<table align="left" border="0" cellpadding="0" cellspacing="0" width="12%" bgcolor="D6D3CE" style="color:#ffffff" onmouseover="return menu_table_onmouseover(this)" onmouseout="return menu_table_onmouseout(this)">
      <tr>
        <td height="22" align="center" nowrap="nowrap" style="border:thin" onmouseover="return menu_td_onmouseover(this)" onmouseout="return menu_td_onmouseout(this)"><a class="black" <%if(topUserName.equals("")){%>href="archive_family_list.jsp"<%}else{%>href="archive_family_list.jsp?userName=<%=topUserName%>"<%}%>>家庭列表</a></td>
      </tr>
    </table>
      <table align="left" border="0" cellpadding="0" cellspacing="0" width="13%" bgcolor="D6D3CE" style="color:#ffffff" onmouseover="return menu_table_onmouseover(this)" onmouseout="return menu_table_onmouseout(this)">
      <tr>
        <td height="22" align="center" nowrap="nowrap" style="border:thin" onmouseover="return menu_td_onmouseover(this)" onmouseout="return menu_td_onmouseout(this)"><a class="black" <%if(topUserName.equals("")){%>href="archive_duty_list.jsp"<%}else{%>href="archive_duty_list.jsp?userName=<%=topUserName%>"<%}%>>任职列表</a></td>
      </tr>
    </table>
	  <table align="left" border="0" cellpadding="0" cellspacing="0" width="13%" bgcolor="D6D3CE" style="color:#ffffff" onmouseover="return menu_table_onmouseover(this)" onmouseout="return menu_table_onmouseout(this)">
        <tr>
          <td height="22" align="center" nowrap="nowrap" style="border:thin" onmouseover="return menu_td_onmouseover(this)" onmouseout="return menu_td_onmouseout(this)"><a class="black" <%if(topUserName.equals("")){%>href="archive_profession_list.jsp"<%}else{%>href="archive_profession_list.jsp?userName=<%=topUserName%>"<%}%>>专业技能列表</a></td>
        </tr>
      </table>
	  <table align="left" border="0" cellpadding="0" cellspacing="0" width="13%" bgcolor="D6D3CE" style="color:#ffffff" onmouseover="return menu_table_onmouseover(this)" onmouseout="return menu_table_onmouseout(this)">
      <tr>
        <td height="22" align="center" nowrap="nowrap" style="border:thin" onmouseover="return menu_td_onmouseover(this)" onmouseout="return menu_td_onmouseout(this)"><a class="black" <%if(topUserName.equals("")){%>href="archive_assess_list.jsp"<%}else{%>href="archive_assess_list.jsp?userName=<%=topUserName%>"<%}%>>考核列表</a></td>
      </tr>
    </table>
	<table align="left" border="0" cellpadding="0" cellspacing="0" width="13%" bgcolor="D6D3CE" style="color:#ffffff" onmouseover="return menu_table_onmouseover(this)" onmouseout="return menu_table_onmouseout(this)">
      <tr>
        <td height="22" align="center" nowrap="nowrap" style="border:thin" onmouseover="return menu_td_onmouseover(this)" onmouseout="return menu_td_onmouseout(this)"><a class="black" <%if(topUserName.equals("")){%>href="archive_rewards_list.jsp"<%}else{%>href="archive_rewards_list.jsp?userName=<%=topUserName%>"<%}%>>奖励列表</a></td>
      </tr>
    </table></td>
  </tr>
</table>

⌨️ 快捷键说明

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