📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" 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>怡佳贸易有限公司项目管理系统|-51aspx.com</title>
<link href="css/css.css" rel="stylesheet" type="text/css" />
</head>
<script language="JavaScript">
function openWindow() {
window.showModelessDialog("ShowUser.aspx", document.getElementById('txtName') ," dialogWidth='40px';dialogHeight='167px'; dialogLeft=610;dialogTop=256;resizable='no';status='no';scroll='no'");
}
</script>
<body>
<form id="form1" runat="server">
<div>
<div style="text-align: center">
<br />
<br />
<br />
<br />
<br />
<table border="0" style="width: 426px; border-right: blue 1px solid; border-top: blue 1px solid; border-left: blue 1px solid; border-bottom: blue 1px solid; background-color: #dcffff;" cellpadding="0" cellspacing="0">
<caption>
</caption>
<tr>
<td colspan="2" style="background-image: url(Images/bg1.gif); height: 30px; font-weight: normal; font-size: 20px; color: black; font-family: 华文行楷;" align="center">
怡佳贸易有限公司项目管理系统</td>
</tr>
<tr>
<td style=" height: 30px; width: 175px; font-weight: bold; font-size: 18px; color: black; font-family: 楷体_GB2312;" align="right">
用户名:</td>
<td style=" height: 30px" align="left">
<asp:TextBox ID="txtName" runat="server" Width="127px"></asp:TextBox>
<a href="#" onclick="openWindow()"><img src="Images/mans.gif" border="0" /></a></td>
</tr>
<tr>
<td style=" height: 30px; width: 175px; font-weight: bold; font-size: 18px; color: black; font-family: 楷体_GB2312;" align="right">
密 码:</td>
<td style=" height: 30px" align="left">
<asp:TextBox ID="txtPwd" runat="server" TextMode="Password" Width="127px"></asp:TextBox></td>
</tr>
<!-- <tr>
<td style=" height: 30px; width: 175px; font-weight: bold; font-size: 18px; color: black; font-family: 楷体_GB2312;" align="right">
验证码:</td>
<td style=" height: 30px" align="left">
<asp:TextBox ID="txtCheck" runat="server" Width="127px"></asp:TextBox>
<img alt="" src="ValidateCode.aspx" lang="ady" ismap="isMap" /></td>
</tr> -->
<tr>
<td colspan="2" style="height: 44px" align="center">
<asp:ImageButton ID="ImageButton2" runat="server" Height="29px" ImageUrl="~/Images/User_Login_207.gif"
Width="127px" OnClick="ImageButton2_Click" /></td>
</tr>
</table>
<br />
</div>
</div>
</form>
<a href="http://www.51aspx.com" target="_blank">download from 51aspx.com</a>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -