?? default.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" Title="試題庫管理系統(tǒng)"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>無標題頁</title>
</head>
<body style=" margin-top:0" >
<center>
<form id="form1" runat="server">
<div>
<table cellpadding="0" cellspacing="0" height="100" width="950">
<tr>
<td background="App_Themes/lightblue/images/tqms_01.jpg" style="width: 200px; height: 120px;
background-color: transparent">
</td>
<td align="center" background="App_Themes/lightblue/images/tqms_02.jpg" style="height: 97px">
<span style="font-size: 32pt; color: #ff9900; font-family: 華文行楷; background-color: transparent">
試題素材管理系統(tǒng)</span></td>
</tr>
<tr>
<td background="App_Themes/lightblue/images/tqms_03.jpg" colspan="2" height="10">
</td>
</tr>
</table>
</div>
<table cellpadding="0" cellspacing="0" width="950" height="420">
<tr>
<td align="left" colspan="2" height="100%" valign="top" width="950">
<table align="center" border="0" bordercolor="#3399ff" cellpadding="0" cellspacing="0"
lang="afh" style="border-right: blue thin solid; border-top: blue thin solid;
border-left: blue thin solid; border-bottom: blue thin solid" width="280">
<tr>
<td background="App_Themes/lightblue/images/tqms_13.jpg" colspan="2" height="35"
width="280">
</td>
</tr>
<tr>
<td align="right" style="width: 218px; height: 26px">
<span style="font-size: 10pt">用戶名:</span></td>
<td align="left" style="height: 26px" width="275">
<asp:TextBox ID="tbxUsrName" AutoCompleteType="None" runat="server" Width="120px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="tbxUsrName"
Display="Dynamic" ErrorMessage="用戶名必須埴寫!">*</asp:RequiredFieldValidator></td>
</tr>
<tr style="font-size: 10pt; color: #000000">
<td align="right" style="width: 218px">
<span style="font-size: 12pt">密 碼:</span></td>
<td align="left" width="275">
<asp:TextBox ID="tbxUsrPwd" AutoCompleteType="none" runat="server" TextMode="Password" Width="120px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="tbxUsrPwd"
Display="Dynamic" ErrorMessage="密碼不能為空">*</asp:RequiredFieldValidator></td>
</tr>
<tr>
<td align="center" colspan="2">
<asp:Button ID="login" runat="server" OnClick="login_Click" Text="登錄" /></td>
</tr>
<tr>
<td align="center" colspan="2">
<asp:ValidationSummary ID="ValidationSummary1" runat="server" DisplayMode="List"
HeaderText="請正確填寫您的用戶名及密碼:" />
</td>
</tr>
</table>
</td>
</tr>
</table>
<div style="clear: both; font-size: 10pt; left: 0px; float: none; background-image: url(App_Themes/lightblue/images/tqms_22.jpg);
visibility: visible; vertical-align: text-bottom; width: 950px; border-top-style: none;
padding-top: 5px; border-right-style: none; border-left-style: none; top: 8px;
height: 30px; text-align: center; border-bottom-style: none">
<center>
版權所有 (C)技術支持:chujiaqiang229@163.com。<a href="http://www.51aspx.com" target="_blank">download from 51aspx.com</a>
</center>
</div>
</form>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -