<?php session_start(); ?> <? include("include/conn_db.php");?> <? include("include/function.php");?> <? include("pu_split.php"); //แบ่งหน้า?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <LINK href="images/styleHRG.css" type=text/css rel=stylesheet> <title></title> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #F9F9F9; } .style13 {font-size: 18px} --> </style></head> <body> <table width="787" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1%" background="images/a_left.gif" class="style13"><img src="images/a_left.gif" width="14" height="8"></td> <td width="98%" valign="top" bgcolor="#f1f1f1"> <span class="style13"> <? include("Header.php");?> </span> <table width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="20%" height="292" background="images/bg_2.gif" class="style13"><table width="160" height="287" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="160" height="200" valign="top" bgcolor="#FFFFFF"><div align="center"> <p><br> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="130" height="140"> <param name="movie" value="flash/clockcalendarwhite.swf"> <param name="quality" value="high"> <embed src="flash/clockcalendarwhite.swf" width="130" height="140" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed> </object> </p> <p> </p> <strong>จำนวนผู้เข้าชม<br> <? echo "<br>"; include('counter1.php'); ?></strong> <p> </p> </div></td> </tr> </table></td> <td width="80%" valign="top" bgcolor="#f1f1f1"><table width="100%" height="266" cellpadding="5" cellspacing="1"> <tr> <td height="262" valign="top" bgcolor="#f1f1f1"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="52%" height="30" bgcolor="#f1f1f1"><img src="images/icon_1.gif" width="9" height="9"><u><strong> ข่าวสาร</strong></u></td> <td width="48%" bgcolor="#f1f1f1"> </td> </tr> </table> <div align="right"><br> </div> <table width="100%" border="0" cellpadding="0" cellspacing="0" id="Table_01"> <tr> <td width="96%" valign="top" bgcolor="#f1f1f1"><TABLE WIDTH=100% BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0> <form id="post_form" name="post_form" method="get" action=""> <TR> <TD width="863"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="48" bgcolor="#f1f1f1"><div align="center"><span class="normalB"> <strong>ค้นหา ชื่อข่าว </strong> <input name="search_name" type="text" id="search_name" size="30" maxlength="255" /> </span> <input type="submit" name="button" id="button" value="ค้นหา" /> <span class="normalB"> <input readonly="readonly" type="hidden" name="Len1" /> </span></div></td> </tr> </table></TD> </TR> </form> </TABLE> <form action='MemberResult.php' method='post' name='frmSend' id="frmSend"> <table width="100%" align="center" cellspacing='1' cellpadding='3' border='0' > <tr> <td width="7%" align='center' bgcolor="#CC0001" class='TxtBold' ><b style="color:#FFF">ลำดับ</b></td> <td bgcolor="#CC0001"align='center' class='TxtBold' ><b style="color:#FFF">หัวข้อข่าว</b></td> <td width="23%"align='center' bgcolor="#CC0001" class='TxtBold' ><b style="color:#FFF">ประเภทข่าว</b></td> <td width="30%" align='center' bgcolor="#CC0001" class='TxtBold' ><b style="color:#FFF">รายละเอียดข่าว</b></td> <td bgcolor="#CC0001" align='center' class='TxtBold' ><b style="color:#FFF">ลงประกาศวันที่</b></td> </tr> <? // เงื่อนไขค้นหา $search_iden = "{$_GET[m1]}"; if($_GET["m2"]<>"") $search_iden .= "-{$_GET[m2]}"; if($_GET["m3"]<>"") $search_iden .= "-{$_GET[m3]}"; if($_GET["m4"]<>"") $search_iden .= "-{$_GET[m4]}"; if($_GET["m5"]<>"") $search_iden .= "-{$_GET[m5]}"; // สิ้นสุดเงื้อนไขค้นหา $sql_list = "SELECT * FROM news "; $sql_list .= "WHERE titel LIKE '%{$_GET[search_name]}%' AND id LIKE '%{$search_iden}%' "; $sql_list .= "ORDER BY id DESC"; $rs_list = mysql_query($sql_list); $rs_list=pu_query($sql_list,30); //ส่วนที่เพิ่ม ของโคดแบ่งหน้า if(mysql_num_rows($rs_list)>0) { $ii = 1; while($data_list = mysql_fetch_array($rs_list)) { if(($ii%2)==0){ $css="class='Td_Style2' "; }else{ $css="class='Td_Style1' ";} ?> <tr bgcolor="#FFFFFF"> <td height='30' align="center"<?=$css;?>><?=$ii;?></td> <td width="26%" align="left"<?=$css;?>><a href="admin/fileupload/<? echo "$id"; ?>" target="_blank"><?=$data_list["titel"];?> </a></td> <td align="left"<?=$css;?>><?=$data_list["type"];?></td> <td align="left"<?=$css;?>><?=$data_list["detail"];?></td> <td align="center" width="14%"<?=$css;?>><?=$data_list["date"];?></td> </tr> <? $ii++; } }else{ ?> <tr bgcolor="#ffffff"> <td height="30" colspan='5' bgcolor="#ffffff"><div align="center">ยังไม่มีข่าว</div></td> </tr> <? } ?> </table> <? pu_pageloop("search_iden=".$_GET["search_code"]."&search_name=".$_GET["search_name"]."&search_status=".$_GET["search_status"]." "); //ส่วนที่เพิ่ม โคดแบ่งหน้า ?> <script>if(document.all) top.document.title=top.document.title+" - Page 1";</script> </form></td> </tr> </table></td> </tr> </table> <br></td> </tr> </table> <? include("foot.php");?></td> <td width="1%" background="images/a_right.gif"><img src="images/a_right.gif" width="14" height="8"></td> </tr> </table> </body> </html> <script language="javascript"> <!-- function openWindow(theURL) { //v2.0 var win=window.open(theURL,'staff','scrollbars=yes,width=517,height=600'); win.focus(); } //--> </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง