?? log.aspx
字號:
?<%@ page language="C#" autoeventwireup="true" inherits="Log, App_Web_gnjli79p" %>
<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" runat=server>
<!-- 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">請輸入您的登錄名!</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"> </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">
密 碼:
</td>
<td><asp:TextBox CssClass="textBox2" TextMode=PASSWORD Width="120" ID="txtPwd" runat="server" Text="8888"></asp:TextBox></td>
</tr>
<tr>
<td> </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" />
<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 + -