You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
679 B

<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true"
CodeFile="article.aspx.cs" Inherits="article" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolderMain" runat="Server">
<div id="top">
<span></span><strong>文章内容</strong></div>
<h2 class="title">
<asp:Label ID="lbltitle" runat="server"></asp:Label>
</h2>
<p class="postdate">
<asp:Label ID="lblposttime" runat="server"></asp:Label>
&nbsp; &nbsp; 所属分类:<asp:HyperLink ID="hklist" runat="server">
<asp:Label ID="lblcname" runat="server"></asp:Label></asp:HyperLink>
</p>
<div class="content">