📄 hrm_menu.asp
字号:
<%Function HrmMenu(MenuTitle)%>
<div class="noprint">
<table border="0" width="100%" cellpadding="1" cellspacing="1" class=tab>
<tr>
<td align="center" bgcolor="<%if MenuTitle="档案基本信息" then%>#F8F8F8<%else%>#FFFFFF<%end if%>" id="td1" nowrap>
<a href="HrmBase_show.asp?bid=<%=cint(bid)%>"
<%if MenuTitle<>"档案基本信息" then%> onMouseOver="td1.bgColor='#F8F8F8'" onMouseOut="td1.bgColor='#FFFFFF'"<%end if%>>
档案基本信息</a>
</td>
<td align="center" bgcolor="<%if MenuTitle="学习经历" then%>#F8F8F8<%else%>#FFFFFF<%end if%>" id="td2" nowrap>
<a href="HrmEducation_list.asp?bid=<%=cint(bid)%>"
<%if MenuTitle<>"学习经历" then%> onMouseOver="td2.bgColor='#F8F8F8'" onMouseOut="td2.bgColor='#FFFFFF'"<%end if%>>
学习经历</a>
</td>
<td align="center" bgcolor="<%if MenuTitle="工作经历" then%>#F8F8F8<%else%>#FFFFFF<%end if%>" id="td3" nowrap>
<a href="HrmWork_list.asp?bid=<%=cint(bid)%>"
<%if MenuTitle<>"工作经历" then%> onMouseOver="td3.bgColor='#F8F8F8'" onMouseOut="td3.bgColor='#FFFFFF'"<%end if%>>
工作经历</a>
</td>
<td align="center" bgcolor="<%if MenuTitle="培训经历" then%>#F8F8F8<%else%>#FFFFFF<%end if%>" id="td4" nowrap>
<a href="HrmTraining_list.asp?bid=<%=cint(bid)%>"
<%if MenuTitle<>"培训经历" then%> onMouseOver="td4.bgColor='#F8F8F8'" onMouseOut="td4.bgColor='#FFFFFF'"<%end if%>>
培训经历</a>
</td>
<td align="center" bgcolor="<%if MenuTitle="奖惩情况" then%>#F8F8F8<%else%>#FFFFFF<%end if%>" id="td5" nowrap>
<a href="HrmExploit_list.asp?bid=<%=cint(bid)%>"
<%if MenuTitle<>"奖惩情况" then%> onMouseOver="td5.bgColor='#F8F8F8'" onMouseOut="td5.bgColor='#FFFFFF'"<%end if%>>
奖惩情况</a>
</td>
<td align="center" bgcolor="<%if MenuTitle="上岗证" then%>#F8F8F8<%else%>#FFFFFF<%end if%>" id="td6" nowrap>
<a href="HrmTestate_list.asp?bid=<%=cint(bid)%>"
<%if MenuTitle<>"上岗证" then%> onMouseOver="td6.bgColor='#F8F8F8'" onMouseOut="td6.bgColor='#FFFFFF'"<%end if%>>
上岗证</a>
</td>
<td align="center" bgcolor="<%if MenuTitle="技术职称" then%>#F8F8F8<%else%>#FFFFFF<%end if%>" id="td7" nowrap>
<a href="HrmJobZc_list.asp?bid=<%=cint(bid)%>"
<%if MenuTitle<>"技术职称" then%> onMouseOver="td7.bgColor='#F8F8F8'" onMouseOut="td7.bgColor='#FFFFFF'"<%end if%>>
技术职称</a>
</td>
<td align="center" bgcolor="<%if MenuTitle="劳动合同" then%>#F8F8F8<%else%>#FFFFFF<%end if%>" id="td8" nowrap>
<a href="HrmAgreement_list.asp?bid=<%=cint(bid)%>"
<%if MenuTitle<>"劳动合同" then%> onMouseOver="td8.bgColor='#F8F8F8'" onMouseOut="td8.bgColor='#FFFFFF'"<%end if%>>
劳动合同</a>
</td>
</tr>
</table>
<hr width="100%" size=1 color="#000000">
</div>
<table border="0" cellspacing='0' cellpadding='4' width="100%" class="noprint" style="border-bottom: 1 dotted #808080">
<tr>
<td nowrap>
<img src="../images/icon_title.gif" align="absMiddle"> <b><%=MenuTitle%></b> (姓名:<%=htmlout(GetTableValue("tbioaHrmBase","xm","id",bid))%>)
</td>
<td width="85" nowrap>
<object id="WebBrowser" width=0 height=0 classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" > </object>
<img src="../images/PageSetup.gif" align="absMiddle"> <a href="#" onClick="document.all.WebBrowser.ExecWB(8,1);return false">
页面设置</a>
</td>
<td width="85" nowrap>
<img src="../images/print.gif" align="absMiddle"> <a href="#" onClick="document.all.WebBrowser.ExecWB(7,1);return false">
打印预览</a>
</td>
<td width="85" nowrap>
<img src="../images/icon_close.gif" align="absMiddle"> <a href="javascript:window.close()">
关闭窗口</a>
</td>
</tr>
</table><br>
<div align="center" class="noscreen"><b><%=MenuTitle%></b> (姓名:<%=htmlout(GetTableValue("tbioaHrmBase","xm","id",bid))%>)</div>
<br>
<%End Function%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -