php企业建站源码
php企业建站源码
<?php
session_start();
include "./admin/config.php";
include "./right/sql.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>四川和杏健康管理有限公司</title>
<link href="css/index.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="Js/Public.js"></script>
<script type="text/javascript" src="Js/MSClass.js"></script>
<script type="text/javascript" src="Js/jquery-1.5.2.min.js"></script>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<script type="text/javascript" src="data:images/swfobject.js"></script>
<script type="text/javascript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
</head> <body>
<div id="BGmain">
<!--*头部*-->
<div id="Bg_top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="29%" valign="top">
<div id="Logo"></div>
</td>
<td width="55%" valign="top">
<div id="kh"></div>
</td>
<td width="16%" valign="top">
<div style="height:23px;"></div>
<div><a href="index.php" style="color:#989696;">返回首页</a> | <a href="#" style="color:#989696;">设为首页</a></div>
</td>
</tr>
</table>
</div>
<div id="Nav">
<ul>
<li style="margin-left:25px;"><a href="index.php">首页</a></li> <?php
$query=mysql_query($sql);
while($row=mysql_fetch_array($query))
{
echo "<li><img src='images/xian.jpg'/></li><li><a href='about.php?id=$row[id]&&abc=$row[lm]'>".$row['lm']."</a></li>";
}
?>
</ul>
</div>
<div style="clear:both; font-size:0px;"></div>
<div style="width:966px; height:336px; margin:0px auto;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<div id="Flash">
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="591" height="336">
<param name="movie" value="flash/dt01.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="6.0.65.0" />
<embed height="336" width="591" src="flash/dt01.swf" quality="high" pluginspage=" http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="Transparent">
</object>
</div>
</td>
<td valign="top">
<div id="Login">
<form action="./right/login.php" method="post">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="65%" valign="top">
<div style="height:50px;"></div>
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="7%"> </td>
<td width="18%"><img src="data:images/zh.jpg"/></td>
<td width="75%"><div><input name="zhanghao" type="text" value="<?php echo $_SESSION['zhanghao'];?>" maxlength="11" class="zhanghao" /></div></td>
</tr>
</table>
</div>
<div style="height:9px; overflow:hidden;"></div>
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="7%"> </td>
<td width="18%"><img src="data:images/mm.jpg"/></td>
<td width="75%"><div><input name="password" type="password" maxlength="11" class="password"/></div></td>
</tr>
</table>
</div>
<div style="height:20px;"></div>
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="28%"> </td>
<td width="8%">
<?php if($_SESSION['remember'] == 1){?><input type="checkbox" name="remember" value="1" checked><?php }else{($_SESSION['remember'] == "")?><input type="checkbox" name="remember" value="1"><?php }?>
</td>
<td width="30%"><a href="#" style="color:#FFF;">记住帐号</a></td>
<td width="7%">
</td>
<td width="27%"><a href="./right/password.php" style="color:#FFF;" target="sc">忘记密码</a></td>
</tr>
</table>
</div>
</td>
<td width="35%" valign="top">
<div style="height:105px;"></div>
<div><input name="sc" type="submit" value="LOGIN" class="Login" />
</div>
</td>
</tr>
</table>
</form>
</div>
<div id="zx">
<div style="height:12px;"></div>
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="8%"> </td>
<td width="33%"><a href="#"><img src="data:images/btn02.jpg"/></a></td>
<td width="59%"><img src="data:images/zx.jpg" /></td>
</tr>
</table>
</div>
<div style="height:10px;"></div>
<div style="margin-left:32px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30%">
<?php while($row=mysql_fetch_array($mysql1)){
$pic=explode('./',$row['url']);
?>
<img src="./admin/<?php echo $pic['1']?>" width="101" height="96"/>
<?php
}?> </td>
<td width="65%"><p style="text-indent:2em; position:relative; width:180px; line-height:16px;"> <?php
$query=mysql_query($zixun);
while($row=mysql_fetch_array($query))
{
echo mb_substr($row['content'],0,220)."—<a href='about.php?id=19'>[更多]</a>"; }
?></p></td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</table>
</div>
<!--*头部*-->
<!--*主体*-->
<div id="Main">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="7%"> </td>
<td width="27%" valign="top">
<div style="height:13px;"></div>
<div><a href="#"><img src="data:images/btn03.jpg" /></a></div>
<div style="height:15px;"></div>
<p style="text-indent:2em; width:240px; line-height:20px; color:#626305;">
<?php
$query=mysql_query($sql1);
while($row=mysql_fetch_array($query))
{
echo mb_substr($row['content'],0,220)."—<a href='about.php?id=18'>[更多]</a>"; }
?></p>
</td>
<td width="31%" valign="top">
<div style="height:35px;"></div>
<div id="QH">
<script type="text/javascript">
var swf_width =240;
var swf_height=164;
var files='./admin/flash/dt01.jpg|./admin/flash/dt02.jpg|./admin/flash/dt03.jpg|./admin/flash/dt04.jpg';
var links='';
var texts='';
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
document.write('<param name="movie" value="flash/bcastr.swf"><param name="quality" value="high">');
document.write('<param name="menu" value="false"><param name=wmode value="transparent">');
document.write('<param name="FlashVars" value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'">');
document.write('<embed src="flash/bcastr.swf" wmode="transparent" FlashVars="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
</script>
</div>
</td>
<td width="35%" valign="top">
<div style="height:13px;"></div>
<div style="margin-left:5px;"><a href="#"><img src="data:images/btn04.jpg" /></a></div>
<div style="height:12px;"></div>
<div style="line-height:20px;"> <?php
$huati1=mysql_query($huati);
while($rows=mysql_fetch_array($huati1))
{
?>
<p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="8%"><img src="data:images/dian01.jpg" /></td>
<td width="92%"><a href="about_renm.php?tt=<?php echo $rows['id']?>&&lr=20"><?php echo $title=mb_substr($rows['title'],0,40);?></a></td>
</tr>
</table>
</p>
<?php
}
?>
</div>
</td>
</tr>
</table>
</div>
<div id="Main_M">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="7%"> </td>
<td width="25%" valign="top">
<div><a href="#"><img src="data:images/btn05.jpg" /></a></div>
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="76%">
<div id="CuPlayer" style="margin-top:5px;">
<strong>酷播迷你(CuPlayerMiniV1.0) You do not have the right Flash Player. Please update.
</strong>
</div>
<div id="video">
<script type="text/javascript">
var so = new SWFObject("CuPlayerMiniV10_Gray_S.swf","CuPlayer","167","113","9","#000000");
so.addParam("allowfullscreen","false");
so.addParam("allowscriptaccess","always");
so.addParam("wmode","opaque");
so.addParam("quality","high");
so.addParam("salign","lt");
so.addVariable("CuPlayerFile","<?php echo $video?>"); //绝对地址
so.addVariable("CuPlayerImage","/cu/FreeDown/Images/flashChangfa2.jpg");
so.addVariable("CuPlayerShowImage","true");
so.addVariable("CuPlayerWidth","167");
so.addVariable("CuPlayerHeight","113");
so.addVariable("CuPlayerAutoPlay","true");
so.addVariable("CuPlayerAutoRepeat","true");
so.addVariable("CuPlayerShowControl","false");
so.addVariable("CuPlayerAutoHideControl","true");
so.write("CuPlayer");
</script>
</div>
</td>
<td width="23%" valign="top">
<div style="width:67px; height:113px; border:1px solid #FFF; margin-top:5px;
overFlow-y: scroll ; ">
<?php
while($row=mysql_fetch_array($queryweb))
{
$pic_video=explode('./',$row['videojieshao']);
?>
<div style=" width:50px; height:44px; margin-top:3px" id="video_<?php echo $row['id']?>">
<img src="./admin/<?php echo $pic_video['1']?>" width="50" height="45" border="0" title="<?php echo $row['videoname']?>" id="<?php echo $row['id']?>"/>
</div>
<script>
$(function(){
$('#video_<?php echo $row['id']?>').click(function(){
var id=<?php echo $row['id']?>;
$.get('./right/video_ajax.php',{id:id},function(data)
{ so.addVariable("CuPlayerFile",data);
so.write("CuPlayer");
// $("#video").html(data);
});
});
});
</script>
<?php
} ?>
</div>
</td>
<td width="1%"> </td>
</tr>
</table>
</div>
</td>
<td width="34%" valign="top">
<div id="ZJJS">
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div class="sb" id="sc1" onMouseMove="setTab('sc',1,3,'sb','sh');">
<div style="height:10px;"></div><a href="#" style="font-size:14px; color:#FFF;">专家介绍</a></div>
</td>
<td>
<div class="sh" id="sc2" onMouseMove="setTab('sc',2,3,'sb','sh');">
<div style="height:6px; overflow:hidden;"></div><a href="#" style="font-size:14px; color:#FFF;">讲座分享</a></div>
</td>
<td>
<div class="sh" id="sc3" onMouseMove="setTab('sc',3,3,'sb','sh');">
<div style="height:6px; overflow:hidden;"></div><a href="#" style="font-size:14px; color:#FFF;">专题报道</a></div>
</td>
</tr>
</table>
</div>
<div id="NR">
<div style="height:25px;"></div>
<div id="con_sc_1">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<?php while($row=mysql_fetch_array($mysql2)){
$pic=explode('./',$row['url']);
?>
<img src="./admin/<?php echo $pic['1']?>" width="122" height="98"/>
<?php
}?>
</td>
<td><p style="text-indent:2em; padding-left:12px; color:#66750f;">
<?php
$query=mysql_query($zhujia);
while($row=mysql_fetch_array($query))
{
echo mb_substr($row['content'],0,220)."—<a href='about.php?id=20' target=''>[更多]</a>"; }
?>
</p></td>
</tr>
</table>
</div>
<div id="con_sc_2" style="display:none;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> <?php while($row=mysql_fetch_array($mysql9)){
$pic=explode('./',$row['url']);
?>
<img src="./admin/<?php echo $pic['1']?>" width="122" height="98"/>
<?php
}?></td>
<td><p style="text-indent:2em; padding-left:12px; color:#66750f;"><?php
$query=mysql_query($zhujia);
while($row=mysql_fetch_array($query))
{
echo mb_substr($row['content'],0,220)."—<a href='about_top.php?id=20'>[更多]</a>"; }
?></p></td>
</tr>
</table>
</div>
<div id="con_sc_3" style="display:none;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><?php while($row=mysql_fetch_array($mysql3)){
$pic=explode('./',$row['url']);
?>
<img src="./admin/<?php echo $pic['1']?>" width="122" height="98"/>
<?php
}?></td>
<td><p style="text-indent:2em; padding-left:12px; color:#66750f;">
<?php
$query=mysql_query($baodao);
while($row=mysql_fetch_array($query))
{
echo mb_substr($row['content'],0,220)."—<a href='about_top.php?id=20'>[更多]</a>"; }
?>
</p></td>
</tr>
</table>
</div>
</div>
</div>
</td>
<td width="34%" valign="top">
<div><a href="#"><img src="data:images/btn08.jpg" /></a></div>
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="44%" valign="top"><div style="margin-top:35px;">
<?php while($row=mysql_fetch_array($mysql8)){
$pic=explode('./',$row['url']);
?>
<img src="./admin/<?php echo $pic['1']?>" width="134" height="100"/>
<?php
}?>
</div></td>
<td width="56%" valign="top">
<div>
<p style="font-size:13px; font-weight:bold;"><a href="#" style="color:#91b3d3;">301医院体检中心</a></p>
<div style="height:15px;"></div>
<p style="text-indent:2em; width:135px; color:#66750f;"> <?php
$query=mysql_query($tijian);
while($row=mysql_fetch_array($query))
{
echo mb_substr($row['content'],0,220)."—<a href='about.php?id=21'>[更多]</a>"; }
?>
</p>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<div id="Main_F">
<div style="margin-left:70px;"><a href="#"><img src="data:images/btn09.jpg" /></a></div>
<div id="Main_GD">
<table width="0%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="698">
<div id="Boxh" style="overflow:hidden;" class="Boxt">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<?php
$querytp=mysql_query($tupian);
while($tupian1=mysql_fetch_array($querytp))
{
$tupian=explode('./',$tupian1['picurl']);
?>
<td><a href="#"><img src="<?php echo "./admin/".$tupian[1]?>" width="97" height="129" title="<?php echo $tupian1['name']?>"/></a></td>
<?
}
?>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<script type="text/javascript">
<!--
var YmJ=new Marquee("Boxh");
YmJ.Direction="left";
YmJ.Step=1;
YmJ.Width=860;
YmJ.Height=139;
YmJ.Timer=20;
YmJ.ScrollStep=1;//此句禁止鼠标控制
//boxleft.onclick=function(){YmJ.Direction=2};
//boxright.onclick=function(){YmJ.Direction=3};
YmJ.Start();
-->
</script>
</div>
<div id="YQ">
<div style="height:10px;"></div>
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="4%"> </td>
<td width="12%"><img src="data:images/btn10.jpg" /></td>
<?php
$webquery=mysql_query($sql2);
while($link=mysql_fetch_array($webquery))
{
?>
<td width="10%"><a href="<?php echo $link['url']?>"><?php echo $link['linkname']; ?></a> </td>
<?
}
?>
</tr>
</table>
</div>
</div>
<!--*主体*-->
<!--*页脚*-->
<div id="Footer">
<div id="F_top"></div>
<div style="height:15px;"></div>
<div>
<p style="text-align:center; line-height:20px; color:#66750f;"><a href="#">网站调查</a> | <a href="#">法律声明</a> | <a href="#">联系我们</a> | <a href="#">即时通讯</a><br />
版权:四川和杏健康管理有限公司 | 蜀ICP备09009357号 | 电话:028-85503573 技术支持:<a href="http://www.sungyou.com">中国商友网</a><br />
地址:四川省成都市人民南路三段十七号华西校园内 | 咨询热线:028-85503573 | 健康热线:028-85501120 传真:028-85503573 </p>
</div>
</div>
<!--*页脚*-->
</div>
</body>
</html>
<?php
session_start();
include "./admin/config.php";
include "./right/sql.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>四川和杏健康管理有限公司</title>
<link href="css/index.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="Js/Public.js"></script>
<script type="text/javascript" src="Js/MSClass.js"></script>
<script type="text/javascript" src="Js/jquery-1.5.2.min.js"></script>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<script type="text/javascript" src="data:images/swfobject.js"></script>
<script type="text/javascript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
</head> <body>
<div id="BGmain">
<!--*头部*-->
<div id="Bg_top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="29%" valign="top">
<div id="Logo"></div>
</td>
<td width="55%" valign="top">
<div id="kh"></div>
</td>
<td width="16%" valign="top">
<div style="height:23px;"></div>
<div><a href="index.php" style="color:#989696;">返回首页</a> | <a href="#" style="color:#989696;">设为首页</a></div>
</td>
</tr>
</table>
</div>
<div id="Nav">
<ul>
<li style="margin-left:25px;"><a href="index.php">首页</a></li> <?php
$query=mysql_query($sql);
while($row=mysql_fetch_array($query))
{
echo "<li><img src='images/xian.jpg'/></li><li><a href='about.php?id=$row[id]&&abc=$row[lm]'>".$row['lm']."</a></li>";
}
?>
</ul>
</div>
<div style="clear:both; font-size:0px;"></div>
<div style="width:966px; height:336px; margin:0px auto;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<div id="Flash">
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="591" height="336">
<param name="movie" value="flash/dt01.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="6.0.65.0" />
<embed height="336" width="591" src="flash/dt01.swf" quality="high" pluginspage=" http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="Transparent">
</object>
</div>
</td>
<td valign="top">
<div id="Login">
<form action="./right/login.php" method="post">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="65%" valign="top">
<div style="height:50px;"></div>
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="7%"> </td>
<td width="18%"><img src="data:images/zh.jpg"/></td>
<td width="75%"><div><input name="zhanghao" type="text" value="<?php echo $_SESSION['zhanghao'];?>" maxlength="11" class="zhanghao" /></div></td>
</tr>
</table>
</div>
<div style="height:9px; overflow:hidden;"></div>
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="7%"> </td>
<td width="18%"><img src="data:images/mm.jpg"/></td>
<td width="75%"><div><input name="password" type="password" maxlength="11" class="password"/></div></td>
</tr>
</table>
</div>
<div style="height:20px;"></div>
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="28%"> </td>
<td width="8%">
<?php if($_SESSION['remember'] == 1){?><input type="checkbox" name="remember" value="1" checked><?php }else{($_SESSION['remember'] == "")?><input type="checkbox" name="remember" value="1"><?php }?>
</td>
<td width="30%"><a href="#" style="color:#FFF;">记住帐号</a></td>
<td width="7%">
</td>
<td width="27%"><a href="./right/password.php" style="color:#FFF;" target="sc">忘记密码</a></td>
</tr>
</table>
</div>
</td>
<td width="35%" valign="top">
<div style="height:105px;"></div>
<div><input name="sc" type="submit" value="LOGIN" class="Login" />
</div>
</td>
</tr>
</table>
</form>
</div>
<div id="zx">
<div style="height:12px;"></div>
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="8%"> </td>
<td width="33%"><a href="#"><img src="data:images/btn02.jpg"/></a></td>
<td width="59%"><img src="data:images/zx.jpg" /></td>
</tr>
</table>
</div>
<div style="height:10px;"></div>
<div style="margin-left:32px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30%">
<?php while($row=mysql_fetch_array($mysql1)){
$pic=explode('./',$row['url']);
?>
<img src="./admin/<?php echo $pic['1']?>" width="101" height="96"/>
<?php
}?> </td>
<td width="65%"><p style="text-indent:2em; position:relative; width:180px; line-height:16px;"> <?php
$query=mysql_query($zixun);
while($row=mysql_fetch_array($query))
{
echo mb_substr($row['content'],0,220)."—<a href='about.php?id=19'>[更多]</a>"; }
?></p></td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</table>
</div>
<!--*头部*-->
<!--*主体*-->
<div id="Main">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="7%"> </td>
<td width="27%" valign="top">
<div style="height:13px;"></div>
<div><a href="#"><img src="data:images/btn03.jpg" /></a></div>
<div style="height:15px;"></div>
<p style="text-indent:2em; width:240px; line-height:20px; color:#626305;">
<?php
$query=mysql_query($sql1);
while($row=mysql_fetch_array($query))
{
echo mb_substr($row['content'],0,220)."—<a href='about.php?id=18'>[更多]</a>"; }
?></p>
</td>
<td width="31%" valign="top">
<div style="height:35px;"></div>
<div id="QH">
<script type="text/javascript">
var swf_width =240;
var swf_height=164;
var files='./admin/flash/dt01.jpg|./admin/flash/dt02.jpg|./admin/flash/dt03.jpg|./admin/flash/dt04.jpg';
var links='';
var texts='';
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
document.write('<param name="movie" value="flash/bcastr.swf"><param name="quality" value="high">');
document.write('<param name="menu" value="false"><param name=wmode value="transparent">');
document.write('<param name="FlashVars" value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'">');
document.write('<embed src="flash/bcastr.swf" wmode="transparent" FlashVars="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
</script>
</div>
</td>
<td width="35%" valign="top">
<div style="height:13px;"></div>
<div style="margin-left:5px;"><a href="#"><img src="data:images/btn04.jpg" /></a></div>
<div style="height:12px;"></div>
<div style="line-height:20px;"> <?php
$huati1=mysql_query($huati);
while($rows=mysql_fetch_array($huati1))
{
?>
<p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="8%"><img src="data:images/dian01.jpg" /></td>
<td width="92%"><a href="about_renm.php?tt=<?php echo $rows['id']?>&&lr=20"><?php echo $title=mb_substr($rows['title'],0,40);?></a></td>
</tr>
</table>
</p>
<?php
}
?>
</div>
</td>
</tr>
</table>
</div>
<div id="Main_M">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="7%"> </td>
<td width="25%" valign="top">
<div><a href="#"><img src="data:images/btn05.jpg" /></a></div>
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="76%">
<div id="CuPlayer" style="margin-top:5px;">
<strong>酷播迷你(CuPlayerMiniV1.0) You do not have the right Flash Player. Please update.
</strong>
</div>
<div id="video">
<script type="text/javascript">
var so = new SWFObject("CuPlayerMiniV10_Gray_S.swf","CuPlayer","167","113","9","#000000");
so.addParam("allowfullscreen","false");
so.addParam("allowscriptaccess","always");
so.addParam("wmode","opaque");
so.addParam("quality","high");
so.addParam("salign","lt");
so.addVariable("CuPlayerFile","<?php echo $video?>"); //绝对地址
so.addVariable("CuPlayerImage","/cu/FreeDown/Images/flashChangfa2.jpg");
so.addVariable("CuPlayerShowImage","true");
so.addVariable("CuPlayerWidth","167");
so.addVariable("CuPlayerHeight","113");
so.addVariable("CuPlayerAutoPlay","true");
so.addVariable("CuPlayerAutoRepeat","true");
so.addVariable("CuPlayerShowControl","false");
so.addVariable("CuPlayerAutoHideControl","true");
so.write("CuPlayer");
</script>
</div>
</td>
<td width="23%" valign="top">
<div style="width:67px; height:113px; border:1px solid #FFF; margin-top:5px;
overFlow-y: scroll ; ">
<?php
while($row=mysql_fetch_array($queryweb))
{
$pic_video=explode('./',$row['videojieshao']);
?>
<div style=" width:50px; height:44px; margin-top:3px" id="video_<?php echo $row['id']?>">
<img src="./admin/<?php echo $pic_video['1']?>" width="50" height="45" border="0" title="<?php echo $row['videoname']?>" id="<?php echo $row['id']?>"/>
</div>
<script>
$(function(){
$('#video_<?php echo $row['id']?>').click(function(){
var id=<?php echo $row['id']?>;
$.get('./right/video_ajax.php',{id:id},function(data)
{ so.addVariable("CuPlayerFile",data);
so.write("CuPlayer");
// $("#video").html(data);
});
});
});
</script>
<?php
} ?>
</div>
</td>
<td width="1%"> </td>
</tr>
</table>
</div>
</td>
<td width="34%" valign="top">
<div id="ZJJS">
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div class="sb" id="sc1" onMouseMove="setTab('sc',1,3,'sb','sh');">
<div style="height:10px;"></div><a href="#" style="font-size:14px; color:#FFF;">专家介绍</a></div>
</td>
<td>
<div class="sh" id="sc2" onMouseMove="setTab('sc',2,3,'sb','sh');">
<div style="height:6px; overflow:hidden;"></div><a href="#" style="font-size:14px; color:#FFF;">讲座分享</a></div>
</td>
<td>
<div class="sh" id="sc3" onMouseMove="setTab('sc',3,3,'sb','sh');">
<div style="height:6px; overflow:hidden;"></div><a href="#" style="font-size:14px; color:#FFF;">专题报道</a></div>
</td>
</tr>
</table>
</div>
<div id="NR">
<div style="height:25px;"></div>
<div id="con_sc_1">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<?php while($row=mysql_fetch_array($mysql2)){
$pic=explode('./',$row['url']);
?>
<img src="./admin/<?php echo $pic['1']?>" width="122" height="98"/>
<?php
}?>
</td>
<td><p style="text-indent:2em; padding-left:12px; color:#66750f;">
<?php
$query=mysql_query($zhujia);
while($row=mysql_fetch_array($query))
{
echo mb_substr($row['content'],0,220)."—<a href='about.php?id=20' target=''>[更多]</a>"; }
?>
</p></td>
</tr>
</table>
</div>
<div id="con_sc_2" style="display:none;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> <?php while($row=mysql_fetch_array($mysql9)){
$pic=explode('./',$row['url']);
?>
<img src="./admin/<?php echo $pic['1']?>" width="122" height="98"/>
<?php
}?></td>
<td><p style="text-indent:2em; padding-left:12px; color:#66750f;"><?php
$query=mysql_query($zhujia);
while($row=mysql_fetch_array($query))
{
echo mb_substr($row['content'],0,220)."—<a href='about_top.php?id=20'>[更多]</a>"; }
?></p></td>
</tr>
</table>
</div>
<div id="con_sc_3" style="display:none;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><?php while($row=mysql_fetch_array($mysql3)){
$pic=explode('./',$row['url']);
?>
<img src="./admin/<?php echo $pic['1']?>" width="122" height="98"/>
<?php
}?></td>
<td><p style="text-indent:2em; padding-left:12px; color:#66750f;">
<?php
$query=mysql_query($baodao);
while($row=mysql_fetch_array($query))
{
echo mb_substr($row['content'],0,220)."—<a href='about_top.php?id=20'>[更多]</a>"; }
?>
</p></td>
</tr>
</table>
</div>
</div>
</div>
</td>
<td width="34%" valign="top">
<div><a href="#"><img src="data:images/btn08.jpg" /></a></div>
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="44%" valign="top"><div style="margin-top:35px;">
<?php while($row=mysql_fetch_array($mysql8)){
$pic=explode('./',$row['url']);
?>
<img src="./admin/<?php echo $pic['1']?>" width="134" height="100"/>
<?php
}?>
</div></td>
<td width="56%" valign="top">
<div>
<p style="font-size:13px; font-weight:bold;"><a href="#" style="color:#91b3d3;">301医院体检中心</a></p>
<div style="height:15px;"></div>
<p style="text-indent:2em; width:135px; color:#66750f;"> <?php
$query=mysql_query($tijian);
while($row=mysql_fetch_array($query))
{
echo mb_substr($row['content'],0,220)."—<a href='about.php?id=21'>[更多]</a>"; }
?>
</p>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<div id="Main_F">
<div style="margin-left:70px;"><a href="#"><img src="data:images/btn09.jpg" /></a></div>
<div id="Main_GD">
<table width="0%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="698">
<div id="Boxh" style="overflow:hidden;" class="Boxt">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<?php
$querytp=mysql_query($tupian);
while($tupian1=mysql_fetch_array($querytp))
{
$tupian=explode('./',$tupian1['picurl']);
?>
<td><a href="#"><img src="<?php echo "./admin/".$tupian[1]?>" width="97" height="129" title="<?php echo $tupian1['name']?>"/></a></td>
<?
}
?>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<script type="text/javascript">
<!--
var YmJ=new Marquee("Boxh");
YmJ.Direction="left";
YmJ.Step=1;
YmJ.Width=860;
YmJ.Height=139;
YmJ.Timer=20;
YmJ.ScrollStep=1;//此句禁止鼠标控制
//boxleft.onclick=function(){YmJ.Direction=2};
//boxright.onclick=function(){YmJ.Direction=3};
YmJ.Start();
-->
</script>
</div>
<div id="YQ">
<div style="height:10px;"></div>
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="4%"> </td>
<td width="12%"><img src="data:images/btn10.jpg" /></td>
<?php
$webquery=mysql_query($sql2);
while($link=mysql_fetch_array($webquery))
{
?>
<td width="10%"><a href="<?php echo $link['url']?>"><?php echo $link['linkname']; ?></a> </td>
<?
}
?>
</tr>
</table>
</div>
</div>
<!--*主体*-->
<!--*页脚*-->
<div id="Footer">
<div id="F_top"></div>
<div style="height:15px;"></div>
<div>
<p style="text-align:center; line-height:20px; color:#66750f;"><a href="#">网站调查</a> | <a href="#">法律声明</a> | <a href="#">联系我们</a> | <a href="#">即时通讯</a><br />
版权:四川和杏健康管理有限公司 | 蜀ICP备09009357号 | 电话:028-85503573 技术支持:<a href="http://www.sungyou.com">中国商友网</a><br />
地址:四川省成都市人民南路三段十七号华西校园内 | 咨询热线:028-85503573 | 健康热线:028-85501120 传真:028-85503573 </p>
</div>
</div>
<!--*页脚*-->
</div>
</body>
</html>
<?php include ("config.php"); ?>
<?php
$idd=$_GET['idd'];
$aa=$_POST['username'];
$ab=$_POST['password'];
$bb= md5($ab); $exec="update admin set user_name='".$aa."',user_pwd='".$bb."' where id=".$idd."";
$result=mysql_query($exec);
echo"<Script Language=JavaScript>alert('操作成功');window.location='admin_admin.php';</Script>";
?>
<?php session_start();?>
<html>
<head>
<base target="_self">
<STYLE type="text/css">
<!--
a:link {text-decoration: none; font-family: AdobeSm; color: #000000 }
a:visited {text-decoration: none; color: #000000 }
A:hover {COLOR: green; FONT-FAMILY: "宋体,MingLiU"; TEXT-DECORATION: underline}
body {font-size: 9pt; font-family: 宋体,MingLiU, Arial;color: #000000}
TD {FONT-SIZE: 9pt; FONT-FAMILY: "宋体,MingLiU, Arial";color: #000000;table-layout:fixed;word-break:break-all}
p {FONT-SIZE: 9pt; FONT-FAMILY: "宋体,MingLiU, Arial";color: #000000}
input {FONT-SIZE: 9pt; FONT-FAMILY: "宋体,MingLiU, Arial";color: #000000}
body {margin-top: 0; margin-bottom: 0;margin-left:0;margin-right:0; color: #000000}
select {FONT-SIZE: 9PT;}
option {FONT-SIZE: 9pt;}
textarea {FONT-SIZE: 9pt;}
-->
</STYLE>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" bgcolor="#EFEFDE">
<div align="center">
<table border="0" width="760" id="table1" cellspacing="0" cellpadding="0" >
<tr>
<td><div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table3">
<tr>
<td> </td>
<td> </td>
<td ><p align="right"> </td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td align=center><!--webbot BOT="GeneratedScript" PREVIEW=" " startspan -->
<script Language="JavaScript" Type="text/javascript"><!--
function FrontPage_Form1_Validator(theForm)
{ if (theForm.title.value == "")
{
alert("请在 新闻信息标题 域中输入值。");
theForm.title.focus();
return (false);
} if (theForm.title.value.length < 1)
{
alert("在 新闻信息标题 域中,请至少输入 1 个字符。");
theForm.title.focus();
return (false);
} if (theForm.title.value.length > 100)
{
alert("在 新闻信息标题 域中,请最多输入 100 个字符。");
theForm.title.focus();
return (false);
} if (theForm.zz.value == "")
{
alert("请在 来源作者 域中输入值。");
theForm.zz.focus();
return (false);
} if (theForm.zz.value.length > 40)
{
alert("在 来源作者 域中,请最多输入 40 个字符。");
theForm.zz.focus();
return (false);
} }
//--></script>
<!--webbot BOT="GeneratedScript" endspan -->
<form method="POST" action="news_add_save.php?id=<%=id%>&tgid=<%=tgid%>" onSubmit="return FrontPage_Form1_Validator(this)" language="JavaScript" name="FrontPage_Form1">
<table border="0" width="753" id="table2" cellpadding="5" style="border-collapse: collapse" bordercolor="#80ABF4">
<tr>
<td width="13%" align="center">新闻标题:</td>
<td width="61%">
<!--webbot bot="Validation" s-display-name="新闻信息标题" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="100" -->
<input type="text" name="title" size="48" maxlength="100"></td>
</tr>
<tr>
<td width="13%" align="center">信息来源:</td>
<td width="61%">
<input type="text" name="zz" size="14" maxlength="40" value="<? echo $_SESSION['admin']; ?>">
</td>
<td width="26%"><!--webbot bot="Validation" s-display-name="来源作者" b-value-required="TRUE" i-maximum-length="40" -->
<textarea name="content" style="display:none" cols="1" rows="1"><%if content<>"" then response.write content%>
</textarea></td>
</tr>
<tr>
<td colspan="3"><input type="hidden" name="content1" value="">
<iframe id="eWebEditor1" SRC="phpedit/ewebeditor.htm?id=content1&style=light" FRAMEBORDER="0" SCROLLING="no" WIDTH="100%" HEIGHT="499" ></IFRAME></td>
</tr>
<tr> </tr>
<tr>
<td width="13%" align="center">添加时间</td>
<td width="61%">
<input type="text" name="addtime" size="20" value="<?php echo $showtime=date("Y-m-d H:i:s",time()+8*3600);?> " maxlength="30">
格式:<%=now()%></td>
<td width="26%"> </td>
</tr>
</table>
<p align="center">
<input type="submit" value=" 保 存 " name="B1">
<input type="reset" value=" 重 置 " name="B2">
</p>
</form>
<p> </td>
</tr>
</table>
</div>
</body>
</html>
php企业建站源码的更多相关文章
- 2014年4月底至5月初51Aspx源码发布详情
精灵豆会员管理系统源码 2014-4-21 [VS2010]功能介绍:精灵豆会员管理系统业务管理平台采用微软选进的C#语言开发,采用大型数据库,具有比较高的执行效率和高安全性.系统分为消费管理,会员 ...
- 2014年4月份第3周51Aspx源码发布详情
WPY净水机网站源码 2014-4-14 [VS2008]源码描述: 实现产品展示,在线留言,信息发布,在线咨询,营销网络地图. 网站基本管理:网站banner管理 管理首页滚动图片信息 网站右下部 ...
- 2014年4月份第2周51Aspx源码发布详情
HFC代码转化工具源码 2014-4-8 [VS2010]源码描述:HFC代码转化工具源码 1.主要实现HTML代码转化为C#或者JS代码,为我们平时编码节省时间. 2.把代码复制到面板上,通过右键 ...
- 2014年3月份第3周51Aspx源码发布详情
WPF翻书效果源码 2014-3-17 [VS2010]源码描述:WPF翻书效果源码:多点触控的一个Demo,利用鼠标可以实现图书翻页效果:适合新手学习研究. TL简单家具网新手源码 2014-3 ...
- 2014年3月份第1周51Aspx源码发布详情
Graphics创建饼图示例源码 2014-3-7 [VS2010]源码描述:这个程序是一个在c#中使用图形类用来创建饼图,此程序是用Graphics 类的DrawPie() 和 FillPie() ...
- 2014年2月份第4周51Aspx源码发布详情
AM自定义报表管理系统源码 2014-2-28 [VS2010]源码描述: 本系统有以下特色之处: 1.一套软件,多点登陆,根据权限不同共同管理报表,适应于前期获取客户需求报表字段使用. 2.客户自 ...
- 【原】Android热更新开源项目Tinker源码解析系列之三:so热更新
本系列将从以下三个方面对Tinker进行源码解析: Android热更新开源项目Tinker源码解析系列之一:Dex热更新 Android热更新开源项目Tinker源码解析系列之二:资源文件热更新 A ...
- C# ini文件操作【源码下载】
介绍C#如何对ini文件进行读写操作,C#可以通过调用[kernel32.dll]文件中的 WritePrivateProfileString()和GetPrivateProfileString()函 ...
- 【原】FMDB源码阅读(三)
[原]FMDB源码阅读(三) 本文转载请注明出处 —— polobymulberry-博客园 1. 前言 FMDB比较优秀的地方就在于对多线程的处理.所以这一篇主要是研究FMDB的多线程处理的实现.而 ...
随机推荐
- 下载安装tomcat和jdk,配置运行环境,与Intellij idea 2017关联
第一篇博客,最近公司要用java和jsp开发新的项目,第一次使用Intellij idea 2017,有很多地方需要一步步配置,有些按照网上的教程很快就配置好了,有的还是琢磨了一会儿,在这里做一个记录 ...
- uiautomatorviewer错误 unable toconnect to adb
报错信息: 如图为adb所在路径: 编辑uiautomatorviewer.bat文件,修改最后一行, 修改前: call "%java_exe%" "-Djava.ex ...
- AQS是什么?
AQS介绍 AQS,即AbstractQueuedSynchronizer, 队列同步器,它是Java并发用来构建锁和其他同步组件的基础框架.来看下同步组件对AQS的使用: AQS是一个抽象类,主是是 ...
- 给大一新生学习c程序的一些建议的一些建议
这是一篇给刚学习c程序的学弟们的一篇日志.如果想学好c程序,以及不想走太多弯路,希望能看一下这篇文章,如果说基础较好,或者说已经是大二,大三,这篇文章不会有什么帮助. 刚转到软件工程系,加了几个新生群 ...
- Codeforces 797C - Minimal string
C. Minimal string 题目链接:http://codeforces.com/problemset/problem/797/C time limit per test 1 second m ...
- 当启动tomcat时出现tomcat setting should be set in tomcat preference page
转自:https://blog.csdn.net/withyou_wy/article/details/53081800 出现此状况证明你的tomcat在配置的时候没有配置成功,通过以下两个步骤即可以 ...
- ionic日历插件
1:引入插件的两个文件 timePicker.js 和timePicker.css文件 2:填加插件模块到项目模块中CorderYuan->app.js的moudule 3:在 ...
- Run keyword if
Wait For Page Ready ${a} Run Keyword And Return Status Page Should Contain 新建 log ${a} Run Keyword I ...
- m_Orchestrate learning system---mo系统权限思考
m_Orchestrate learning system---mo系统权限思考 一.总结 一句话总结:注意不同身份访问同一客户端时候的权限,比如面板显示,比如功能按钮 权限 面板 功能 1.小组之间 ...
- 最新的vueWebpack项目
最近优化了我的vueWebpack多入口框架,感觉清新了好多:http://pan.baidu.com/s/1bNYJp0