📄 index.aspx
字号:
<%@ Page language="c#" Codebehind="Index.aspx.cs" AutoEventWireup="false" Inherits="HouseSystem.UserCenter.Index" %>
<%@ Register TagPrefix="uc1" TagName="MyLeft" Src="../Controls/MyLeft.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Head" Src="../Controls/Head.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Foot" Src="../Controls/Foot.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>
<%=WebName%>
</title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../Css/css.css" type="text/css" rel="stylesheet">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body leftMargin="0" topMargin="0">
<form id="Form1" method="post" runat="server">
<uc1:head id="Head1" runat="server"></uc1:head>
<table id="table1" width="770" align="center" border="0">
<tr>
<td vAlign="top" width="176">
<uc1:MyLeft id="MyLeft1" runat="server"></uc1:MyLeft>
</td>
<td vAlign="top">
<table id="table1" cellSpacing="0" cellPadding="0" width="500" align="center" border="0">
<tr>
<td>
<table id="table2" cellSpacing="1" cellPadding="3" width="100%" border="0">
<tr>
<td class="title" align="center" colSpan="2" height="20"><font color="#ff0000"><strong>会员基本信息</strong></font></td>
</tr>
<tr bgColor="#f1f1f1">
<td align="left" width="22%" colSpan="2" height="20"><FONT face="宋体">您好 <FONT color="#009900">
<STRONG>
<asp:label id="lblUserName" runat="server"></asp:label></STRONG></FONT>这是你第
<FONT color="#ff0000"><STRONG>
<asp:label id="lblLoginNum" runat="server"></asp:label></STRONG></FONT>次登录本系统</FONT>
</td>
</tr>
<tr>
<td colSpan="2" height="20"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td>
<table id="table3" cellSpacing="1" cellPadding="3" width="100%" border="0">
<tr>
<td align="center" height="15"><font color="#ff0000"><strong>特别提示</strong></font></td>
</tr>
<tr>
<td bgColor="#f1f1f1" height="43"><span style="LETTER-SPACING: 1pt"><font color="#ff0000">提醒注意:</font>为了提升网站信息的准确率,使网站得到更好的运作,请会员在发布信息时,一定要填写正确的联系方式,如若故意发布虚假信息,管理员有权在不告知发布者的情况下直接删除消息。</span></td>
</tr>
<tr>
<td height="20"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td>
<table id="table4" cellSpacing="1" cellPadding="1" width="100%" border="0">
<tr>
<td class="title" align="center" colSpan="3" height="20"><font color="#ff0000"><strong>二手房信息发布</strong></font></td>
</tr>
<tr>
<td class="title" align="center" width="37%" bgColor="#f1f1f1" height="24">发布信息类型</td>
<td class="title" align="center" width="19%" bgColor="#f1f1f1" height="24">已发布信息</td>
<td class="title" align="center" width="26%" bgColor="#f1f1f1" height="24">信息匹配</td>
</tr>
<tr>
<td align="center" bgColor="#f1f1f1" height="26"><A href="AddMyHouse.aspx?type=1">发布出租信息</A></td>
<td align="center" bgColor="#f1f1f1" height="26"><font color="#ff0000">
<asp:Label id="lblNum1" runat="server"></asp:Label></font> 条</td>
<td align="center" bgColor="#f1f1f1" height="26"><A href="MyRentSell.aspx?type=1">查看详情>></A></td>
</tr>
<tr>
<td align="center" bgColor="#f1f1f1" height="28"><A href="AddMyHouse.aspx?type=2">发布出售信息</A></td>
<td align="center" bgColor="#f1f1f1" height="28"><font color="#ff0000">
<asp:Label id="lblNum2" runat="server"></asp:Label></font> 条</td>
<td align="center" bgColor="#f1f1f1" height="28"><A href="MyRentSell.aspx?type=2">查看详情>></A></td>
</tr>
<tr>
<td align="center" bgColor="#f1f1f1" height="25"><A href="AddMyNeed.aspx?type=1">发布求租信息</A></td>
<td align="center" bgColor="#f1f1f1" height="25"><font color="#ff0000">
<asp:Label id="lblNum3" runat="server"></asp:Label></font> 条</td>
<td align="center" bgColor="#f1f1f1" height="25"><A href="MyNeed.aspx?type=1">查看详情>></A></td>
</tr>
<tr>
<td align="center" bgColor="#f1f1f1" height="25"><A href="AddMyNeed.aspx?type=2">发布求购信息</A></td>
<td align="center" bgColor="#f1f1f1" height="25"><font color="#ff0000">
<asp:Label id="lblNum4" runat="server"></asp:Label></font> 条</td>
<td align="center" bgColor="#f1f1f1" height="25"><A href="MyNeed.aspx?type=2">查看详情>></A></td>
</tr>
<tr>
<td colSpan="3" height="20"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<uc1:foot id="Foot1" runat="server"></uc1:foot></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -