📄 index2.asp
字号:
<!--#include file=DataBase/conn.asp-->
<!--#include file=yan.asp-->
<%
set rs=server.CreateObject("adodb.recordset")
sql="SELECT dbo.tb_Employee.name FROM dbo.tb_Employee INNER JOIN dbo.tb_User ON dbo.tb_Employee.id = dbo.tb_User.name where dbo.tb_User.username='"&session("admin_name")&"'"
rs.open sql,conn,1,1
%>
<html>
<head>
<title>index</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<style type="text/css">
<!--
.style3 {color: #FFFFFF; font-size: 12px; }
body {
background-image: url(images/bg.gif);
}
a {
font-size: 12px;
color: #FFFFFF;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: underline;
color: #66FFFF;
}
a:active {
text-decoration: none;
}
body,td,th {
font-size: 12px;
}
.style4 {color: #FF0000}
-->
</style>
</head>
<body topmargin="0" background="images/man0.gif">
<!-- ImageReady Slices (index.psd) -->
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0" id="__01">
<tr>
<td width="294" rowspan="2">
<img src="images/index_01.gif" width="294" height="57" alt="" /></td>
<td colspan="2" height="37">
</td>
</tr>
<tr>
<td width="46">
<img src="images/index_03.gif" width="46" height="20" alt="" /></td>
<td width="440" height="20" bgcolor="#1793DB"><table width="100%" border="0" cellspacing="0">
<tr>
<td width="73%" align="left"><span class="style3">您好,<%=rs("name")%> 今天的日期是:<%=date()%></span></td>
<td width="27%" align="right"><span class="style3"><a href="quite.asp">注销登录</a></span></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="3">
<img src="images/index_05.gif" width="780" height="19" alt="" /></td>
</tr>
<tr>
<td colspan="3">
<img src="images/index_06.gif" width="780" height="84" alt="" /></td>
</tr>
<tr>
<td colspan="3">
<img src="images/index_07.gif" width="780" height="20" alt="" /></td>
</tr>
<tr>
<td height="23" colspan="3"><table width="100%" height="10%" border="0" cellspacing="0">
<tr>
<td height="22" align="center" background="images/index_08.gif"><a href="renshiguanli.asp" target="main">人事管理</a> <a href="gerenguanli.asp" target="main">个人管理</a> <a href="zhaopinguanli.asp" target="main">招聘管理</a> <a href="peixunguanli.asp" target="main">培训管理</a> <a href="baoxianguangchang.asp" target="main">保险广场</a> <a href="xinchouguanli.asp" target="main">薪酬管理</a> <a href="xitongguanli.asp" target="main">系统管理</a></td>
</tr>
</table></td>
</tr>
<tr>
<td height="6" colspan="3"><iframe src="" width="100%" height="690" name=main scrolling="no" frameborder="no"></iframe></td>
</tr>
<tr bgcolor="#1280C0">
<td height="3" colspan="3"> </td>
</tr>
<tr align="center">
<td height="4" colspan="3">版权所有©明日科技</td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -