index.aspx
来自「为了便于企业对客户按照地区进行统计查询分析」· ASPX 代码 · 共 127 行
ASPX
127 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="Default2" EnableEventValidation="false" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!-- start 以下为页面显示样式,可以自己定义或不要 -->
<style>
BODY {
SCROLLBAR-FACE-COLOR: #f0f0f6; FONT-SIZE: 9pt; BACKGROUND-ATTACHMENT: fixed; MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: #f0f0f6; SCROLLBAR-SHADOW-COLOR: #f0f0f6; SCROLLBAR-3DLIGHT-COLOR: #6699cc; LINE-HEIGHT: normal; SCROLLBAR-ARROW-COLOR: #6699cc; SCROLLBAR-TRACK-COLOR: #6699cc; BACKGROUND-REPEAT: repeat; FONT-FAMILY: 宋体; SCROLLBAR-DARKSHADOW-COLOR: #6699cc
}
.bold {
FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #ffffff; LINE-HEIGHT: 180%; FONT-FAMILY: 宋体
}
TABLE {
FONT-SIZE: 9pt; LINE-HEIGHT: normal; FONT-FAMILY: 宋体
}
A:link {
COLOR: #0000ff; TEXT-DECORATION: none
}
A:visited {
COLOR: #0000ff; TEXT-DECORATION: none
}
A:hover {
COLOR: #ff0000
}
A:active {
COLOR: #ff0000
}
A.C:link {
COLOR: #ffffff; TEXT-DECORATION: none
}
A.C:visited {
COLOR: #ffffff; TEXT-DECORATION: none
}
A.C:hover {
COLOR: #ff0000
}
A.C:active {
COLOR: #ff0000
}
.textlogin {
BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid; HEIGHT: 18px; BACKGROUND-COLOR: #fafafa
}
.textarea {
BORDER-RIGHT: #003399 1px solid; BORDER-TOP: #003399 1px solid; BORDER-LEFT: #003399 1px solid; BORDER-BOTTOM: #003399 1px solid
}
</style>
<link href="css/css1.css" rel="stylesheet" type="text/css">
</head>
<body >
<p> </p>
<p> </p>
<form runat ="server">
<table cellspacing="0" cellpadding="0" width="555" border="0" align="center">
<tbody>
<tr>
<td width="588"><div align="center">
<center>
<table cellspacing="0" cellpadding="0" width="558" border="0" style="border-collapse: collapse" bordercolor="#111111" height="237">
<tbody>
<tr>
<td valign="top" width="198" rowspan="4" height="237"><img height="52" src="Image/aaa_1.gif" width="198" /><img height="41" src="Image/aaa_a1.gif" width="198" /><img height="53" src="Image/aaa_a2.gif" width="198" /><img height="72" src="Image/aaa_a3.gif" width="198" /></td>
<td valign="top" height="87" width="360"><img border="0" src="Image/touradmin1.gif" width="253" height="52" /><img height="52" src="Image/aaa_r4.gif" width="77" />
<div align="center">
<center>
</center>
</div></td>
</tr>
<tr>
<td valign="top" width="360" height="104"><div align="center"> </div>
<form action="logining.html" method="post" name="admininfo" id="admininfo" >
<div align="center">
<div align="center">
<table width="336" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<tr>
<td height="29"><br />
<br />
<table width="91%" border="0" align="center" cellpadding="1" cellspacing="1">
<tr bgcolor="#FFFFFF">
<td width="52"><div align="left">管理员:</div></td>
<td width="91"><div align="left">
<asp:TextBox ID="TextBox1" runat="server" ></asp:TextBox>
</div></td>
<td width="92"><div align="center">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Image/xx.gif" OnClick="ImageButton1_Click" />
</div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="52"><div align="left">密 码:</div></td>
<td width="91"><div align="left">
<asp:TextBox ID="TextBox2" runat="server" TextMode="Password" ></asp:TextBox></div></td>
<td width="92"><div align="center">
<asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/Image/qc.gif" OnClick="ImageButton2_Click" /> </div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="3" height="28"><div align="center"><font color="blue">北京华夏新达科技股份有限公司</font></div></td>
</tr>
</table>
<br />
</td>
</tr>
</table>
</div>
</div>
</form></td>
</tr>
<tr>
<td valign="top" width="360" style="height: 18px"><p align="center"> </p></td>
</tr>
<tr>
<td valign="top" width="360" height="10"><div align="center"></div></td>
</tr>
</tbody>
</table>
</center>
</div></td>
</tr>
</tbody>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?