📄 default.aspx~rf3eb6cf.tmp
字号:
<%@ 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/B.bmp); width: 100%; height: 100%">
<asp:Image ID="Image1" runat="server" ForeColor="White" ImageUrl="~/image/WEL.gif" Height="44px" Width="100%" /><br />
<br />
<br />
<table style="left: 647px; position: relative; top: -197px">
<tr>
<td style="width: 100px">
</td>
</tr>
</table>
<br />
<br />
<br />
<table style="border-right: #9933ff thin solid; border-top: #9933ff thin solid; border-left: #9933ff thin solid; border-bottom: #9933ff thin solid">
<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>
</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="#FFFFC0"></asp:TextBox></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="#FFFFC0">
<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>
</tr>
</table>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<asp:Button ID="bnLogin" runat="server" Style="position: relative; z-index: 104; left: 4px; top: -193px;" Text="Login" Font-Bold="True" ForeColor="Red" Width="81px" BorderStyle="None" /><br />
<br />
<asp:Label ID="lbStatus" runat="server" Style="position: relative; z-index: 105; left: 37px; top: -155px;"></asp:Label><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -