📄 left.jsp
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<html>
<head>
<title>left.html</title>
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="this is my page">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script type="text/javascript">
function display()
{
document.getElementById("myul").style.display="";
}
function load1()
{
document.getElementById("myul").style.display="none";
}
</script>
<LINK
href="/ChinaHR/EnterpriseServer/css/default.css" type=text/css rel=stylesheet><LINK
href="/ChinaHR/EnterpriseServer/css/main.css" type=text/css rel=stylesheet><LINK
href="/ChinaHR/EnterpriseServer/css/layer6.css" type=text/css rel=stylesheet>
<link href="/ChinaHR/EnterpriseServer/css/addjob.css" type="text/css" rel=stylesheet/>
<link rel="stylesheet" href="/ChinaHR/EnterpriseServer/css/css/style-new.css" type="text/css"></link></head>
<body style="background-color: white">
<DIV id=wrap>
<DIV class=wrapcon>
<!-- 主体 begin -->
<DIV id=outer><!-- 菜单 begin -->
<DIV id=side>
<DIV class=mcon>
<DIV class=menu>
<UL>
<LI><A class=down onClick="javascript:showMeTree('tree1',this)"
href="/ChinaHR/doJob.do?operate=toJobList" target="mainFrame">职位管理</A>
<UL id=tree1 style="margin-left:0px;">
<LI><A class="m_xz cur"
href="/ChinaHR/doJob.do?operate=toAddJob" target="mainFrame"><font color='green'>新增职位 </font></A>
<LI><A class=m_ck
href="/ChinaHR/doJob.do?operate=toEmailDetails" target="mainFrame"><font color='green'>查看应聘邮件接收情况</font></A>
<LI><A class="m_zwss folder"
onClick="display();" style="cursor:hand;"><font color='green'>职位搜索</font></A>
<UL style="margin-left:0px;" id="myul">
<LI><A class=m_wfb style="margin-left:0px; padding-left:0px;"
href="/ChinaHR/doJob.do?operate=sendJob&type=1" target="mainFrame">未发布职位</A>
<LI><A class=m_fbz
href="/ChinaHR/doJob.do?operate=sendJob&type=2" target="mainFrame">发布中职位</A>
<LI><A class=m_jjdq id=ctl00_ContentPlaceHolder1_linkAboutEndJob
href="/ChinaHR/doJob.do?operate=sendJob&type=3" target="mainFrame">即将到期职位</A>
<LI><A class=m_zt
href="/ChinaHR/doJob.do?operate=sendJob&type=4" target="mainFrame">暂停职位</A>
<LI><A class=m_fbyjs
href="/ChinaHR/doJob.do?operate=sendJob&type=5" target="mainFrame">发布已结束职位</A> </LI></UL>
<LI><A class=m_hsz
href="/ChinaHR/doJob.do?operate=sendJob&type=-1" target="mainFrame"><font color='green'>回收站</font></A></LI></UL>
<LI><A class=down onClick="javascript:showMeTree('tree2',this)"
href="">职位模板管理</A>
<UL id=tree2 style="margin-left:0px;"><!--style="display: none"-->
<LI><A class=m_xz
href="http://ehr.chinahr.com/JobTemplet/AddJobTemplet.aspx" target="mainFrame"><font color='green'>新增职位模板</font></A>
<LI><A class=m_ck
href="/ChinaHR/doJob.do?operate=toModelist" target="mainFrame"><font color='green'>查看职位模板</font></A></LI></UL></LI></UL>
</DIV>
</DIV></DIV>
<script type="text/javascript">
load1();
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -