1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
<?php echo"<table width='100%' border='0' cellpadding='0' cellspacing='0'>"; echo"<tr> <td height='10'></td></tr>";
echo"<tr>"; echo"<td>"; echo " <img src='coremain/images/menu_icon.gif'> <a href='http://www.koratlocal.go.th/e-office/index.php?topic=653.0' target=blank>"; echo "โครงการอาหารเสริม (นม) โรงเรียน (อำเภอ) "; echo "</a>"; echo"</td>"; echo "</tr>";
echo"<tr>"; echo"<td>"; echo " <img src='coremain/images/menu_icon.gif'> <a href='http://www.koratlocal.go.th/e-office/index.php?topic=654.msg655#msg655' target=blank>"; echo "โครงการอาหารเสริม (นม)โรงเรียน (เทศบาลนคร เทศบาลเมือง)"; echo "</a>"; echo"</td>"; echo "</tr>";
echo"<tr>"; echo"<td>"; echo " <img src='coremain/images/menu_icon.gif'> <a href='http://www.koratlocal.go.th/e-office/index.php?topic=652.0' target=blank>"; echo "ขอเชิญชวนสมัครสมาชิกนิตยสารเทศาภิบาล "; echo "</a>"; echo"</td>"; echo "</tr>";
echo"<tr>"; echo"<td>"; echo " <img src='coremain/images/menu_icon.gif'> <a href='http://www.koratlocal.go.th/e-office/index.php?topic=645.0' target=blank>"; echo "ประกาศสอบราคาจัดซื้อวัสดุซ่อมแซมบ้านผู้ยากไร้ ตำบลสระพระ อำเภอพระทองคำ "; echo "</a>"; echo"</td>"; echo "</tr>";
echo"<tr>"; echo"<td>"; echo " <img src='coremain/images/menu_icon.gif'> <a href='http://www.koratlocal.go.th/e-office/index.php?topic=658.0' target=blank>"; echo "ประกาศสอบราคาอาหารเสริม ( นม ) โรงเรียน อบต.ช่องแมว อ.ลำทะเมนชัย "; echo "</a>"; echo"</td>"; echo "</tr>";
echo"<tr> <td height='10'></td></tr>"; echo "</table>"; ?>
|