$list= $_REQUEST["list"];
$No= $_REQUEST["No"];
if ($list=="") { $list=1; }
if ($No=="") { $No=1; }
echo show_menu($list,$No);
?>
|
|
echo "".$pagestr.""; ?> |
if($total==0){
echo "
没有符合要求的资料! | ";
} else {
for ($i=$start; $i<$end; $i++) {
$news_show[$i][news_id]=mysql_result($result,$i,"id");
$news_show[$i][news_title]=mysql_result($result,$i,"title");
$news_show[$i][news_date]=mysql_result($result,$i,"date");
$color="#f2f2f2";
if (($i%2)==0) { echo "";}
echo " | ";
if ((($i+1)%2)==0) { echo " ";}
if ($color=="#f2f2f2") { $color="#f6f6f6";} else { $color="#f2f2f2"; }
}
}
?>
|
$sql="select GXMQ,img_path from cy_catalog where kind=0 order by ID ";
$gxmqlist=mysql_query($sql);
$j=1;
while (list($GXMQ,$img_path) =mysql_fetch_row($gxmqlist)) {
if (($j%2)==1) { echo "";}
echo " | ";
if (($j%2)==0) { echo " ";}
$j++;
}
?>
|
|