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

📄 login.htm

📁 尚洋仓库管理系统,对仓库
💻 HTM
字号:

<html>
<head>
<title>尚洋精密工业有限公司--生产管理系统登录(内部测试版)</title>
<link href="css/master.css" type="text/css" rel=stylesheet />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" leftmargin="0" rightmargin="0">
<form id="form1">
<!-- ImageReady Slices (kh0o_Symbio_CMMI.psd) -->
<table id="__01" width="1000" height="612" border="0" cellpadding="0" cellspacing="0" style="position: absolute">
	<tr>
		<td colspan="3">
			<img src="images/kh0o_Symbio_CMMI_01.gif" width="1000" height="156" alt=""></td>
	</tr>
	<tr>
		<td rowspan="5">
			<img src="images/kh0o_Symbio_CMMI_02.gif" width="300" height="456" alt=""></td>
		<td width="400" height="60" style="background-image:url('images/login_top.gif'); text-indent:3em;">
			
            <font style="color:#29286a;font-size:12px">请输入您的登录名!(密码:8888,公司内部测试版)</font>
            
            </td>
		<td rowspan="5">
			<img src="images/kh0o_Symbio_CMMI_04.gif" width="300" height="456" alt=""></td>
	</tr>
	<tr>
		<td width="400" height="170" style="background-image:url('images/login_info.gif')">
		
		    <table align="center" width=250 style="font-size:12px">
		        <tr>
		            <td width="80">&nbsp;</td>
		            <td><asp:Label ID="lbl1" runat="server" Visible=false style="color:Red"></asp:Label></td>
		        </tr>
		        <tr>
		            <td width="80" style="color:#29286a">
		                系统帐号:
		            </td>
		            <td><asp:TextBox CssClass="textBox2" Width="120" ID="txtLoginName" runat="server" Text="Admin"></asp:TextBox></td>
		        </tr>
		        <tr>
		            <td width="80" style="color:#29286a">
		                密&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;码:
		            </td>
		            <td><asp:TextBox CssClass="textBox2"  TextMode=PASSWORD Width="120" ID="txtPwd" runat="server" Text="8888"></asp:TextBox></td>
		        </tr>
		        <tr>
		            <td>&nbsp;</td>
		            <td>
		                <asp:Button Width="50"  Height="20" ID="log" style="background-image:url('images/button2.gif');border:none;width:50;height:20;font-size:12px" runat="server" Text="登录" OnClick="log_Click" />&nbsp;&nbsp;&nbsp;&nbsp;
		                <input type=reset style="background-image:url('images/button2.gif');border:none;width:50;height:20;font-size:12px" Text="登录" />
		            </td>
		        </tr>
		    </table>
		</td>
	</tr>
	<tr>
		<td>
			<img src="images/login_bottom.gif" width="400" height="20" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="images/login_shadow.gif" width="400" height="10" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="images/kh0o_Symbio_CMMI_08.gif" width="400" height="196" alt=""></td>
	</tr>
</table>
</form>
<!-- End ImageReady Slices -->

</body>
</html>
<script language=javascript defer>
    
    var obj=window;
    while(obj.parentWindow!=null)
    {
        obj=obj.parent;
        obj.location.href="/log.aspx";
    }
    
</script>

⌨️ 快捷键说明

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