📄 chapterinfo.htm
字号:
<TABLE class=border2 cellSpacing=0 cellPadding=0 width=760 align=center
border=0>
<TR>
<TD class=tdbg_leftall vAlign=top align=left width=1 rowSpan=2> </TD>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width="70%"><A href="{G_SiteURL}">{G_SiteName}{L_Index}</A>-> <A href="{G_SiteURL}/bookroom.php">{L_Bookroom2}</A>-> 《<A href="{G_SiteURL}/bookinfo.php?id={C_bookid}">{C_booktitle}</A>》 </TD>
<TD align=right width="30%">{prevpage} <A href="{C_bookdir}/index.html">{L_Backtoindex}</A> {nextpage}
</TD></TR></TBODY></TABLE><HR noShade SIZE=1 color="#CCCCCC">
<SCRIPT language=JavaScript>
document.onkeydown=nextpage
url=window.location.href.split("/");
url=url[url.length-1].split(".");
url=url[0];
last=eval(url)-1;
if(last==0) last="index";
next=eval(url)+1;
function nextpage()
{
if (event.keyCode==37) location=last+'.html';
if (event.keyCode==39) location=next+'.html';
if (event.keyCode==13) location='index.html';
}
</SCRIPT>
<TABLE cellSpacing=0 cellPadding=0 width="85%" align=center border=0>
<TBODY>
<TR>
<TD align=middle><SPAN class=max><p align=center style="FONT-SIZE:18pt;color:#990000;font-family:楷体_GB2312"><b>{C_chaptertitle}</b></p></SPAN> <BR><BR><SPAN
class=min>
<SCRIPT src=""></SCRIPT>
</SPAN><BR><BR><SPAN class=min>{L_Author}: {C_author}</SPAN><BR><BR>
<DIV class=middle
align=left>
<!--this-is-text-->
{C_content}
<!--this-is-text-->
</DIV>
<DIV align=center><BR><BR>
{prevpage} <A href="{C_bookdir}/index.html">{L_Backtoindex}</A> {nextpage}
</DIV></TD></TR></TBODY></TABLE></TD>
<TD vAlign=top width=1>
</TD></TR></TABLE>
<DIV align=center>
<HR width=760 color=#cccccc noShade SIZE=1>
<TABLE class=topborder height=90 cellSpacing=0 cellPadding=0 width=760
align=center border=0>
<TR align=middle height=22>
<TD><DIV class=min align=center><BR><BR>[<A href="mailto:{G_adminemail}">{L_Connectus}</A>]
[<A href="{G_SiteURL}/bookvote.php?id={C_bookid}">{L_Clicktovote}</A>] [<A
href="{G_SiteURL}/bookreview.php?id={C_bookid}&action=write">{L_Writebookreview}</A>]
<BR><BR><A href="{G_SiteURL}">{G_SiteName}{L_Madefreely}</A><BR></DIV></TD></TR>
<TR align=right height=30>
<TD>{L_Copyright} Copyright© 2004 <A href="{G_SiteURL}">{G_SiteName}</A> <BR></TD></TR></TABLE>
<script src="{G_SiteURL}/bookstat.php?id={C_bookid}"></script></DIV></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -