📄 struct.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>人力资源管理系统</title>
<link href="../Include/type.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
#Layer2 {
position:absolute;
left:60px;
top:191px;
width:874px;
height:357px;
z-index:4;
}
-->
</style>
</head>
<body>
<!--#include file="../Include/conn.asp"-->
<!--#include file="../Include/Head.asp"-->
<!--#include file="../Include/Syscheck.asp"-->
<%
call checkin_sys(session("UsersId"),session("PerId"),4)
%>
<div id="Layer2">
<iframe align="center" src="Trans_xml.asp" width="90%" height="100%" border=0 frameborder=0></iframe>
</div>
<!--内容结束-->
</div>
<!--#include file="../Include/bottom.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -