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
|
<html> <head> <link rel="stylesheet" href="main.css" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Admin Page</title> </head> <body leftmargin="0"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td><br><br></td></tr> <tr> <td bgcolor="#c0c0c0" class='content' align="center"><font size="2"><b>Content</b></font></td> </tr> <tr><td class='content' height="25"> <a href="categoriesindex.php?pid=0" target="main"><img src="images/dot.jpg" border="0"> <font size="2">English</font></a></td></tr> <tr><td class='content' height="25"> <a href="categoriesindextc.php?pid=0" target="main"><img src="images/dot.jpg" border="0"> <font size="2">繁體中文</font></a></td></tr>
<tr> <td bgcolor="#c0c0c0" class='content' align="center"><font size="2"><b>Events</b></font></td> </tr> <tr><td class='content' height="25"> <a href="eventmajindex.php" target="main"><img src="images/dot.jpg" border="0"> <font size="2">List Events</font></a></td></tr> <tr><td class='content' height="25"> <a href="eventimageindex.php" target="main"><img src="images/dot.jpg" border="0"> <font size="2">List Events Image</font></a></td></tr>
<tr> <td bgcolor="#c0c0c0" class='content' align="center"><font size="2"><b>Other</b></font></td> </tr> <tr><td class='content' height="25"> <a href="popcontentmodifyform.php" target="main"><img src="images/dot.jpg" border="0"> <font size="2">PopWindow</font></a></td></tr> <tr><td class='content' height="25"> <a href="newsindex.php" target="main"><img src="images/dot.jpg" border="0"> <font size="2">News</font></a></td></tr> <tr><td class='content' height="25"> <a href="faqindex.php" target="main"><img src="images/dot.jpg" border="0"> <font size="2">FAQs</font></a></td></tr> <tr><td class='content' height="25"> <a href="galleryindex.php" target="main"><img src="images/dot.jpg" border="0"> <font size="2">Gallery</font></a></td></tr>
<tr> <td bgcolor="#c0c0c0" class='content' align="center"><font size="2"><b>Email NewsLetter </b></font></td> </tr> <tr><td class='content' height="25"> <a href="groupindex.php" target="main"><img src="images/dot.jpg" border="0"> <font size="2">Group Name</font></a></td></tr> <tr> <td class='content' height="25"> <a href="custemailindex.php" target="main"><img src="images/dot.jpg" border="0"> <font size="2">Customer Information </font></a></td> </tr> <tr><td class='content' height="25"> <a href="emailcontentindex.php" target="main"><img src="images/dot.jpg" border="0"> <font size="2">Content</font></a></td></tr>
<tr> <td bgcolor="#c0c0c0" class='content' align="center"><font size="2"><b>Logout</b></font></td> </tr> <tr><td class='content' height="25"> <a href="logout.php" target="_top"><img src="images/dot.jpg" border="0"> <font size="2">Logout</font></a></td></tr> </table> </body> </html>
|