📄 modi.php
字号:
<html>
<head>
<title>修改章节</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
.p16 { color: #0000ff; FONT-FAMILY: "宋体"; FONT-WEIGHT: 700 ; FONT-SIZE: 16pt }
.p9 { color: #ff0000; FONT-FAMILY: "宋体"; FONT-WEIGHT: 100 ; FONT-SIZE: 9pt }
TABLE { color: #0000ff; FONT-FAMILY: "宋体"; FONT-WEIGHT: 700 ; FONT-SIZE: 12pt }
a:link { color: #D033ff; FONT-FAMILY: "宋体"; FONT-SIZE: 9pt; FONT-WEIGHT: 100 ; text-decoration: none}
a:hover { color: #0000ff; FONT-FAMILY: "宋体"; FONT-SIZE: 9pt; FONT-WEIGHT: 100 ; text-decoration: none}
a:visited { color: #D033FF; FONT-FAMILY: "宋体"; FONT-SIZE: 9pt; FONT-WEIGHT: 100 ; text-decoration: none}
</style>
</head>
<body background="bg.gif">
<p><a href="add1.php">增加书名</a>
<?
include("header.inc");
$query=mysql_query("select sm,djcs,zz from wenxue1 where smxlh='$smxlh'");
$array=mysql_fetch_row($query);
$sm1=$array[0];
$zz1=$array[2];
$pageok=20;
$query=mysql_query("select * from wenxue2");
while ($array=mysql_fetch_row($query)){
echo ' <a href="add.php?lx='.$array[1].'&page=1">'.$array[0].'</a>';
}
echo '</p><p align="center" class="p16">'.$sm1.'<font class="p9">......'.$zz1.'</font></p>';
echo '<table border="3" width="100%">';
$aa=0;
$query=mysql_query("select bt from wenxue where smxlh='$smxlh' order by date,time");
while ($array=mysql_fetch_row($query)){
$aa++;
echo '<tr><td width="33%"><p align="center">'.$array[0].' <a href="modi1.php?smxlh='.$smxlh.'&page='.$aa.'" target=xiugai>修改</a> <a href="del1.php?smxlh='.$smxlh.'&page='.$aa.'" target=xiugai>删除</a></td>';
if ($array=mysql_fetch_row($query)){
$aa++;
echo '<td width="34%"><p align="center">'.$array[0].' <a href="modi1.php?smxlh='.$smxlh.'&page='.$aa.'" target=xiugai>修改</a> <a href="del1.php?smxlh='.$smxlh.'&page='.$aa.'" target=xiugai>删除</a></td>';
} else {
echo '<td width="34%"> </td>';
}
if ($array=mysql_fetch_row($query)){
$aa++;
echo '<td width="33%"><p align="center">'.$array[0].' <a href="modi1.php?smxlh='.$smxlh.'&page='.$aa.'" target=xiugai>修改</a> <a href="del1.php?smxlh='.$smxlh.'&page='.$aa.'" target=xiugai>删除</a></td>';
} else {
echo '<td width="33%"> </td></tr>';
}
}
?>
<tr><td width="100%" colspan="3"><p align="right">
<a class="lyf" href="javascript:window.close()">关闭窗口</a>
</td>
</tr>
</table>
<p align="center"><img src="lygzs.gif" width="143" height="22"
alt="lygzs.gif (3234 字节)"></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -