📄 bookarray.htm
字号:
<script language=JavaScript>
function gotoplist(aclassvalue,flagvalue){
document.location="bookarray.php?aclass="+aclassvalue+"&flag="+flagvalue+"&page=1";
}
</script>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="13"> </td>
</tr>
<tr>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top">
<table width="778" border="0" cellspacing="1" cellpadding="3" bgcolor="#D4D2F8" >
<tr bgcolor="#D4D2F8" >
<td align="center">
<strong>{L_Booktype}: </strong>
<select name="selaclass" style="background-color:#FFFFFF; color:#000000; border: 1 double #000000" onMouseOver = "javascript: this.style.backgroundColor = '#ebf3e6'" onMouseOut = "javascript: this.style.backgroundColor = '#FFFFFF'" onChange="gotoplist(selaclass.value,selflag.value);">
<option value='all'>{L_Allbook}</option>
<!-- BEGIN Booktypeblock -->
<option value="{C_id}">{C_typename}</option>
<!-- END Booktypeblock -->
</select>
<strong>{L_Listtype}: </strong>
<select name="selflag" style="background-color:#FFFFFF; color:#000000; border: 1 double #000000" onMouseOver = "javascript: this.style.backgroundColor = '#ebf3e6'" onMouseOut = "javascript: this.style.backgroundColor = '#FFFFFF'" onChange="gotoplist(selaclass.value,selflag.value);">
<!-- BEGIN Desckindblock -->
<option value='{C_key}' {C_selected}>{C_val}</option>
<!-- END Desckindblock -->
</select>
</td>
</tr>
<tr bgcolor="#ebf3e6" >
<td>
<table width='770' border='0' align='center' cellpadding='3' cellspacing='2' bgcolor="#D4D2F8" >
<tr align='center' bgcolor="#ebf3e6" >
<td width='100'><strong>{L_Bookname}</strong></td>
<td width='80'><strong>{L_Newdate}</strong></td>
<td width='190'><strong>{L_Newchapter}</strong></td>
<td width='80'><strong>{L_Author}</strong></td>
<td width='50'><strong>{L_Status}</strong></td>
<td width='40'><strong>{L_Size}</strong></td>
<td width='50'><strong>{L_Click}</strong></td>
<td width='50'><strong>{L_Weekclick}</strong></td>
<td width='50'><strong>{L_Vote}</strong></td>
</tr>
<!-- BEGIN Bookconblock -->
<tr bgcolor="#EBEEDB" ><td>1.<a href="articleinfo.php?id={C_bookid}" target="_blank"><i>{C_booktitle}</i></a></td>
<td align='center'>{C_posttime}</td>
<td><a href="chapterinfo.php?id={C_chapterid}" target="_blank">{C_chaptertitle}</a></td>
<td><a href="authorinfo.php?id={C_authorid}" target="_blank">{C_author}</a></td>
<td align='center'>{C_state}</td>
<td align='center'>{C_size}K</td>
<td align='center'>{C_click}</td>
<td align='center'>{C_weekclick}</td>
<td align='center'>{C_vote}</td>
</tr>
<!-- END Bookconblock -->
</table><br>
<table width='100%' border='0' align='center' cellpadding='3' cellspacing='1'>
<tr>
<form name='frmjumppage' method='post' action='bookarray.php?aclass=all&flag=2' >
<td height='18' align='center' valign='bottom'>
{C_pagelink}
</td>
</form>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -