?? default.aspx
字號:
<%@ Page language="c#" Inherits="car1.index" CodeFile="Default.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>明日車輛管理系統</title>
<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="css/css.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<p><FONT face="宋體"></FONT> </p>
<FORM id="Form1" method="post" runat="server">
<table cellSpacing="0" cellPadding="0" width="792" align="center" border="0" style="border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-bottom: #000000 1px solid">
<tr>
<td style="HEIGHT: 56px" width="532" background="IMAGES/OA_r1_c1.jpg" height="56"> </td>
<td style="HEIGHT: 56px" background="IMAGES/OA_r1_c2.jpg"> </td>
</tr>
<tr>
<td style="HEIGHT: 222px" background="IMAGES/OA_r2_c1.jpg"></td>
<td style="HEIGHT: 222px" background="IMAGES/OA_r2_c2.jpg"><FONT face="宋體">
<FONT face="宋體"></FONT>
<TABLE id="Table1" style="WIDTH: 260px; HEIGHT: 216px" cellPadding="0" width="260" border="0">
<TBODY>
<TR>
<TD style="height: 215px">
<TABLE id="Table2" cellSpacing="0" cellPadding="2" width="100%" border="0">
<TBODY>
<TR>
<TD style="FONT-SIZE: 9pt; width: 248px;" vAlign="top" align="center" height="32"><FONT face="宋體"> </FONT></TD>
</TR>
<TR>
<TD style="FONT-SIZE: 9pt; width: 248px;" vAlign="top" align="center" height="32"><FONT face="宋體"></FONT></TD>
</TR>
<TR>
<TD style="FONT-SIZE: 9pt; width: 248px; height: 32px; text-align: center;" vAlign="top" align="center">帳號:
<asp:textbox id="username" Width="80" Font-Size="9" Runat="server"></asp:textbox><asp:requiredfieldvalidator id="reusername" Runat="server" ErrorMessage="請輸入帳號" ControlToValidate="username"></asp:requiredfieldvalidator> </TD>
</TR>
<TR>
<TD height="23" style="width: 248px">
<DIV align="center" style="text-align: center">密碼:
<asp:textbox id="password" Width="80" Font-Size="9" Runat="server" TextMode="Password"></asp:textbox><asp:requiredfieldvalidator id="repw" Runat="server" ErrorMessage="請輸入密碼" ControlToValidate="password"></asp:requiredfieldvalidator></DIV>
</TD>
<TD height="23">
<DIV align="center"> </DIV>
</TD>
</TR>
<TR>
<TD height="21" style="width: 248px">
<TABLE id="Table3" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD width="100">
<DIV align="center"> </DIV>
</TD>
<TD>
<DIV align="left"><FONT face="宋體">
<DIV align="left"><asp:button id="login" Runat="server" Height="20" Text="登 錄" CommandName="login" onclick="login_Click"></asp:button></DIV>
</FONT>
</DIV>
</TD>
</TR>
</TABLE>
<DIV align="center"><asp:label id="err" Runat="server" ForeColor="#ff0033"></asp:label><asp:label id="Label1" runat="server" Visible="False">Label</asp:label></DIV>
</TD>
</TR>
<TR>
<TD style="HEIGHT: 31px; width: 248px;" height="31">
<TABLE id="Table4" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD style="WIDTH: 52px" width="52">
<DIV align="center"> </DIV>
</TD>
<TD>
<DIV align="left"><FONT face="宋體"></FONT><FONT face="宋體"></FONT>
<DIV align="left"> </DIV>
<A onClick="MM_openBrWindow('forgetpass.aspx','','width=500,height=280')" href="#"></A>
</DIV>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</td>
</tr>
</table>
</FORM>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -