?? addemp.aspx
字號(hào):
<%@ Register TagPrefix="H" TagName="header" Src="../inc/header.ascx" %>
<%@ Register TagPrefix="L" TagName="left" Src="../inc/left.ascx" %>
<%@ Register TagPrefix="B" TagName="bottom" Src="../inc/bottom.ascx" %>
<%@ Page language="c#" Codebehind="addemp.aspx.cs" AutoEventWireup="false" Inherits="Emplog.main.addemp" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>addemp</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/emplog.css" rel="stylesheet" type="text/css">
</HEAD>
<body MS_POSITIONING="GridLayout">
<H:HEADER id="Header" runat="server"></H:HEADER>
<TABLE id="Table1" style="HEIGHT: 252px" cellSpacing="1" cellPadding="1" width="100%" align="center"
border="0">
<tr>
<td><L:LEFT id="left" runat="server"></L:LEFT></td>
<td width="85%">
<form id="Form1" method="post" runat="server">
<TABLE id="Table2" style="WIDTH: 544px; HEIGHT: 251px" cellSpacing="1" cellPadding="1"
width="544" align="center" border="0">
<TR>
<TD style="HEIGHT: 174px">
<TABLE id="Table3" style="WIDTH: 424px; HEIGHT: 226px" cellSpacing="1" cellPadding="1"
width="424" align="center" border="0" bgcolor="#f5f5f5">
<TR>
<TD style="WIDTH: 87px; HEIGHT: 31px"><FONT face="宋體">用戶Login:</FONT></TD>
<TD style="WIDTH: 114px; HEIGHT: 31px">
<asp:TextBox id="Tbx_id" CssClass="textbox" runat="server" Width="116px"></asp:TextBox><FONT face="宋體"></FONT></TD>
<TD style="HEIGHT: 31px"><FONT face="宋體">* </FONT>
<asp:RequiredFieldValidator id="Rfv_id" runat="server" ErrorMessage="不能為空" ControlToValidate="Tbx_id"></asp:RequiredFieldValidator>
<asp:CustomValidator id="Cv_id" runat="server" ErrorMessage="已存在" ControlToValidate="Tbx_id"></asp:CustomValidator></TD>
</TR>
<TR>
<TD style="WIDTH: 87px; HEIGHT: 25px"><FONT face="宋體">姓名:</FONT></TD>
<TD style="WIDTH: 114px; HEIGHT: 25px">
<asp:TextBox id="Tbx_name" CssClass="textbox" runat="server" Width="116px"></asp:TextBox>
</TD>
<TD style="HEIGHT: 25px"><FONT color="#ff0000" size="2" face="宋體">必填</FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 87px; HEIGHT: 25px"><FONT face="宋體">Email:</FONT></TD>
<TD style="WIDTH: 114px; HEIGHT: 25px">
<asp:TextBox id="Tbx_Email" CssClass="textbox" runat="server" Width="116px"></asp:TextBox>
</TD>
<TD style="HEIGHT: 25px"><FONT color="#ff0000" size="2" face="宋體">必填</FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 87px; HEIGHT: 26px"><FONT face="宋體">職務(wù):</FONT></TD>
<TD style="WIDTH: 114px; HEIGHT: 26px">
<asp:DropDownList CssClass="DropDownList" id="duty" runat="server">
<asp:ListItem Value="企業(yè)員工">企業(yè)員工</asp:ListItem>
<asp:ListItem Value="項(xiàng)目經(jīng)理">項(xiàng)目經(jīng)理</asp:ListItem>
<asp:ListItem Value="部門經(jīng)理">部門經(jīng)理</asp:ListItem>
<asp:ListItem Value="總經(jīng)理">總經(jīng)理</asp:ListItem>
</asp:DropDownList>
</TD>
<TD style="HEIGHT: 26px"><FONT color="#ff0000" size="2" face="宋體">必選</FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 87px; HEIGHT: 18px"><FONT face="宋體">移動(dòng)電話:</FONT></TD>
<TD style="WIDTH: 114px; HEIGHT: 18px">
<asp:TextBox id="mobile_tell" CssClass="textbox" runat="server" Width="116px"></asp:TextBox></TD>
<TD style="HEIGHT: 18px"><FONT color="#ff0000" size="2" face="宋體">可為空</FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 87px; HEIGHT: 18px"><FONT face="宋體">工作電話:</FONT></TD>
<TD style="WIDTH: 114px; HEIGHT: 18px">
<asp:TextBox id="work_tell" CssClass="textbox" runat="server" Width="116px"></asp:TextBox></TD>
<TD style="HEIGHT: 18px"><FONT color="#ff0000" size="2" face="宋體">可為空</FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 87px; HEIGHT: 18px"><FONT face="宋體">用戶級(jí)別:</FONT></TD>
<TD style="WIDTH: 114px; HEIGHT: 18px">
<asp:DropDownList CssClass="DropDownList" id="jb" runat="server">
<asp:ListItem Value="0">0</asp:ListItem>
<asp:ListItem Value="1">1</asp:ListItem>
<asp:ListItem Value="2">2</asp:ListItem>
</asp:DropDownList>
</TD>
<TD style="HEIGHT: 40px"><FONT color="#ff0000" size="2" face="宋體">"0"系統(tǒng)管理員|"1"員工|"2"領(lǐng)導(dǎo)</FONT></TD>
</TR>
<TR>
<TD colSpan="3" align="center">
<asp:Button id="Btn_ok" CssClass="Button" runat="server" Text="確定"></asp:Button><FONT face="宋體">
</FONT>
<asp:Button id="Btn_cancel" CssClass="Button" runat="server" Text="取消"></asp:Button>
<asp:Label id="Lbl_note" runat="server"></asp:Label><FONT face="宋體"></FONT></TD>
</TR>
</TABLE>
<P align="center"><FONT face="宋體" color="#ff0000" size="2">默認(rèn)密碼與用戶名相同</FONT></P>
</TD>
</TR>
</TABLE>
</form>
</td>
</tr>
</TABLE>
<B:BOTTOM id="bottom" runat="server"></B:BOTTOM>
</body>
</HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -