⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 viewygdetail.aspx

📁 明日Asp.net销售管理系统明日Asp.net销售管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ViewYGDetail.aspx.cs" Inherits="ViewYGDetail" %>
<%@Register TagPrefix="Webdiyer" Namespace="Wuqi.Webdiyer" Assembly="aspnetpager"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>员工信息</title>
    <link href="css/style.css" rel="stylesheet" type="text/css" />
    <style type="text/css" >
    #Right{
    float:right;
    width:65%;
    }
    #Left{
    float:left;
    width:33%;
    }
    </style>
</head>
<body>
    <form id="form1" runat="server">
    
    <div id="wrapper">
      <div id="Title">
      <img src="Images/ViewYG.ico" style="width:30px;height:30px;" alt="" /><span style="color:#ff9552;font-size:20px;font-weight:bold ;">员工详细信息</span>
      </div><!--Title--><br /><br />
      <div class="Left" id="YGWrapper">
      <div id="BasicInfoTitle">
      <img src="Images/YGEdit.ico" alt="" style="width:30px;height:30px;" /><span style="color:#FF9552;font-weight:bold ;">基本信息</span>
      </div>
      <table style="width:90%;text-align:left;" class="GridTable" runat="server" id="tblYG">
     
      
       <tr><td style="width:20%;">
           姓名:</td><td>
               <%# YG.XingMing  %>
               </td></tr>
       <tr><td>
           身份证:</td><td>
               <%# YG.ShenFenZheng   %>
               </td></tr>   
       <tr><td>
           性别:</td><td>
            <%# YG.XingBie  %>
               </td></tr>
       <tr><td >
           出生年月:</td><td >
            <%# YG.CSNianYue  %>
               </td></tr>
       
       <tr><td >
           电话号码:</td><td >
               <%# YG.XingMing  %>
               </td></tr>
       <tr><td>
           Email:</td><td>
               <%# YG.Email   %>
               </td></tr>
       
       </table><br /><br /><br />
       <div style="width:90%;"><img src="Images/edFB.ico" style="width:30px;height:30px;"  alt=""/><span style="color:#ff9552;font-weight:bold ;">教育履历</span></div>
       <asp:Repeater ID="rptEd" runat="server"  >
    <HeaderTemplate >
    <table style="width:90%;">
    <tr style="background-color:#00ff00 ; color:#ff0000;">
    <td style="width:20%">时间</td>
    <td style="width:30%">毕业院校</td>
    <td style="width:10%">学历</td>
    <td style="width:20%">专业</td>
    <td style="width:20%">证书编号</td>
    </tr>
    </HeaderTemplate>
    <ItemTemplate>
    <tr onmouseover ="currentcolor=this.style.backgroundColor;this.style.backgroundColor='E8F4FF';"  onmouseout ="this.style.backgroundColor=currentcolor;">
    <td>
    <%# DataBinder.Eval(Container .DataItem ,"StartSJ") %>--<%# DataBinder.Eval(Container .DataItem ,"EndSJ") %>
    </td>
    <td>
    <%# DataBinder.Eval(Container .DataItem ,"BiYeYuanXiao") %>
    </td>
    <td>
    <%# DataBinder.Eval(Container .DataItem ,"XueLi") %>
    </td>
    <td>
    <%# DataBinder.Eval(Container .DataItem ,"ZhuanYe") %>
    </td>
    <td>
     <%# DataBinder.Eval(Container.DataItem, "ZhengShuBH")%>
    </td>
    </tr>
    </ItemTemplate>
    <FooterTemplate >
    </table>
    </FooterTemplate>
    </asp:Repeater>
      </div><!--YGWrapper-->
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -