📄 admin_photo.aspx
字号:
<%@ Page language="c#" Codebehind="admin_photo.aspx.cs" AutoEventWireup="false" Inherits="djks.admin.admin_photo" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>student_select</title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="style/Admin_Style.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table cellSpacing="0" cellPadding="0" width="99%" border="0">
<tr class="title">
<td width="1"><IMG height="28" src="Images/TopBar1.gif" width="10"></td>
<td align="center" width="100%"><font color="#ffffff">照 片 修 改</font></td>
<td width="1"><IMG height="28" src="Images/TopBar2.gif" width="10"></td>
</tr>
</table>
<table style="WIDTH: 720px; HEIGHT: 384px" cellSpacing="0" cellPadding="0" width="720"
border="0">
<tr>
<td style="HEIGHT: 55px" align="right"> </td>
</tr>
<tr>
<td vAlign="top" align="center">
<asp:panel id="pnl_select" runat="server" Height="152px">
<TABLE id="Table1" style="WIDTH: 501px; HEIGHT: 144px" cellSpacing="0" cellPadding="0"
width="501" border="0">
<TR>
<TD align="right"><FONT face="宋体">身份证号:</FONT></TD>
<TD align="left">
<asp:TextBox id="txt_sfzh" runat="server" MaxLength="18"></asp:TextBox></TD>
<TD align="right"></TD>
</TR>
<TR>
<TD align="right"><FONT face="宋体">姓名:</FONT></TD>
<TD>
<asp:TextBox id="txt_xm" runat="server" MaxLength="4"></asp:TextBox></TD>
<TD></TD>
</TR>
<TR>
<TD></TD>
<TD align="center"><FONT face="宋体">
<asp:Button id="btn_select" runat="server" Width="68px" Text="查询"></asp:Button></FONT></TD>
<TD></TD>
</TR>
</TABLE>
<P><FONT face="宋体">
<asp:datalist id="DataList1" runat="server" Width="672px" BorderColor="#CCCCCC" BorderStyle="None"
BackColor="White" CellPadding="3" GridLines="Both" BorderWidth="1px">
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"></SelectedItemStyle>
<HeaderTemplate>
<table style="FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none">
<tr style="FONT-SIZE: 12px; COLOR: #ffffff">
<td width="150">报名号</td>
<td width="90">姓名</td>
<td width="200">身份证号
</td>
<td width="90">相片
</td>
</tr>
</table>
</HeaderTemplate>
<SelectedItemTemplate>
<P> </P>
</SelectedItemTemplate>
<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
<ItemStyle ForeColor="#000066"></ItemStyle>
<ItemTemplate>
<TABLE>
<TR>
<TD width="150"><%# DataBinder.Eval(Container.DataItem,"BMH") %></TD>
<TD width="90"><%# DataBinder.Eval(Container.DataItem,"XM") %></TD>
<TD width="200"><%# DataBinder.Eval(Container.DataItem,"SFZH") %></TD>
<TD width="90"><%# DataBinder.Eval(Container.DataItem,"HAVEXP") %></TD>
<TD><FONT face="宋体">
<asp:LinkButton id="LinkButton1" runat="server" CommandName="delete" Font-Size="12px" ForeColor="Red">删除</asp:LinkButton>
<INPUT style="FONT-SIZE: 12px; WIDTH: 34px; HEIGHT: 21px" onclick='window.open("update_photo.aspx?bmh=<%# DataBinder.Eval(Container.DataItem,"BMH") %>&havexp=<%# DataBinder.Eval(Container.DataItem,"HAVEXP") %>","","height=400,width=650,toolbar=no,menubar=no,scrollbars=no,resizable=no");' type=button value=修改>
</FONT>
</TD>
</TR>
</TABLE>
</ItemTemplate>
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>
</asp:datalist></FONT></P>
<P><FONT face="宋体"></FONT></P>
</asp:panel></td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -