📄 novelchapter.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="novelchapter.aspx.cs" Inherits="_novelchapter" EnableViewState="false" %>
<%@ Register Src="pagetop.ascx" TagName="pagetop" TagPrefix="uc1" %>
<%@ Register Src="pagebelow.ascx" TagName="pagebelow" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><%=title %></title>
<meta name="author" content="Qiezi" />
<meta name="description" content="本站含玄幻、奇幻、武侠、仙侠、都市、言情、历史、军事、游戏、竞技、科幻和灵异小说,全部小说免费,支持cookie书库和全文阅读!" />
<meta name="keywords" content="玄幻,奇幻,武侠,仙侠,都市,言情,历史,军事,游戏,竞技,科幻,灵异,小说" />
<meta name="robots" content="all" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div class="div_body">
<uc1:pagetop ID="Pagetop1" runat="server" />
<div style="margin-left:20px;">
<div style="font-size:15px; font-weight:bold; color:Red; margin-top:20px; height:30px; text-align:center;"><%=title %></div>
<div style=" text-align:left;">作者:<%=author %></div>
<asp:DataList ID="List_ChapterList" runat="server" RepeatColumns="4" RepeatLayout="Flow" RepeatDirection="Horizontal" ItemStyle-BorderWidth="1" ItemStyle-Width="223" ItemStyle-BorderColor="#f3f3f1" ItemStyle-VerticalAlign="Middle">
<ItemTemplate>
<div style="margin-top:8px; margin-left:3px; height:28px;"><a href="viewchapter.aspx?topicid=<%# Server.UrlEncode(DataBinder.Eval(Container.DataItem,"topicid").ToString())%>&chapterid=<%# Server.UrlEncode(DataBinder.Eval(Container.DataItem,"chapterid").ToString())%>" target="_blank"><%# DataBinder.Eval(Container.DataItem, "chapter")%></a></div>
</ItemTemplate>
</asp:DataList>
</div>
<br />
<uc2:pagebelow ID="Pagebelow1" runat="server" />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -