📄 default.aspx
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<!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>Untitled Page</title>
</head>
<body style="font-size: 12pt; margin: 0px; clip: rect(auto auto auto auto)">
<form id="form1" runat="server">
<div style="background-image: url(image/back.bmp); width: 100%; height: 100%">
<asp:Image ID="Image1" runat="server" ForeColor="White" ImageUrl="~/image/ONLINE.gif" Height="100px" Width="100%" /><br />
<br />
<br />
<table style="left: 647px; position: relative; top: -197px">
<tr>
<td style="width: 100px">
</td>
</tr>
</table>
<br />
<br />
<table style="left: 400px; position: relative; top: 4px; text-align: center; border-top-width: thin; border-left-width: thin; border-left-color: #9933ff; border-bottom-width: thin; border-bottom-color: #9933ff; border-top-color: #9933ff; border-right-width: thin; border-right-color: #9933ff;">
<tr>
<td style="height: 24px; text-align: right">
<strong><span style="color: #000099">User</span></strong></td>
<td style="width: 100px; height: 24px">
<asp:TextBox ID="txbUID" runat="server" Style="background-color: #ffffcc" BackColor="White"></asp:TextBox></td>
<td align="left" style="width: 100px; height: 24px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txbUID"
Display="Dynamic" ErrorMessage="*" ValidationGroup="vg1"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="height: 24px; text-align: right">
</td>
<td style="width: 100px; height: 24px">
</td>
<td align="left" style="width: 100px; height: 24px">
</td>
</tr>
<tr>
<td style="text-align: right; height: 28px;">
<span style="color: #000099"><strong>Password</strong></span></td>
<td style="width: 100px; height: 28px;">
<asp:TextBox ID="txbPass" runat="server" TextMode="Password" Width="149px" BackColor="White"></asp:TextBox></td>
<td align="left" style="width: 100px; height: 28px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txbPass"
Display="Dynamic" ErrorMessage="*" ValidationGroup="vg1"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="height: 28px; text-align: right">
</td>
<td style="width: 100px; height: 28px">
</td>
<td align="left" style="width: 100px; height: 28px">
</td>
</tr>
<tr>
<td style="height: 24px; text-align: right">
<strong><span style="color: #000099">Type</span></strong></td>
<td style="width: 100px; height: 24px">
<asp:DropDownList ID="drlType" runat="server" Width="155px" BackColor="White">
<asp:ListItem>-------------Select-------------</asp:ListItem>
<asp:ListItem Value="1">TPO</asp:ListItem>
<asp:ListItem Value="2">Co-ordinator</asp:ListItem>
<asp:ListItem Value="3">Student</asp:ListItem>
<asp:ListItem Value="4">HR</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 100px; height: 24px">
</td>
</tr>
</table>
<br />
<br />
<br />
<br />
<asp:Label ID="lb" runat="server"></asp:Label>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<asp:Button ID="bnLogin" runat="server" Style="position: relative; z-index: 104; left: 400px; top: -200px;" Text="Login" Font-Bold="True" ForeColor="#0000C0" Width="81px" BorderStyle="None" /><br />
<br />
<asp:Label ID="lbStatus" runat="server" Style="position: relative; z-index: 105; left: 447px; top: -195px;"></asp:Label><br />
<br />
<br />
<br />
<br />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -