首次推送
This commit is contained in:
43
Mtxfw.shop/weixin.aspx
Normal file
43
Mtxfw.shop/weixin.aspx
Normal file
@@ -0,0 +1,43 @@
|
||||
<%@ 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>
|
||||
Reference in New Issue
Block a user