• php企业建站源码


    php企业建站源码

       1 <?php
       2 session_start();
       3 include "./admin/config.php";
       4 include "./right/sql.php";
       5 ?>
       6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       7 <html xmlns="http://www.w3.org/1999/xhtml">
       8 <head>
       9 <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
      10 <title>四川和杏健康管理有限公司</title>
      11 <link href="css/index.css" rel="stylesheet" type="text/css" />
      12 <script type="text/javascript" src="Js/Public.js"></script>
      13 <script type="text/javascript" src="Js/MSClass.js"></script>
      14 <script type="text/javascript" src="Js/jquery-1.5.2.min.js"></script>
      15 <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
      16 <script type="text/javascript" src="images/swfobject.js"></script>
      17 <script type="text/javascript">
      18 <!--
      19 function MM_jumpMenu(targ,selObj,restore){ //v3.0
      20   eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
      21   if (restore) selObj.selectedIndex=0;
      22 }
      23 //-->
      24 </script>
      25 </head>
      26 
      27 <body>
      28 <div id="BGmain">
      29 <!--*头部*-->
      30 <div id="Bg_top">
      31 <table width="100%" border="0" cellspacing="0" cellpadding="0">
      32           <tr>
      33             <td width="29%" valign="top">
      34             <div id="Logo"></div>
      35             </td>
      36             <td width="55%" valign="top">
      37             <div id="kh"></div>
      38             </td>
      39             <td width="16%" valign="top">
      40             <div style="height:23px;"></div>
      41             <div><a href="index.php" style="color:#989696;">返回首页</a> | <a href="#" style="color:#989696;">设为首页</a></div>
      42             </td>
      43           </tr>
      44         </table>
      45 </div>
      46 <div id="Nav">
      47     <ul>
      48         <li style="margin-left:25px;"><a href="index.php">首页</a></li>
      49      
      50         <?php
      51           $query=mysql_query($sql);
      52           while($row=mysql_fetch_array($query))
      53           {
      54             echo "<li><img src='images/xian.jpg'/></li><li><a href='about.php?id=$row[id]&&abc=$row[lm]'>".$row['lm']."</a></li>";
      55           }
      56         ?>
      57     </ul>
      58 </div>
      59 <div style="clear:both; font-size:0px;"></div>
      60 <div style="966px; height:336px; margin:0px auto;">
      61 <table width="100%" border="0" cellspacing="0" cellpadding="0">
      62   <tr>
      63     <td valign="top">
      64     <div id="Flash">
      65       <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="591" height="336">
      66         <param name="movie" value="flash/dt01.swf" />
      67         <param name="quality" value="high" />
      68         <param name="wmode" value="transparent" />
      69         <param name="swfversion" value="6.0.65.0" />
      70         <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">
      71       </object>
      72     </div>
      73     </td>
      74     <td valign="top">
      75     <div id="Login">
      76     <form action="./right/login.php" method="post">
      77         <table width="100%" border="0" cellspacing="0" cellpadding="0">
      78           <tr>
      79             <td width="65%" valign="top">
      80             <div style="height:50px;"></div>
      81             <div>
      82                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
      83                   <tr>
      84                     <td width="7%">&nbsp;</td>
      85                     <td width="18%"><img src="images/zh.jpg"/></td>
      86                     <td width="75%"><div><input name="zhanghao" type="text" value="<?php echo $_SESSION['zhanghao'];?>" maxlength="11" class="zhanghao" /></div></td>
      87                   </tr>
      88                 </table>
      89             </div>
      90             <div style="height:9px; overflow:hidden;"></div>
      91             <div>
      92                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
      93                   <tr>
      94                     <td width="7%">&nbsp;</td>
      95                     <td width="18%"><img src="images/mm.jpg"/></td>
      96                     <td width="75%"><div><input name="password" type="password"  maxlength="11" class="password"/></div></td>
      97                   </tr>
      98                 </table>
      99             </div>
     100             <div style="height:20px;"></div>
     101             <div>
     102                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
     103                   <tr>
     104                     <td width="28%">&nbsp;</td>
     105                     <td width="8%">
     106                     <?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 }?>
     107                     </td>
     108                     <td width="30%"><a href="#" style="color:#FFF;">记住帐号</a></td>
     109                     <td width="7%">
     110                     </td>
     111                     <td width="27%"><a href="./right/password.php" style="color:#FFF;" target="sc">忘记密码</a></td>
     112                   </tr>
     113                 </table>
     114             </div>
     115             </td>
     116             <td width="35%" valign="top">
     117             <div style="height:105px;"></div>
     118             <div><input name="sc" type="submit" value="LOGIN" class="Login" />
     119             </div>
     120             </td>
     121           </tr>
     122         </table>
     123         </form>
     124     </div>
     125     <div id="zx">
     126         <div style="height:12px;"></div>
     127         <div>
     128         <table width="100%" border="0" cellspacing="0" cellpadding="0">
     129           <tr>
     130             <td width="8%">&nbsp;</td>
     131             <td width="33%"><a href="#"><img src="images/btn02.jpg"/></a></td>
     132             <td width="59%"><img src="images/zx.jpg" /></td>
     133           </tr>
     134         </table>
     135         </div>
     136         <div style="height:10px;"></div>
     137         <div style="margin-left:32px;">
     138             <table width="100%" border="0" cellspacing="0" cellpadding="0">
     139               <tr>
     140                 <td width="30%">
     141                 <?php while($row=mysql_fetch_array($mysql1)){
     142                       $pic=explode('./',$row['url']);
     143                        ?>
     144                         <img src="./admin/<?php echo $pic['1']?>" width="101" height="96"/>
     145                        <?php
     146                     }?>
     147                
     148                 </td>
     149                 <td width="65%"><p style="text-indent:2em; position:relative; 180px; line-height:16px;"> <?php
     150                         $query=mysql_query($zixun);
     151                         while($row=mysql_fetch_array($query))
     152                         {
     153                           echo mb_substr($row['content'],0,220)."—<a href='about.php?id=19'>[更多]</a>";
     154                          
     155                         }
     156                         ?></p></td>
     157               </tr>
     158             </table>
     159         </div>
     160     </div>
     161     </td>
     162   </tr>
     163 </table>
     164 </div>
     165 <!--*头部*-->
     166 <!--*主体*-->
     167 <div id="Main">
     168 <table width="100%" border="0" cellspacing="0" cellpadding="0">
     169       <tr>
     170         <td width="7%">&nbsp;</td>
     171         <td width="27%" valign="top">
     172         <div style="height:13px;"></div>
     173         <div><a href="#"><img src="images/btn03.jpg" /></a></div>
     174         <div style="height:15px;"></div>
     175         <p style="text-indent:2em; 240px; line-height:20px; color:#626305;">
     176         <?php
     177         $query=mysql_query($sql1);
     178         while($row=mysql_fetch_array($query))
     179         {
     180           echo mb_substr($row['content'],0,220)."—<a href='about.php?id=18'>[更多]</a>";
     181          
     182         }
     183         ?></p>
     184         </td>
     185         <td width="31%" valign="top">
     186         <div style="height:35px;"></div>
     187         <div id="QH">
     188               <script type="text/javascript">
     189                  var swf_width =240;
     190                  var swf_height=164;
     191                  var files='./admin/flash/dt01.jpg|./admin/flash/dt02.jpg|./admin/flash/dt03.jpg|./admin/flash/dt04.jpg';
     192                  var links='';
     193                  var texts='';
     194                  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 +'">');
     195                  document.write('<param name="movie" value="flash/bcastr.swf"><param name="quality" value="high">');
     196                  document.write('<param name="menu" value="false"><param name=wmode value="transparent">');
     197                  document.write('<param name="FlashVars" value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'">');
     198                  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" />'); 
     199                  document.write('</object>'); 
     200                  </script>
     201         </div>
     202         </td>
     203         <td width="35%" valign="top">
     204         <div style="height:13px;"></div>
     205         <div style="margin-left:5px;"><a href="#"><img src="images/btn04.jpg" /></a></div>
     206         <div style="height:12px;"></div>
     207         <div style="line-height:20px;">
     208             
     209             <?php
     210               $huati1=mysql_query($huati);
     211               while($rows=mysql_fetch_array($huati1))
     212               {
     213               ?>
     214               <p>
     215               <table width="100%" border="0" cellspacing="0" cellpadding="0">
     216                   <tr>
     217                     <td width="8%"><img src="images/dian01.jpg" /></td>
     218                     <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>
     219                   </tr>
     220           </table>
     221              </p>
     222               <?php
     223               }
     224             ?>
     225         </div>
     226         </td>
     227       </tr>
     228     </table>
     229 </div>
     230 <div id="Main_M">
     231 <table width="100%" border="0" cellspacing="0" cellpadding="0">
     232       <tr>
     233         <td width="7%">&nbsp;</td>
     234         <td width="25%" valign="top">
     235         <div><a href="#"><img src="images/btn05.jpg" /></a></div>
     236         <div>
     237             <table width="100%" border="0" cellspacing="0" cellpadding="0">
     238               <tr>
     239                 <td width="76%">
     240                 <div id="CuPlayer" style="margin-top:5px;">
     241                 <strong>酷播迷你(CuPlayerMiniV1.0) You do not have the right Flash Player. Please update.
     242                 </strong>
     243                 </div>
     244                 <div id="video">
     245                 <script type="text/javascript">
     246                 var so = new SWFObject("CuPlayerMiniV10_Gray_S.swf","CuPlayer","167","113","9","#000000");
     247                 so.addParam("allowfullscreen","false");
     248                 so.addParam("allowscriptaccess","always");
     249                 so.addParam("wmode","opaque");
     250                 so.addParam("quality","high");
     251                 so.addParam("salign","lt");
     252                 so.addVariable("CuPlayerFile","<?php echo $video?>"); //绝对地址
     253                 so.addVariable("CuPlayerImage","/cu/FreeDown/Images/flashChangfa2.jpg");
     254                 so.addVariable("CuPlayerShowImage","true");
     255                 so.addVariable("CuPlayerWidth","167");
     256                 so.addVariable("CuPlayerHeight","113");
     257                 so.addVariable("CuPlayerAutoPlay","true");
     258                 so.addVariable("CuPlayerAutoRepeat","true");
     259                 so.addVariable("CuPlayerShowControl","false");
     260                 so.addVariable("CuPlayerAutoHideControl","true");
     261                 so.write("CuPlayer");
     262                 </script>
     263                 </div>
     264                 </td>
     265                 <td width="23%" valign="top">
     266                 <div style="67px; height:113px; border:1px solid #FFF; margin-top:5px;
     267 overFlow-y: scroll ; ">
     268 <?php
     269 while($row=mysql_fetch_array($queryweb))
     270   {
     271      $pic_video=explode('./',$row['videojieshao']);
     272       ?>
     273       <div style=" 50px; height:44px; margin-top:3px" id="video_<?php echo $row['id']?>">
     274       <img src="./admin/<?php echo $pic_video['1']?>"  width="50" height="45" border="0" title="<?php echo $row['videoname']?>" id="<?php echo $row['id']?>"/>
     275       </div>
     276       <script>
     277 $(function(){
     278   $('#video_<?php echo $row['id']?>').click(function(){
     279       var id=<?php echo $row['id']?>;
     280       $.get('./right/video_ajax.php',{id:id},function(data)
     281         {
     282            
     283            so.addVariable("CuPlayerFile",data);
     284            so.write("CuPlayer");
     285           // $("#video").html(data);                                                                              
     286         });
     287     });           
     288 });
     289 </script>
     290       <?php
     291   }
     292 
     293 ?>
     294                 </div>
     295                 </td>
     296                 <td width="1%">&nbsp;</td>
     297               </tr>
     298             </table>
     299         </div>
     300         </td>
     301         <td width="34%" valign="top">
     302         <div id="ZJJS">
     303             <div>
     304                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
     305                   <tr>
     306                     <td>
     307                     <div class="sb" id="sc1" onMouseMove="setTab('sc',1,3,'sb','sh');">
     308                     <div style="height:10px;"></div><a href="#" style="font-size:14px; color:#FFF;">专家介绍</a></div>
     309                     </td>
     310                     <td>
     311                     <div class="sh" id="sc2" onMouseMove="setTab('sc',2,3,'sb','sh');">
     312                     <div style="height:6px; overflow:hidden;"></div><a href="#" style="font-size:14px; color:#FFF;">讲座分享</a></div>
     313                     </td>
     314                     <td>
     315                     <div class="sh" id="sc3" onMouseMove="setTab('sc',3,3,'sb','sh');">
     316                     <div style="height:6px; overflow:hidden;"></div><a href="#" style="font-size:14px; color:#FFF;">专题报道</a></div>
     317                     </td>
     318                   </tr>
     319                 </table>
     320             </div>
     321             <div id="NR">
     322                 <div style="height:25px;"></div>
     323                 <div id="con_sc_1">
     324                     <table width="100%" border="0" cellspacing="0" cellpadding="0">
     325                       <tr>
     326                         <td>
     327                           <?php while($row=mysql_fetch_array($mysql2)){
     328                           $pic=explode('./',$row['url']);
     329                            ?>
     330                             <img src="./admin/<?php echo $pic['1']?>"  width="122" height="98"/>
     331                            <?php
     332                         }?>
     333                         </td>
     334                         <td><p style="text-indent:2em; padding-left:12px; color:#66750f;">
     335                         <?php
     336                         $query=mysql_query($zhujia);
     337                         while($row=mysql_fetch_array($query))
     338                         {
     339                           echo mb_substr($row['content'],0,220)."—<a href='about.php?id=20' target=''>[更多]</a>";
     340                          
     341                         }
     342                         ?>
     343                         </p></td>
     344                       </tr>
     345                     </table>
     346                 </div>
     347                 <div id="con_sc_2" style="display:none;">
     348                     <table width="100%" border="0" cellspacing="0" cellpadding="0">
     349                       <tr>
     350                         <td> <?php while($row=mysql_fetch_array($mysql9)){
     351                           $pic=explode('./',$row['url']);
     352                            ?>
     353                             <img src="./admin/<?php echo $pic['1']?>"  width="122" height="98"/>
     354                            <?php
     355                         }?></td>
     356                         <td><p style="text-indent:2em; padding-left:12px; color:#66750f;"><?php
     357                         $query=mysql_query($zhujia);
     358                         while($row=mysql_fetch_array($query))
     359                         {
     360                           echo mb_substr($row['content'],0,220)."—<a href='about_top.php?id=20'>[更多]</a>";
     361                          
     362                         }
     363                         ?></p></td>
     364                       </tr>
     365                     </table>
     366                 </div>
     367                 <div id="con_sc_3" style="display:none;">
     368                     <table width="100%" border="0" cellspacing="0" cellpadding="0">
     369                       <tr>
     370                         <td><?php while($row=mysql_fetch_array($mysql3)){
     371                           $pic=explode('./',$row['url']);
     372                            ?>
     373                             <img src="./admin/<?php echo $pic['1']?>"  width="122" height="98"/>
     374                            <?php
     375                         }?></td>
     376                         <td><p style="text-indent:2em; padding-left:12px; color:#66750f;">
     377                         <?php
     378                         $query=mysql_query($baodao);
     379                         while($row=mysql_fetch_array($query))
     380                         {
     381                           echo mb_substr($row['content'],0,220)."—<a href='about_top.php?id=20'>[更多]</a>";
     382                          
     383                         }
     384                         ?>
     385                       </p></td>
     386                       </tr>
     387                     </table>
     388                 </div>
     389             </div>
     390         </div>
     391         </td>
     392         <td width="34%" valign="top">
     393         <div><a href="#"><img src="images/btn08.jpg" /></a></div>
     394         <div>
     395         <table width="100%" border="0" cellspacing="0" cellpadding="0">
     396               <tr>
     397                 <td width="44%" valign="top"><div style="margin-top:35px;">
     398                 <?php while($row=mysql_fetch_array($mysql8)){
     399                       $pic=explode('./',$row['url']);
     400                        ?>
     401                         <img src="./admin/<?php echo $pic['1']?>" width="134" height="100"/>
     402                        <?php
     403                     }?>
     404            </div></td>
     405                 <td width="56%" valign="top">
     406                 <div>
     407                 <p style="font-size:13px; font-weight:bold;"><a href="#" style="color:#91b3d3;">301医院体检中心</a></p>
     408                 <div style="height:15px;"></div>
     409                 <p style="text-indent:2em; 135px; color:#66750f;">
     410                 
     411                 <?php
     412                         $query=mysql_query($tijian);
     413                         while($row=mysql_fetch_array($query))
     414                         {
     415                           echo mb_substr($row['content'],0,220)."—<a href='about.php?id=21'>[更多]</a>";
     416                          
     417                         }
     418                         ?>
     419                 </p>
     420                 </div>
     421                 </td>
     422               </tr>
     423             </table>
     424         </div>
     425         </td>
     426       </tr>
     427     </table>
     428 </div>
     429 <div id="Main_F">
     430     <div style="margin-left:70px;"><a href="#"><img src="images/btn09.jpg" /></a></div>
     431   <div id="Main_GD">
     432                         <table width="0%" border="0" cellspacing="0" cellpadding="0">
     433                           <tr>
     434                             <td width="698">
     435                             <div id="Boxh" style="overflow:hidden;" class="Boxt">
     436                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
     437                                   <tr>
     438                                     <?php
     439                                     $querytp=mysql_query($tupian);
     440                                     while($tupian1=mysql_fetch_array($querytp))
     441                                     {
     442                                     $tupian=explode('./',$tupian1['picurl']);
     443                                       ?>
     444                                       <td><a href="#"><img src="<?php echo "./admin/".$tupian[1]?>" width="97" height="129"  title="<?php echo $tupian1['name']?>"/></a></td>
     445                                       <?
     446                                     }
     447                                     ?>
     448                                   </tr>
     449                               </table>
     450                              </div>
     451                             </td>
     452                           </tr>
     453                         </table>
     454   </div>
     455   <script type="text/javascript">
     456                           <!--
     457                            var YmJ=new Marquee("Boxh");
     458                               YmJ.Direction="left";
     459                               YmJ.Step=1;
     460                               YmJ.Width=860;
     461                               YmJ.Height=139;
     462                               YmJ.Timer=20;
     463                               YmJ.ScrollStep=1;//此句禁止鼠标控制
     464                               //boxleft.onclick=function(){YmJ.Direction=2};
     465                               //boxright.onclick=function(){YmJ.Direction=3};
     466                               YmJ.Start();
     467                             -->  
     468                         </script> 
     469 </div>
     470 <div id="YQ">
     471     <div style="height:10px;"></div>
     472     <div>
     473         <table width="100%" border="0" cellspacing="0" cellpadding="0">
     474           <tr>
     475             <td width="4%">&nbsp;</td>
     476             <td width="12%"><img src="images/btn10.jpg" /></td>
     477             <?php 
     478               $webquery=mysql_query($sql2);
     479               while($link=mysql_fetch_array($webquery))
     480               {
     481                   ?>
     482                 <td width="10%"><a href="<?php echo $link['url']?>"><?php echo $link['linkname']; ?></a> </td> 
     483               <?
     484               }
     485             ?>
     486           </tr>
     487         </table>
     488     </div>
     489 </div>
     490 <!--*主体*-->
     491 <!--*页脚*-->
     492 <div id="Footer">
     493     <div id="F_top"></div>
     494     <div style="height:15px;"></div>
     495     <div>
     496     <p style="text-align:center; line-height:20px; color:#66750f;"><a href="#">网站调查</a> | <a href="#">法律声明</a> | <a href="#">联系我们</a> | <a href="#">即时通讯</a><br /> 
     497 版权:四川和杏健康管理有限公司 | 蜀ICP备09009357号 | 电话:028-85503573 技术支持:<a href="http://www.sungyou.com">中国商友网</a><br />
     498 地址:四川省成都市人民南路三段十七号华西校园内 | 咨询热线:028-85503573 | 健康热线:028-85501120 传真:028-85503573 </p>
     499     </div>
     500 </div>
     501 <!--*页脚*-->
     502 </div>
     503 </body>
     504 </html>
     505 <?php
     506 session_start();
     507 include "./admin/config.php";
     508 include "./right/sql.php";
     509 ?>
     510 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     511 <html xmlns="http://www.w3.org/1999/xhtml">
     512 <head>
     513 <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
     514 <title>四川和杏健康管理有限公司</title>
     515 <link href="css/index.css" rel="stylesheet" type="text/css" />
     516 <script type="text/javascript" src="Js/Public.js"></script>
     517 <script type="text/javascript" src="Js/MSClass.js"></script>
     518 <script type="text/javascript" src="Js/jquery-1.5.2.min.js"></script>
     519 <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
     520 <script type="text/javascript" src="images/swfobject.js"></script>
     521 <script type="text/javascript">
     522 <!--
     523 function MM_jumpMenu(targ,selObj,restore){ //v3.0
     524   eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
     525   if (restore) selObj.selectedIndex=0;
     526 }
     527 //-->
     528 </script>
     529 </head>
     530 
     531 <body>
     532 <div id="BGmain">
     533 <!--*头部*-->
     534 <div id="Bg_top">
     535 <table width="100%" border="0" cellspacing="0" cellpadding="0">
     536           <tr>
     537             <td width="29%" valign="top">
     538             <div id="Logo"></div>
     539             </td>
     540             <td width="55%" valign="top">
     541             <div id="kh"></div>
     542             </td>
     543             <td width="16%" valign="top">
     544             <div style="height:23px;"></div>
     545             <div><a href="index.php" style="color:#989696;">返回首页</a> | <a href="#" style="color:#989696;">设为首页</a></div>
     546             </td>
     547           </tr>
     548         </table>
     549 </div>
     550 <div id="Nav">
     551     <ul>
     552         <li style="margin-left:25px;"><a href="index.php">首页</a></li>
     553      
     554         <?php
     555           $query=mysql_query($sql);
     556           while($row=mysql_fetch_array($query))
     557           {
     558             echo "<li><img src='images/xian.jpg'/></li><li><a href='about.php?id=$row[id]&&abc=$row[lm]'>".$row['lm']."</a></li>";
     559           }
     560         ?>
     561     </ul>
     562 </div>
     563 <div style="clear:both; font-size:0px;"></div>
     564 <div style="966px; height:336px; margin:0px auto;">
     565 <table width="100%" border="0" cellspacing="0" cellpadding="0">
     566   <tr>
     567     <td valign="top">
     568     <div id="Flash">
     569       <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="591" height="336">
     570         <param name="movie" value="flash/dt01.swf" />
     571         <param name="quality" value="high" />
     572         <param name="wmode" value="transparent" />
     573         <param name="swfversion" value="6.0.65.0" />
     574         <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">
     575       </object>
     576     </div>
     577     </td>
     578     <td valign="top">
     579     <div id="Login">
     580     <form action="./right/login.php" method="post">
     581         <table width="100%" border="0" cellspacing="0" cellpadding="0">
     582           <tr>
     583             <td width="65%" valign="top">
     584             <div style="height:50px;"></div>
     585             <div>
     586                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
     587                   <tr>
     588                     <td width="7%">&nbsp;</td>
     589                     <td width="18%"><img src="images/zh.jpg"/></td>
     590                     <td width="75%"><div><input name="zhanghao" type="text" value="<?php echo $_SESSION['zhanghao'];?>" maxlength="11" class="zhanghao" /></div></td>
     591                   </tr>
     592                 </table>
     593             </div>
     594             <div style="height:9px; overflow:hidden;"></div>
     595             <div>
     596                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
     597                   <tr>
     598                     <td width="7%">&nbsp;</td>
     599                     <td width="18%"><img src="images/mm.jpg"/></td>
     600                     <td width="75%"><div><input name="password" type="password"  maxlength="11" class="password"/></div></td>
     601                   </tr>
     602                 </table>
     603             </div>
     604             <div style="height:20px;"></div>
     605             <div>
     606                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
     607                   <tr>
     608                     <td width="28%">&nbsp;</td>
     609                     <td width="8%">
     610                     <?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 }?>
     611                     </td>
     612                     <td width="30%"><a href="#" style="color:#FFF;">记住帐号</a></td>
     613                     <td width="7%">
     614                     </td>
     615                     <td width="27%"><a href="./right/password.php" style="color:#FFF;" target="sc">忘记密码</a></td>
     616                   </tr>
     617                 </table>
     618             </div>
     619             </td>
     620             <td width="35%" valign="top">
     621             <div style="height:105px;"></div>
     622             <div><input name="sc" type="submit" value="LOGIN" class="Login" />
     623             </div>
     624             </td>
     625           </tr>
     626         </table>
     627         </form>
     628     </div>
     629     <div id="zx">
     630         <div style="height:12px;"></div>
     631         <div>
     632         <table width="100%" border="0" cellspacing="0" cellpadding="0">
     633           <tr>
     634             <td width="8%">&nbsp;</td>
     635             <td width="33%"><a href="#"><img src="images/btn02.jpg"/></a></td>
     636             <td width="59%"><img src="images/zx.jpg" /></td>
     637           </tr>
     638         </table>
     639         </div>
     640         <div style="height:10px;"></div>
     641         <div style="margin-left:32px;">
     642             <table width="100%" border="0" cellspacing="0" cellpadding="0">
     643               <tr>
     644                 <td width="30%">
     645                 <?php while($row=mysql_fetch_array($mysql1)){
     646                       $pic=explode('./',$row['url']);
     647                        ?>
     648                         <img src="./admin/<?php echo $pic['1']?>" width="101" height="96"/>
     649                        <?php
     650                     }?>
     651                
     652                 </td>
     653                 <td width="65%"><p style="text-indent:2em; position:relative; 180px; line-height:16px;"> <?php
     654                         $query=mysql_query($zixun);
     655                         while($row=mysql_fetch_array($query))
     656                         {
     657                           echo mb_substr($row['content'],0,220)."—<a href='about.php?id=19'>[更多]</a>";
     658                          
     659                         }
     660                         ?></p></td>
     661               </tr>
     662             </table>
     663         </div>
     664     </div>
     665     </td>
     666   </tr>
     667 </table>
     668 </div>
     669 <!--*头部*-->
     670 <!--*主体*-->
     671 <div id="Main">
     672 <table width="100%" border="0" cellspacing="0" cellpadding="0">
     673       <tr>
     674         <td width="7%">&nbsp;</td>
     675         <td width="27%" valign="top">
     676         <div style="height:13px;"></div>
     677         <div><a href="#"><img src="images/btn03.jpg" /></a></div>
     678         <div style="height:15px;"></div>
     679         <p style="text-indent:2em; 240px; line-height:20px; color:#626305;">
     680         <?php
     681         $query=mysql_query($sql1);
     682         while($row=mysql_fetch_array($query))
     683         {
     684           echo mb_substr($row['content'],0,220)."—<a href='about.php?id=18'>[更多]</a>";
     685          
     686         }
     687         ?></p>
     688         </td>
     689         <td width="31%" valign="top">
     690         <div style="height:35px;"></div>
     691         <div id="QH">
     692               <script type="text/javascript">
     693                  var swf_width =240;
     694                  var swf_height=164;
     695                  var files='./admin/flash/dt01.jpg|./admin/flash/dt02.jpg|./admin/flash/dt03.jpg|./admin/flash/dt04.jpg';
     696                  var links='';
     697                  var texts='';
     698                  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 +'">');
     699                  document.write('<param name="movie" value="flash/bcastr.swf"><param name="quality" value="high">');
     700                  document.write('<param name="menu" value="false"><param name=wmode value="transparent">');
     701                  document.write('<param name="FlashVars" value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'">');
     702                  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" />'); 
     703                  document.write('</object>'); 
     704                  </script>
     705         </div>
     706         </td>
     707         <td width="35%" valign="top">
     708         <div style="height:13px;"></div>
     709         <div style="margin-left:5px;"><a href="#"><img src="images/btn04.jpg" /></a></div>
     710         <div style="height:12px;"></div>
     711         <div style="line-height:20px;">
     712             
     713             <?php
     714               $huati1=mysql_query($huati);
     715               while($rows=mysql_fetch_array($huati1))
     716               {
     717               ?>
     718               <p>
     719               <table width="100%" border="0" cellspacing="0" cellpadding="0">
     720                   <tr>
     721                     <td width="8%"><img src="images/dian01.jpg" /></td>
     722                     <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>
     723                   </tr>
     724           </table>
     725              </p>
     726               <?php
     727               }
     728             ?>
     729         </div>
     730         </td>
     731       </tr>
     732     </table>
     733 </div>
     734 <div id="Main_M">
     735 <table width="100%" border="0" cellspacing="0" cellpadding="0">
     736       <tr>
     737         <td width="7%">&nbsp;</td>
     738         <td width="25%" valign="top">
     739         <div><a href="#"><img src="images/btn05.jpg" /></a></div>
     740         <div>
     741             <table width="100%" border="0" cellspacing="0" cellpadding="0">
     742               <tr>
     743                 <td width="76%">
     744                 <div id="CuPlayer" style="margin-top:5px;">
     745                 <strong>酷播迷你(CuPlayerMiniV1.0) You do not have the right Flash Player. Please update.
     746                 </strong>
     747                 </div>
     748                 <div id="video">
     749                 <script type="text/javascript">
     750                 var so = new SWFObject("CuPlayerMiniV10_Gray_S.swf","CuPlayer","167","113","9","#000000");
     751                 so.addParam("allowfullscreen","false");
     752                 so.addParam("allowscriptaccess","always");
     753                 so.addParam("wmode","opaque");
     754                 so.addParam("quality","high");
     755                 so.addParam("salign","lt");
     756                 so.addVariable("CuPlayerFile","<?php echo $video?>"); //绝对地址
     757                 so.addVariable("CuPlayerImage","/cu/FreeDown/Images/flashChangfa2.jpg");
     758                 so.addVariable("CuPlayerShowImage","true");
     759                 so.addVariable("CuPlayerWidth","167");
     760                 so.addVariable("CuPlayerHeight","113");
     761                 so.addVariable("CuPlayerAutoPlay","true");
     762                 so.addVariable("CuPlayerAutoRepeat","true");
     763                 so.addVariable("CuPlayerShowControl","false");
     764                 so.addVariable("CuPlayerAutoHideControl","true");
     765                 so.write("CuPlayer");
     766                 </script>
     767                 </div>
     768                 </td>
     769                 <td width="23%" valign="top">
     770                 <div style="67px; height:113px; border:1px solid #FFF; margin-top:5px;
     771 overFlow-y: scroll ; ">
     772 <?php
     773 while($row=mysql_fetch_array($queryweb))
     774   {
     775      $pic_video=explode('./',$row['videojieshao']);
     776       ?>
     777       <div style=" 50px; height:44px; margin-top:3px" id="video_<?php echo $row['id']?>">
     778       <img src="./admin/<?php echo $pic_video['1']?>"  width="50" height="45" border="0" title="<?php echo $row['videoname']?>" id="<?php echo $row['id']?>"/>
     779       </div>
     780       <script>
     781 $(function(){
     782   $('#video_<?php echo $row['id']?>').click(function(){
     783       var id=<?php echo $row['id']?>;
     784       $.get('./right/video_ajax.php',{id:id},function(data)
     785         {
     786            
     787            so.addVariable("CuPlayerFile",data);
     788            so.write("CuPlayer");
     789           // $("#video").html(data);                                                                              
     790         });
     791     });           
     792 });
     793 </script>
     794       <?php
     795   }
     796 
     797 ?>
     798                 </div>
     799                 </td>
     800                 <td width="1%">&nbsp;</td>
     801               </tr>
     802             </table>
     803         </div>
     804         </td>
     805         <td width="34%" valign="top">
     806         <div id="ZJJS">
     807             <div>
     808                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
     809                   <tr>
     810                     <td>
     811                     <div class="sb" id="sc1" onMouseMove="setTab('sc',1,3,'sb','sh');">
     812                     <div style="height:10px;"></div><a href="#" style="font-size:14px; color:#FFF;">专家介绍</a></div>
     813                     </td>
     814                     <td>
     815                     <div class="sh" id="sc2" onMouseMove="setTab('sc',2,3,'sb','sh');">
     816                     <div style="height:6px; overflow:hidden;"></div><a href="#" style="font-size:14px; color:#FFF;">讲座分享</a></div>
     817                     </td>
     818                     <td>
     819                     <div class="sh" id="sc3" onMouseMove="setTab('sc',3,3,'sb','sh');">
     820                     <div style="height:6px; overflow:hidden;"></div><a href="#" style="font-size:14px; color:#FFF;">专题报道</a></div>
     821                     </td>
     822                   </tr>
     823                 </table>
     824             </div>
     825             <div id="NR">
     826                 <div style="height:25px;"></div>
     827                 <div id="con_sc_1">
     828                     <table width="100%" border="0" cellspacing="0" cellpadding="0">
     829                       <tr>
     830                         <td>
     831                           <?php while($row=mysql_fetch_array($mysql2)){
     832                           $pic=explode('./',$row['url']);
     833                            ?>
     834                             <img src="./admin/<?php echo $pic['1']?>"  width="122" height="98"/>
     835                            <?php
     836                         }?>
     837                         </td>
     838                         <td><p style="text-indent:2em; padding-left:12px; color:#66750f;">
     839                         <?php
     840                         $query=mysql_query($zhujia);
     841                         while($row=mysql_fetch_array($query))
     842                         {
     843                           echo mb_substr($row['content'],0,220)."—<a href='about.php?id=20' target=''>[更多]</a>";
     844                          
     845                         }
     846                         ?>
     847                         </p></td>
     848                       </tr>
     849                     </table>
     850                 </div>
     851                 <div id="con_sc_2" style="display:none;">
     852                     <table width="100%" border="0" cellspacing="0" cellpadding="0">
     853                       <tr>
     854                         <td> <?php while($row=mysql_fetch_array($mysql9)){
     855                           $pic=explode('./',$row['url']);
     856                            ?>
     857                             <img src="./admin/<?php echo $pic['1']?>"  width="122" height="98"/>
     858                            <?php
     859                         }?></td>
     860                         <td><p style="text-indent:2em; padding-left:12px; color:#66750f;"><?php
     861                         $query=mysql_query($zhujia);
     862                         while($row=mysql_fetch_array($query))
     863                         {
     864                           echo mb_substr($row['content'],0,220)."—<a href='about_top.php?id=20'>[更多]</a>";
     865                          
     866                         }
     867                         ?></p></td>
     868                       </tr>
     869                     </table>
     870                 </div>
     871                 <div id="con_sc_3" style="display:none;">
     872                     <table width="100%" border="0" cellspacing="0" cellpadding="0">
     873                       <tr>
     874                         <td><?php while($row=mysql_fetch_array($mysql3)){
     875                           $pic=explode('./',$row['url']);
     876                            ?>
     877                             <img src="./admin/<?php echo $pic['1']?>"  width="122" height="98"/>
     878                            <?php
     879                         }?></td>
     880                         <td><p style="text-indent:2em; padding-left:12px; color:#66750f;">
     881                         <?php
     882                         $query=mysql_query($baodao);
     883                         while($row=mysql_fetch_array($query))
     884                         {
     885                           echo mb_substr($row['content'],0,220)."—<a href='about_top.php?id=20'>[更多]</a>";
     886                          
     887                         }
     888                         ?>
     889                       </p></td>
     890                       </tr>
     891                     </table>
     892                 </div>
     893             </div>
     894         </div>
     895         </td>
     896         <td width="34%" valign="top">
     897         <div><a href="#"><img src="images/btn08.jpg" /></a></div>
     898         <div>
     899         <table width="100%" border="0" cellspacing="0" cellpadding="0">
     900               <tr>
     901                 <td width="44%" valign="top"><div style="margin-top:35px;">
     902                 <?php while($row=mysql_fetch_array($mysql8)){
     903                       $pic=explode('./',$row['url']);
     904                        ?>
     905                         <img src="./admin/<?php echo $pic['1']?>" width="134" height="100"/>
     906                        <?php
     907                     }?>
     908            </div></td>
     909                 <td width="56%" valign="top">
     910                 <div>
     911                 <p style="font-size:13px; font-weight:bold;"><a href="#" style="color:#91b3d3;">301医院体检中心</a></p>
     912                 <div style="height:15px;"></div>
     913                 <p style="text-indent:2em; 135px; color:#66750f;">
     914                 
     915                 <?php
     916                         $query=mysql_query($tijian);
     917                         while($row=mysql_fetch_array($query))
     918                         {
     919                           echo mb_substr($row['content'],0,220)."—<a href='about.php?id=21'>[更多]</a>";
     920                          
     921                         }
     922                         ?>
     923                 </p>
     924                 </div>
     925                 </td>
     926               </tr>
     927             </table>
     928         </div>
     929         </td>
     930       </tr>
     931     </table>
     932 </div>
     933 <div id="Main_F">
     934     <div style="margin-left:70px;"><a href="#"><img src="images/btn09.jpg" /></a></div>
     935   <div id="Main_GD">
     936                         <table width="0%" border="0" cellspacing="0" cellpadding="0">
     937                           <tr>
     938                             <td width="698">
     939                             <div id="Boxh" style="overflow:hidden;" class="Boxt">
     940                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
     941                                   <tr>
     942                                     <?php
     943                                     $querytp=mysql_query($tupian);
     944                                     while($tupian1=mysql_fetch_array($querytp))
     945                                     {
     946                                     $tupian=explode('./',$tupian1['picurl']);
     947                                       ?>
     948                                       <td><a href="#"><img src="<?php echo "./admin/".$tupian[1]?>" width="97" height="129"  title="<?php echo $tupian1['name']?>"/></a></td>
     949                                       <?
     950                                     }
     951                                     ?>
     952                                   </tr>
     953                               </table>
     954                              </div>
     955                             </td>
     956                           </tr>
     957                         </table>
     958   </div>
     959   <script type="text/javascript">
     960                           <!--
     961                            var YmJ=new Marquee("Boxh");
     962                               YmJ.Direction="left";
     963                               YmJ.Step=1;
     964                               YmJ.Width=860;
     965                               YmJ.Height=139;
     966                               YmJ.Timer=20;
     967                               YmJ.ScrollStep=1;//此句禁止鼠标控制
     968                               //boxleft.onclick=function(){YmJ.Direction=2};
     969                               //boxright.onclick=function(){YmJ.Direction=3};
     970                               YmJ.Start();
     971                             -->  
     972                         </script> 
     973 </div>
     974 <div id="YQ">
     975     <div style="height:10px;"></div>
     976     <div>
     977         <table width="100%" border="0" cellspacing="0" cellpadding="0">
     978           <tr>
     979             <td width="4%">&nbsp;</td>
     980             <td width="12%"><img src="images/btn10.jpg" /></td>
     981             <?php 
     982               $webquery=mysql_query($sql2);
     983               while($link=mysql_fetch_array($webquery))
     984               {
     985                   ?>
     986                 <td width="10%"><a href="<?php echo $link['url']?>"><?php echo $link['linkname']; ?></a> </td> 
     987               <?
     988               }
     989             ?>
     990           </tr>
     991         </table>
     992     </div>
     993 </div>
     994 <!--*主体*-->
     995 <!--*页脚*-->
     996 <div id="Footer">
     997     <div id="F_top"></div>
     998     <div style="height:15px;"></div>
     999     <div>
    1000     <p style="text-align:center; line-height:20px; color:#66750f;"><a href="#">网站调查</a> | <a href="#">法律声明</a> | <a href="#">联系我们</a> | <a href="#">即时通讯</a><br /> 
    1001 版权:四川和杏健康管理有限公司 | 蜀ICP备09009357号 | 电话:028-85503573 技术支持:<a href="http://www.sungyou.com">中国商友网</a><br />
    1002 地址:四川省成都市人民南路三段十七号华西校园内 | 咨询热线:028-85503573 | 健康热线:028-85501120 传真:028-85503573 </p>
    1003     </div>
    1004 </div>
    1005 <!--*页脚*-->
    1006 </div>
    1007 </body>
    1008 </html>
     1 <?php include ("config.php"); ?>
     2 <?php 
     3 $idd=$_GET['idd'];
     4 $aa=$_POST['username'];
     5 $ab=$_POST['password'];
     6 $bb= md5($ab);
     7 
     8 $exec="update admin set user_name='".$aa."',user_pwd='".$bb."' where id=".$idd."";
     9 $result=mysql_query($exec);
    10 echo"<Script Language=JavaScript>alert('操作成功');window.location='admin_admin.php';</Script>";
    11 ?>
      1 <?php session_start();?>
      2 <html>
      3 <head>
      4 <base target="_self">
      5 <STYLE type="text/css">
      6 <!--
      7 a:link       {text-decoration: none; font-family: AdobeSm; color: #000000 }
      8 a:visited    {text-decoration: none; color: #000000 }
      9 A:hover      {COLOR: green; FONT-FAMILY: "宋体,MingLiU"; TEXT-DECORATION: underline}
     10 body         {font-size: 9pt; font-family: 宋体,MingLiU, Arial;color: #000000}
     11 TD           {FONT-SIZE: 9pt; FONT-FAMILY: "宋体,MingLiU, Arial";color: #000000;table-layout:fixed;word-break:break-all}
     12 p            {FONT-SIZE: 9pt; FONT-FAMILY: "宋体,MingLiU, Arial";color: #000000}
     13 input        {FONT-SIZE: 9pt; FONT-FAMILY: "宋体,MingLiU, Arial";color: #000000}
     14 body         {margin-top: 0; margin-bottom: 0;margin-left:0;margin-right:0; color: #000000}
     15 select       {FONT-SIZE: 9PT;}
     16 option       {FONT-SIZE: 9pt;}
     17 textarea     {FONT-SIZE: 9pt;}
     18 -->
     19 </STYLE>
     20 </head>
     21 <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" bgcolor="#EFEFDE">
     22 <div align="center">
     23   <table border="0" width="760" id="table1" cellspacing="0" cellpadding="0" >
     24     <tr>
     25       <td><div align="center">
     26           <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table3">
     27             <tr>
     28               <td>  </td>
     29               <td> </td>
     30               <td ><p align="right">  </td>
     31             </tr>
     32           </table>
     33         </div></td>
     34     </tr>
     35     <tr>
     36       <td  align=center><!--webbot BOT="GeneratedScript" PREVIEW=" " startspan -->
     37         <script Language="JavaScript" Type="text/javascript"><!--
     38 function FrontPage_Form1_Validator(theForm)
     39 {
     40 
     41   if (theForm.title.value == "")
     42   {
     43     alert("请在 新闻信息标题 域中输入值。");
     44     theForm.title.focus();
     45     return (false);
     46   }
     47 
     48   if (theForm.title.value.length < 1)
     49   {
     50     alert("在 新闻信息标题 域中,请至少输入 1 个字符。");
     51     theForm.title.focus();
     52     return (false);
     53   }
     54 
     55   if (theForm.title.value.length > 100)
     56   {
     57     alert("在 新闻信息标题 域中,请最多输入 100 个字符。");
     58     theForm.title.focus();
     59     return (false);
     60   }
     61 
     62   if (theForm.zz.value == "")
     63   {
     64     alert("请在 来源作者 域中输入值。");
     65     theForm.zz.focus();
     66     return (false);
     67   }
     68 
     69   if (theForm.zz.value.length > 40)
     70   {
     71     alert("在 来源作者 域中,请最多输入 40 个字符。");
     72     theForm.zz.focus();
     73     return (false);
     74   }
     75 
     76 }
     77 //--></script>
     78         <!--webbot BOT="GeneratedScript" endspan -->
     79         <form method="POST" action="news_add_save.php?id=<%=id%>&tgid=<%=tgid%>" onSubmit="return FrontPage_Form1_Validator(this)" language="JavaScript" name="FrontPage_Form1">
     80           <table border="0" width="753" id="table2" cellpadding="5" style="border-collapse: collapse" bordercolor="#80ABF4">
     81             <tr>
     82               <td width="13%" align="center">新闻标题:</td>
     83               <td width="61%">&nbsp;
     84                 <!--webbot bot="Validation" s-display-name="新闻信息标题" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="100" -->
     85                 <input type="text" name="title" size="48" maxlength="100"></td>
     86             </tr>
     87             <tr>
     88               <td width="13%" align="center">信息来源:</td>
     89               <td width="61%">&nbsp;
     90                 <input type="text" name="zz" size="14" maxlength="40" value="<? echo $_SESSION['admin']; ?>">
     91               </td>
     92               <td width="26%"><!--webbot bot="Validation" s-display-name="来源作者" b-value-required="TRUE" i-maximum-length="40" -->
     93                 <textarea name="content" style="display:none" cols="1" rows="1"><%if content<>"" then response.write content%>
     94 </textarea></td>
     95             </tr>
     96             <tr>
     97               <td colspan="3"><input type="hidden" name="content1" value="">
     98                 <iframe id="eWebEditor1" SRC="phpedit/ewebeditor.htm?id=content1&style=light" FRAMEBORDER="0" SCROLLING="no" WIDTH="100%" HEIGHT="499" ></IFRAME></td>
     99             </tr>
    100             <tr> </tr>
    101             <tr>
    102               <td width="13%" align="center">添加时间</td>
    103               <td width="61%">&nbsp;
    104                 <input type="text" name="addtime" size="20" value="<?php echo $showtime=date("Y-m-d H:i:s",time()+8*3600);?> " maxlength="30">
    105                 格式:<%=now()%></td>
    106               <td width="26%"> </td>
    107             </tr>
    108           </table>
    109           <p align="center">
    110             <input type="submit" value=" 保 存 " name="B1">
    111    
    112             <input type="reset" value=" 重 置 " name="B2">
    113           </p>
    114         </form>
    115         <p> </td>
    116     </tr>
    117   </table>
    118 </div>
    119 </body>
    120 </html>
    View Code
  • 相关阅读:
    从 QSplitter 中移除 QWidget(使用隐藏与显示,切换十分方便,不要真正销毁)
    Qt虽然自己的源代码里不使用Exception,但也提供了一个QException及其子类QUnhandledException
    细说new与malloc的10点区别
    垃圾回收算法
    服务追踪数据使用 RabbitMQ 进行采集 + 数据存储使用 Elasticsearch + 数据展示使用 Kibana
    缓存穿透、缓存击穿与缓存雪崩
    微服务介绍
    分库分表
    Spring Boot、微服务架构和大数据
    Linux基本的操作
  • 原文地址:https://www.cnblogs.com/cykj/p/PHP-enterprise-source-code.html
Copyright © 2020-2023  润新知