Files
g.hnyhua.cn/Mtxfw.shop/Member_Index.aspx
2026-02-07 15:48:27 +08:00

106 lines
4.5 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<%@ Page Title="" Language="C#" MasterPageFile="~/Telesa.Master" AutoEventWireup="true" CodeBehind="Member_Index.aspx.cs" Inherits="Mtxfw.shop.Member_Index" %>
<%@ Register src="Controls/Left.ascx" tagname="Left" tagprefix="uc1" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MyHead" runat="server">
<link href="css/member.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var ifshow = 1;
</script>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MyContent" runat="server">
<form id="form1" runat="server">
<div id="main">
<div id="Location">当前位置: <a href="/" class="red">首页</a> &gt; <a href="/Member_Index.aspx">会员中心</a> &gt; 管理首页</div>
<div id="member" class="f_clear">
<uc1:Left ID="Left1" runat="server" />
<div class="right">
<div id="membertab">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="40" style="color:#262626; font-size:14px; font-weight:bold; line-height:40px;"><span id="hideqh">欢迎 </span><span style="color:#aa0000;"><%=MemberName%></span></td><td style=" width:40%; line-height:40px; text-align:right;">新消息(<a href="/Member_Inbox.aspx"><font color="#ff0000"><%=daoArt.GetCount("receiverid=" + Card + " And ParentID=8 and Seef=0")%></font></a></td>
</tr>
<tr>
<td colspan="2" style="padding:10px;"><table width="100%" border="0" class="noborder" cellspacing="0" cellpadding="0" style="color:#6e7683;">
<!--tr>
<td colspan="2" height="30">电子币余额:<%=Membermoney12%>
</td>
</tr-->
<tr>
<td colspan="2">您总共提交了:<b style="color:#aa0000;"><%=mydd%></b>个订单,还有<b style="color:#aa0000;"><%=mydd2%></b>个订单未付款</td>
<tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="text-align:left;">
<div class="article">
<h2>新闻中心</h2>
<ul>
<asp:Repeater ID="Repeater1" runat="server">
<ItemTemplate>
<li><a href='/article-<%#Eval("ID") %>.html' target="_blank"><%#Eval("Title") %></a><span><%#Convert.ToDateTime(Eval("AddTime")).ToString("yyyy-mm-dd")%></span></li>
</ItemTemplate>
</asp:Repeater>
</ul>
</div>
</td>
<td style="text-align:left;">
<div class="article">
<h2>会员公告</h2>
<ul>
<asp:Repeater ID="Repeater2" runat="server">
<ItemTemplate>
<li><a href='/article-<%#Eval("ID") %>.html' target="_blank"><%#Eval("Title") %></a><span><%#Convert.ToDateTime(Eval("AddTime")).ToString("yyyy-mm-dd")%></span></li>
</ItemTemplate>
</asp:Repeater>
</ul>
</div>
</td>
</tr>
<tr>
<td style="text-align:center;">
<webdiyer:AspNetPager ID="MyPager" AlwaysShow="true" runat="server"
FirstPageText="首页" LastPageText="尾页" NextPageText="下一页"
CustomInfoHTML=""
PrevPageText="上一页" ShowPageIndexBox="Always" ShowCustomInfoSection="Never"
SubmitButtonText="Go" TextAfterPageIndexBox="" ShowBoxThreshold="100"
CurrentPageButtonPosition="Center" ShowMoreButtons="False" PageIndexBoxType="DropDownList"
TextBeforePageIndexBox="" UrlPaging="True">
</webdiyer:AspNetPager>
</td>
<td style="text-align:center;">
<webdiyer:AspNetPager ID="MyPager2" AlwaysShow="true" runat="server"
FirstPageText="首页" LastPageText="尾页" NextPageText="下一页"
CustomInfoHTML=""
PrevPageText="上一页" ShowPageIndexBox="Always" ShowCustomInfoSection="Never"
SubmitButtonText="Go" TextAfterPageIndexBox="" ShowBoxThreshold="100"
CurrentPageButtonPosition="Center" ShowMoreButtons="False" PageIndexBoxType="DropDownList"
TextBeforePageIndexBox="" UrlPaging="True">
</webdiyer:AspNetPager>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</form>
<script type="text/javascript">
$("#ap_category").hide();
</script>
</asp:Content>