<?php
session_start();
if(!($_SESSION['name'])){
echo "<script>alert('请先登录!');window.location.href='http://localhost/rsgl/log.html';</script>";
}?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>查询显示页面</TITLE>
<META http-equiv=Content-Type content="text/html;charset=utf8">
<link rel="stylesheet" type="text/css" href="../css/font.css">
<script src="../js/a.js"></script>
<style type="text/css">
<!--
body {
margin-left: 3px;
margin-top: 0px;
margin-right: 3px;
margin-bottom: 0px;
}
.STYLE1 {
color: #e1e2e3;
font-size: 12px;
}
.STYLE23 {color: #FFFFFF}
.STYLE24 {color: #000066}
-->
</style>
<STYLE type=text/css>
{
FONT-SIZE: 12px
}
.gridView {
BORDER-RIGHT: #bad6ec 1px; BORDER-TOP: #bad6ec 1px; BORDER-LEFT: #bad6ec 1px; COLOR: #566984; BORDER-BOTTOM: #bad6ec 1px; FONT-FAMILY: Courier New
}
.gridViewHeader {
BORDER-RIGHT: #bad6ec 1px solid; BORDER-TOP: #bad6ec 1px solid; BACKGROUND-IMAGE: url(../images/bg_th.gif); BORDER-LEFT: #bad6ec 1px solid; LINE-HEIGHT: 27px; BORDER-BOTTOM: #bad6ec 1px solid
}
.gridViewItem {
BORDER-RIGHT: #bad6ec 1px solid; BORDER-TOP: #bad6ec 1px solid; BORDER-LEFT: #bad6ec 1px solid; LINE-HEIGHT: 32px; BORDER-BOTTOM: #bad6ec 1px solid; TEXT-ALIGN: center
}
.cmdField {
BORDER-RIGHT: 0px; BORDER-TOP: 0px; BACKGROUND-IMAGE: url(../images/bg_rectbtn.png); OVERFLOW: hidden; BORDER-LEFT: 0px; WIDTH: 67px; COLOR: #364c6d; LINE-HEIGHT: 27px; BORDER-BOTTOM: 0px; BACKGROUND-REPEAT: repeat-x; HEIGHT: 27px; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
.buttonBlue {
BORDER-RIGHT: 0px; BORDER-TOP: 0px; BACKGROUND-IMAGE: url(../images/bg_button_blue.gif); BORDER-LEFT: 0px; WIDTH: 78px; COLOR: white; BORDER-BOTTOM: 0px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 21px
}
.STYLE3 {font-size: 12px}
.STYLE4 {font-size: 14px}
</STYLE>
<META content="MSHTML 6.00.2900.5848" name=GENERATOR>
</HEAD>
<BODY
style="BACKGROUND-POSITION-Y: -120px; BACKGROUND-IMAGE: url(../images/bg.gif); BACKGROUND-REPEAT: repeat-x">
<DIV>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR
style="BACKGROUND-IMAGE: url(../images/bg_header.gif); BACKGROUND-REPEAT: repeat-x"
height=47>
<TD width=10><SPAN
style="FLOAT: left; BACKGROUND-IMAGE: url(../images/main_hl.gif); WIDTH: 15px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 47px"></SPAN></TD>
<TD><SPAN
style="FLOAT: left; BACKGROUND-IMAGE: url(../images/main_hl2.gif); WIDTH: 15px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 47px"></SPAN><SPAN
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FLOAT: left; BACKGROUND-IMAGE: url(../images/main_hb.gif); PADDING-BOTTOM: 10px; COLOR: white; PADDING-TOP: 10px; BACKGROUND-REPEAT: repeat-x; HEIGHT: 47px; TEXT-ALIGN: center; 0px: ">基本资料查询 </SPAN><SPAN
style="FLOAT: left; BACKGROUND-IMAGE: url(../images/main_hr.gif); WIDTH: 60px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 47px"></SPAN></TD>
<TD
style="BACKGROUND-POSITION: 50% bottom; BACKGROUND-IMAGE: url(../images/main_rc.gif)"
width=10></TD>
</TR>
<TR>
<TD style="BACKGROUND-IMAGE: url(../images/main_ls.gif)"> </TD>
<TD
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; COLOR: #566984; PADDING-TOP: 10px; BACKGROUND-COLOR: white" vAlign=top align=middle>
<?php
include("../conn/conn.php");
?>
<body topmargin="0" leftmargin="0" bottommargin="0">
<?php
function _get($str){
$val = !empty($_GET[$str]) ? $_GET[$str] : null;
return $val;
}
$sql3=@mysql_query("select count(*) as num from info ; ",$conn);
$info2=mysql_fetch_array($sql3);
$total=$info2['num'];
if($total==0){
echo "<script language='javascript'>";
echo "window.location.href='jbcx.php';";
echo "</script>";
}
else{
$pagesize=8;
if ($total<=$pagesize){
$pagecount=1;
}
if(($total%$pagesize)!=0){
$pagecount=intval($total/$pagesize)+1;
}else{
$pagecount=$total/$pagesize;
}
if((_get('page'))==""){
$page=1;
}else{
$page=intval(_get('page'));
}
if((_get('id'))==""){
$id=1;
}else{
$id=intval(_get('id'));
}
$sql1=@mysql_query("select num,name,sex,id,merry,nation,Native_place,political_status,tel,address,bm,job,basic_salary,hire_form,educational_level,skill,school,hiredate,state,contract,zzdate,date_left,begin,endd,workage from info order by num desc limit ".($page-1)*$pagesize.",$pagesize",$conn);
$info=mysql_fetch_array($sql1);
?>
<table width="1236" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="1307" height="20" ><div align="center" style="color: #FFFFFF">查询结果</div></td>
</tr>
<tr>
<td height="50" bgcolor="#555555"><table width="1236" height="50" border="0" align="center" cellpadding="0" cellspacing="1">
<td width="33" height="25" bgcolor="#FFFFFF"><div align="center">员工编号</div></td>
<td width="49" bgcolor="#FFFFFF" class="STYLE23"><div align="center" class="STYLE24">员工姓名</div></td>
<td width="25" bgcolor="#FFFFFF"><div align="center">员工性别</div></td>
<td width="70" bgcolor="#FFFFFF"><div align="center">身份证号</div></td>
<td width="32" bgcolor="#FFFFFF"><div align="center">婚姻状况</div></td>
<td width="33" bgcolor="#FFFFFF"><div align="center">民族</div></td>
<td width="79" bgcolor="#FFFFFF"><div align="center">籍贯</div></td>
<td width="30" bgcolor="#FFFFFF"> <div align="center">政治面貌</div></td>
<td width="38" bgcolor="#FFFFFF"><div align="center">联系电话</div></td>
<td width="64" bgcolor="#FFFFFF"><div align="center">联系地址</div></td>
<td width="63" bgcolor="#FFFFFF"><div align="center">部门</div></td>
<td width="58" bgcolor="#FFFFFF"><div align="center">职位</div></td>
<td width="31" bgcolor="#FFFFFF"><div align="center">基本工资</div></td>
<td width="72" bgcolor="#FFFFFF"><div align="center">聘用形式</div></td>
<td width="38" bgcolor="#FFFFFF"><div align="center">最高学历</div></td>
<td width="77" bgcolor="#FFFFFF"><div align="center">所属专业</div></td>
<td width="82" bgcolor="#FFFFFF"><div align="center">毕业院校</div></td>
<td width="54" bgcolor="#FFFFFF"><div align="center">入职日期</div></td>
<td width="48" bgcolor="#FFFFFF"><div align="center">在职状态</div></td>
<td width="28" bgcolor="#FFFFFF"><div align="center">合同期限</div></td>
<td width="36" bgcolor="#FFFFFF"><div align="center">转正日期</div></td>
<td width="31" bgcolor="#FFFFFF"><div align="center">离职日期</div></td>
<td width="18" bgcolor="#FFFFFF"><div align="center">合同起始</div></td>
<td width="17" bgcolor="#FFFFFF"><div align="center">合同终止</div></td>
<td width="18" bgcolor="#FFFFFF"><div align="center">工龄</div></td>
<td width="24" bgcolor="#FFFFFF"><div align="center">删除</div></td>
</tr>
<?php
do{
?>
<tr><form name="form2" action="jbcx1o.php" method="post">
<td height="25" bgcolor="#FFFFFF"><div align="center"><?php echo $info['num'];?></div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center"><?php echo $info['name'];?></div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center"><?php echo $info['sex'];?></div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center"><?php echo $info['id'];?></div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center"><?ph
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论











收起资源包目录





































































































共 146 条
- 1
- 2
资源评论


轩卬
- 粉丝: 63
- 资源: 19
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- 自动发卡售卡系统源码 适用于各种电商 优惠卷 论坛邀请码 充值卡 激活码 注册码 腾讯.zip
- 全开源ThinkPHP6 开发的完善电商系统 商城系统源码 网页商城系统源码 小程序商城.zip
- 表白模板网页源码 表白神器网页源码 一键生成表白墙源码.zip
- dbswitch-tableSynchronization异构数据库表结构同步,要支持字段类型、主键信息、建表语句等的转换
- SST-2-20231016T061428Z-001数据集
- 四种刷题模式的爱刷题无后端无数据库刷题应用网站H5源码.zip
- 简洁鲜明的WordPress 线报羊毛免费主题:baolog.zip
- VUE前端、Java后端,模拟超市商品管理,有增删改查功能
- SICK-E-balanced数据集
- 最近抖音很火的情侣飞行棋网站源码情侣飞行棋游戏全过程惩罚版.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
