52 lines
1.8 KiB
Plaintext
52 lines
1.8 KiB
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Telesa.Master" AutoEventWireup="true" CodeBehind="news.aspx.cs" Inherits="Mtxfw.shop.news" %>
|
|
<%@ 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" />
|
|
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MyContent" runat="server">
|
|
<div class="contentWrapper">
|
|
<form id="form1" runat="server">
|
|
<div id="main">
|
|
<div id="Location">当前位置: <a href="/" class="red">首页</a> > <%=strTitle %></div>
|
|
<div id="main3" class="f_clear">
|
|
|
|
|
|
|
|
|
|
<div id="right2">
|
|
<div id="about">
|
|
<h1><%=strTitle %></h1>
|
|
|
|
<div class="newslist">
|
|
<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>
|
|
<div class="pageslist"><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></div>
|
|
</div>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
$("#ap_category").hide();
|
|
</script>
|
|
</form>
|
|
</div>
|
|
</asp:Content>
|