44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Telesa.Master" AutoEventWireup="true" CodeBehind="weixin.aspx.cs" Inherits="Mtxfw.shop.weixin" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MyHead" runat="server">
|
|
<link href="css/member.css" rel="stylesheet" type="text/css" />
|
|
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MyContent" runat="server">
|
|
|
|
<div id="main">
|
|
<div id="Location">当前位置: <a href="/" class="red">首页</a> > 文章详情</div>
|
|
<div id="main3" class="f_clear">
|
|
|
|
|
|
|
|
|
|
<div id="right2">
|
|
<div id="about">
|
|
<h1><%=MenuName%></h1>
|
|
<h4>
|
|
发布时间: <asp:Literal ID="Lit_Time" runat="server" EnableViewState="false" />
|
|
</h4>
|
|
<h3>
|
|
<asp:Literal ID="Lit_Content2" runat="server" EnableViewState="false" />
|
|
</h3>
|
|
<div class="nr">
|
|
<asp:Literal ID="Lit_Content" runat="server" EnableViewState="false" />
|
|
<ul id="nextlist">
|
|
<li>上一篇:<asp:HyperLink ID="Hy_Min" runat="server"></asp:HyperLink></li>
|
|
<li>下一篇:<asp:HyperLink ID="Hy_Max" runat="server"></asp:HyperLink></li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
$("#ap_category").hide();
|
|
</script>
|
|
</asp:Content>
|