📄 studetail.aspx
字号:
<%@ Page language="c#" Codebehind="stuDetail.aspx.cs" AutoEventWireup="false" Inherits="stu.stuDetail" %>
<%@ Register TagPrefix="H" TagName="Header" Src="inc/Header.ascx" %>
<%@ Register TagPrefix="F" TagName="Footer" Src="inc/Footer.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>stuDetail</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<link href="inc/stu.css" rel="stylesheet" type="text/css">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<H:Header id="Header" runat="server" />
<input type="hidden" id="p_Record_student_id" runat="server" NAME="p_Record_emp_id">
<table align="center">
<tr>
<td>
<table width="574" id="Record_holder" runat="Server" cellspacing="1" class="tableBorder1">
<tr>
<th align="center" height="35" width="574">
学生详细信息</th>
</tr>
<tr>
<td background="images/sds01_r2_c8.gif" width="100%">
<table width="574" align="center">
<tr bgcolor="#e8f4ff">
<td bgColor="#ffcc99">姓名</td>
<td bgColor="#ccccff">
<asp:Label id="Record_name" runat="server"></asp:Label>
</td>
</tr>
<tr bgcolor="lightgrey">
<td bgColor="#ffcc99">生日</td>
<td bgColor="#ccccff">
<asp:Label id="Record_bth" runat="server"></asp:Label>
</td>
</tr>
<tr bgcolor="#e8f4ff">
<td bgColor="#ffcc99">职务</td>
<td borderColor="#ccccff" bgColor="#ccccff">
<asp:Label id="Record_business" runat="server"></asp:Label>
</td>
</tr>
<tr bgcolor="lightgrey">
<td bgColor="#ffcc99">班级</td>
<td borderColor="#ccccff" bgColor="#ccccff">
<asp:Label id="Record_class_id" runat="server"></asp:Label>
</td>
</tr>
<tr bgcolor="#e8f4ff">
<td bgColor="#ffcc99">Email</td>
<td bgColor="#ccccff">
<asp:Label id="Record_email" runat="server"></asp:Label>
</td>
</tr>
<tr bgcolor="lightgrey">
<td bgColor="#ffcc99">电话</td>
<td bgColor="#ccccff">
<asp:Label id="Record_work_ph" runat="server"></asp:Label>
</td>
</tr>
<tr bgcolor="#e8f4ff">
<td bgColor="#ffcc99">住址</td>
<td bgColor="#ccccff">
<asp:Label id="Record_address" runat="server"></asp:Label>
</td>
</tr>
<tr bgcolor="#e8f4ff">
<td bgColor="#ffcc99">照片</td>
<td bgColor="#ccccff">
<asp:Label id=Record_picture runat="server"></asp:Label>
</td>
</tr>
<tr>
<td align="right" colspan="2"><center>
<input type="button" id="Record_cancel" Value="返回" runat="server" NAME="Record_cancel">
</center>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<center>
<F:Footer id="Footer" runat="server" /></center>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -