⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 memberprofile.aspx

📁 荒野asp.net新闻系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="memberprofile.aspx.cs" AutoEventWireup="false" Inherits="AspNetNews.memberprofile" %>
<HTML>
	<HEAD>
		<!-- #include file="inc/html_head.inc" -->
		<META name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<BODY>
		<TABLE class="twidth" cellpadding="0" cellspacing="0" width="760" align="center">
			<TR>
				<TD align="center">
					<!-- #include file="inc/head.inc" -->
					<TABLE id="navsub" cellspacing="0" cellpadding="0" width="100%" align="center">
						<TR>
							<TD class="l"></TD>
							<TD class="m">
								<TABLE cellspacing="0" cellpadding="0" width="95%" align="center">
									<TR>
										<TD>
											<A href="index.aspx" title="返回首页">首页</A>&nbsp;→&nbsp;会员资料
										</TD>
									</TR>
								</TABLE>
							</TD>
							<TD class="r"></TD>
						</TR>
					</TABLE>
					<TABLE id="middle" cellspacing="0" cellpadding="0" width="100%" align="center">
						<TR valign="top">
							<TD width="200">
								<TABLE class="lframe" cellspacing="0" cellpadding="0" width="95%">
									<TR>
										<TD class="tl"></TD>
										<TD class="tm"><SPAN class="tt">会员资料</SPAN></TD>
										<TD class="tr"></TD>
									</TR>
								</TABLE>
								<TABLE class="lframe" cellspacing="0" cellpadding="0" width="95%">
									<TR>
										<TD class="ml"></TD>
										<TD class="mm">
											<TABLE cellpadding="0" cellspacing="0" width="100%">
												<TR>
													<TD style="PADDING-RIGHT:15px; PADDING-LEFT:15px; PADDING-BOTTOM:5px; LINE-HEIGHT:150%; PADDING-TOP:5px">
														<STRONG>会员名:</STRONG><%= MemberName %><BR>
														<STRONG>性&nbsp;&nbsp;别:</STRONG><%= Sex %><BR>
														<STRONG>生&nbsp;&nbsp;日:</STRONG><%= Birthday %><BR>
														<STRONG>E-mail:</STRONG><%= MemberEmail %><BR>
														<STRONG>Q&nbsp;&nbsp;Q:</STRONG><%= QQ %><BR>
														<STRONG>I&nbsp;C&nbsp;Q:</STRONG><%= ICQ %><BR>
														<STRONG>M&nbsp;S&nbsp;N:</STRONG><%= MSN %><BR>
														<STRONG>地&nbsp;&nbsp;区:</STRONG><%= Location %><BR>
														<STRONG>电&nbsp;&nbsp;话::</STRONG><%= Phone %><BR>
														<STRONG>血&nbsp;&nbsp;型:</STRONG><%= BloodType %><BR>
														<STRONG>职&nbsp;&nbsp;业:</STRONG><%= Job %><BR>
														<STRONG>学&nbsp;&nbsp;历:</STRONG><%= Edu %><BR>
														<STRONG>毕业学校:</STRONG><%= School %><BR>
														<STRONG>登陆次数:</STRONG><%= LogTimes %><BR>
														<STRONG>最后登陆:</STRONG><%= LastLog %><BR>
														<STRONG>添加新闻数:</STRONG><%= AddNum %><BR>
														<STRONG>自我简介:</STRONG><BR>
														<%= Introduction %>
														<BR>
														<STRONG>相片:</STRONG><BR>
														<%= Photo %>
													</TD>
												</TR>
											</TABLE>
										</TD>
										<TD class="mr"></TD>
									</TR>
								</TABLE>
								<TABLE class="lframe" cellspacing="0" cellpadding="0" width="95%">
									<TR>
										<TD class="bl"></TD>
										<TD class="bm">&nbsp;</TD>
										<TD class="br"></TD>
									</TR>
								</TABLE>
							</TD>
							<TD>
								<TABLE class="mframe" cellspacing="0" cellpadding="0" width="100%">
									<TR>
										<TD class="tl"></TD>
										<TD class="tm">
											<TABLE cellspacing="0" cellpadding="0" width="100%">
												<TR>
													<TD width="85%"><SPAN class="tt">会员新闻</SPAN></TD>
												</TR>
											</TABLE>
										</TD>
										<TD class="tr"></TD>
									</TR>
								</TABLE>
								<TABLE class="mframe" cellspacing="0" cellpadding="0" width="100%">
									<TR>
										<TD class="ml"></TD>
										<TD class="mm">
											<asp:DataList ID="NewsList" runat="server" Width="100%" HorizontalAlign="Center">
												<itemtemplate>
													<UL class="nl">
														<LI>
															<A title='<%# DataBinder.Eval(Container.DataItem,"Title") %>' href='shownews.aspx?newsid=<%# DataBinder.Eval(Container.DataItem,"Articleid") %>' target="_blank">
																<STRONG>
																	<%# Format(DataBinder.Eval(Container.DataItem,"Title").ToString(),56,(DateTime)(DataBinder.Eval(Container.DataItem,"DateTime")),(bool)(DataBinder.Eval(Container.DataItem,"HighLight"))) %>
																</STRONG></A>
														</LI>
													</UL>
													<TABLE cellpadding="0" cellspacing="0" height="50" width="92%" align="center">
														<TR>
															<TD><%# DataBinder.Eval(Container.DataItem,"Summary") %></TD>
														</TR>
														<TR>
															<TD align="right">
																<FONT class="gray">(<%# String.Format("{0:yyyy年MM月dd日}",DataBinder.Eval(Container.DataItem,"DateTime")) %>,<FONT class="hit"><%# DataBinder.Eval(Container.DataItem,"Hits") %></FONT>)</FONT>
																[<A href='shownews.aspx?newsid=<%# DataBinder.Eval(Container.DataItem,"Articleid") %>' target="_blank">查看全文</A>]
															</TD>
														</TR>
													</TABLE>
												</itemtemplate>
											</asp:DataList>
											<TABLE align="center" cellpadding="0" cellspacing="0" width="100%" height="40">
												<TR>
													<TD><%= NextPrev %></TD>
													<TD align="right"><%= Pagination %></TD>
												</TR>
											</TABLE>
										</TD>
										<TD class="mr"></TD>
									</TR>
								</TABLE>
								<TABLE class="mframe" cellspacing="0" cellpadding="0" width="100%">
									<TR>
										<TD class="bl"></TD>
										<TD class="bm">&nbsp;</TD>
										<TD class="br"></TD>
									</TR>
								</TABLE>
							</TD>
						</TR>
					</TABLE>
					<!-- #include file="inc/foot.inc" -->
				</TD>
			</TR>
		</TABLE>
	</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -