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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
|
<?php require("../admin/configure.php"); $catid = (int)$_GET['catid']; $page = trim(strtolower(mysql_real_escape_string($_GET['page']))); $newsid = (int)$_GET['newsid']; ?> <!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=utf-8" /> <title>博思會 The Pathways Foundation Limited</title> <meta name="keywords" content="Pathways,Dyslexia,Learning Support,SLD SpLD ADD ADHD,讀寫障礙,專注力不足,過度活躍症"> <meta name="description" content="博思會為非牟利註冊慈善團體,專為讀寫障礙學童提供針對性的中英數學科支援、或透過臨床心理學家、職業治療師及言語治療師為學童提供評估及輔導。此外,博思會亦為家長及教師安排講座及工作坊,對學障進行理論和實用性的探討。"> <link rel="stylesheet" type="text/css" href="../css/style.css" /> <link rel="stylesheet" type="text/css" href="../css/ddlevelsmenu-base.css" /> <link rel="stylesheet" type="text/css" href="../css/ddlevelsmenu-topbar.css" /> <script type="text/javascript" src="../js/ddlevelsmenu.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> <!-- Global site tag (gtag.js) - Google Ads: 873915644 --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-873915644"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date());
gtag('config', 'AW-873915644'); </script> </head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0"> <table width="940" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="30" align="right" valign="top" background="../images/pagetopbg.jpg"><img src="../images/pagetopbg.jpg" width="38" height="30" align="absmiddle" /> <select name="menu1" onchange="MM_jumpMenu('parent',this,0)"> <option value="#">English</option> <option value="../tc/<?=$page?>?page=<?=$page?>&catid=<?=$catid?>&newsid=<?=$newsid;?>">繁體中文</option> </select> </td> </tr> <tr> <td height="10"></td> </tr> <tr> <td><table width="940" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="220" align="left" valign="top"><a href="index.php"><img src="../images/pageimage1.jpg" width="199" height="549" border="0" /></a></td> <td align="left" valign="top"><table width="720" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <div id="ddtopmenubar" class="mattblackmenu"> <ul> <? load(0, 0); function load($p, $space) { $sql = "SELECT * "; $sql .= "FROM template left outer join categories "; $sql .= "ON template.templateid = categories.templateid "; $sql .= "where parentid = $p "; $sql .= "order by sortby asc "; // echo $sql; $result1 = mysql_query($sql); $n=1; $count = mysql_num_rows($result1); while ($row = mysql_fetch_array($result1,MYSQL_ASSOC)) { if ($space <> 0 && $n == 1) echo "<ul id='". $row{'parentid'} ."' class='ddsubmenustyle'>"; if($row{'templateid'} == '1') { $str = "<li><a "; } else { $str = "<li><a href='". $row{'templatename'} .".php?page=". $row{'templatename'} .".php&catid=". $row{'catid'} ."'"; } $sql2 = " select * from categories where parentid = ".$row{'catid'}; $res2 = mysql_query($sql2); if (mysql_num_rows($res2) > 0) $str .= "rel='". $row{'catid'} ."' "; if ($row{'menuimage'} <> ''){ $str .= "><img src='../images/". $row{'menuimage'} . ".jpg' onmouseover="."this.src='../images/". $row{'menuimage'} . "on.jpg'"." onmouseout="."this.src='../images/". $row{'menuimage'} . ".jpg'"." border='0' /><br>". $row{'catname'} . "</a>"; } else { $str .= ">". $row{'catname'} . "</a>"; } echo $str; $n++; load($row{'catid'}, $space+1); echo "</li>"; if ($space <> 0 && $count < $n) echo "</ul>"; } } ?> </ul> </div> <script type="text/javascript"> ddlevelsmenu.setup("ddtopmenubar", "topbar") //ddlevelsmenu.setup("mainmenuid", "topbar|sidebar") </script> </td> </tr> <tr> <td> </td> </tr> <tr> <td height="50" class="txt"><p class="contenttxt26">News</p></td> </tr> <tr> <td><table width="700" border="0"> <? $sql = "SELECT * "; $sql .= "FROM news "; $sql .= "WHERE status = 'Enable' AND newsid = '$newsid' "; $sql .= "ORDER BY newsdate desc ";
$result = mysql_query($sql); $row = mysql_fetch_array($result,MYSQL_ASSOC); ?> <tr> <td height="25" class="txt"><a name="<? echo $row{'newsid'} ?>" id="<? echo $row{'newsid'} ?>"></a><? echo $row{'newsdate'} ?></td> </tr> <tr> <td height="25" class="txt"><b> <? if ($row{'newstitle'} <> '') { echo $row{'newstitle'}; } else { echo $row{'newstitletc'}; }?></b></td> </tr> <tr> <td class="txt"><? if ($row{'newsdesc'} <> '') { echo $row{'newsdesc'}; } else {echo $row{'newsdesctc'}; } ?></td> </tr> <tr> <td align="right" class="txt"><a href="news.php?page=news.php"><- Back</a></td> </tr> <tr> <td height="30"><hr></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="50" align="center" class="footertxt">Copyright © 2009 The Pathways Foundation Ltd. All Rights Reserved. | Sponsored by <a href="http://www.onesolution.com.hk" target="_blank">One Solution Limited</a>. <br /> <a href="http://www.onesolution.com.hk" target="_blank"><img src="../images/webicon137w23h.jpg" width="137" height="23" border="0" /></a></td> </tr> </table> </body> </html>
|