?? list1.php
字號:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>遵義分行新聞中心</title>
<style type="text/css">
<!--
td { font-size: 12pt; color: #000000; text-decoration: none}
a:link { color: #000000; text-decoration: none; font-size: 9pt}
a:active { font-size: 9pt; color: #000000; text-decoration: none}
a:visited { font-size: 9pt; color: #000000; text-decoration: none}
a:hover { font-size: 9pt; color: #0000FF; text-decoration: underline}
-->
</style>
</head>
<body bgcolor="#FFFFFF" topmargin="0">
<p align="left"><a href="http://172.21.76.9/">遵義分行首頁</a>
<?php
include("header.inc");
$imgurl="http://172.21.76.9/php/img/";
$query=mysql_query('select * from news1');
while ($array=mysql_fetch_row($query)){
echo ' <a href="xwzx.php?lx='.$array[1].'&page=1">'.$array[0].'</a>';
}
echo "</p>";
$query=mysql_query("select * from news where newxlh='$newxlh'");
$array=mysql_fetch_row($query);
echo '<hr><p align="center"><font size="4"><b>'.$array[0].'</b></font></p><div align="center"><center>';
echo '<table width="99%" border="0" bgcolor="#E0EFFE" cellpadding="10" cellspacing="5" class="main"><tr><td>';
$newimg=trim($array[1]);
if ($newimg != ""){
echo "<p align='left'><span class='large'><font color='black'><img SRC=\"$imgurl".$newimg.'" BORDER="0" align="left" alt="'.$newimg.'">';
}
if ($array[8]=="T"){
echo $array[2];
} else {
echo nl2br($array[2]);
}
$newdjcs=$array[7]+1;
mysql_query("update news set newdjcs='$newdjcs' where newxlh='$newxlh'");
?>
</font></span></td>
</tr>
</table>
</center></div>
<p align="right"><a href="javascript:window.close()">關閉窗口</a></p>
<dl>
<p align="center"><font size="2"> <a href="http://172.21.76.9/LuoYvFeng/index.html">藍雨工作室</a>版權所有</font></p>
</dl>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -