forked from guwensen/ssc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtop.php
110 lines (106 loc) · 4.25 KB
/
top.php
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
<?php
define ( 'Copyright', '作者QQ:1834219632' );
define ( 'ROOT_PATH', $_SERVER ["DOCUMENT_ROOT"] . '/' );
include_once ROOT_PATH . 'function/global.php';
$news = null;
$db = new DB ();
$text = $db->query ( "SELECT `g_text` FROM `g_news` WHERE `g_number_show` = 1 ORDER BY g_id DESC LIMIT 1 ", 0 );
if ($text) {
$news = strip_tags ( $text [0] [0] );
}
?>
<!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" oncontextmenu="return false">
<head>
<link type="text/css" rel="stylesheet" href="/pagef/TopMenu.css">
<script type="text/javascript" src="/pagef/TopMenu.js"></script>
</head>
<body onselectstart="return false" oncut="return false"
oncopy="return false" id="body_backdrop">
<table width="100%" height="108" cellspacing="0" cellpadding="0"
border="0">
<tbody>
<tr>
<td width="10%" valign="top">
<table width="100%" border="0">
<tbody>
<tr>
<td background="/pagef/TopLogo_163.jpg" width="231" height="79"><object
width="231" height="79" id="top_c"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0"
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
<param value="transparent" name="wmode">
<param value="/pagef/lx.swf" name="movie">
<param value="pageID=0" name="FlashVars">
<param value="high" name="quality">
<param value="false" name="menu">
<embed width="231" height="79"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash"
type="application/x-shockwave-flash" wmode="transparent"
quality="high" name="top_c" src="/pagef/lx.swf">
</object></td>
</tr>
<tr>
<td><img width="231" height="29" src="/pagef/TopMenu_Top2.jpg"></td>
</tr>
</tbody>
</table>
</td>
<td width="90%" background="/pagef/TopMenu_Top.jpg">
<table width="100%" height="108" cellspacing="0" cellpadding="0"
border="0">
<tbody>
<tr>
<td height="43">
<table width="716" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td align="right"><a class="T_a" href="topMenu.php"
target="mainFrame" title="信用資料">信用資料</a> | <a class="T_a"
href="upPwd.php" target="mainFrame" title="修改密碼">修改密碼</a> |
<a class="T_a" href="report.php" target="mainFrame"
title="下注明細">下註明細</a> | <a class="T_a" href="repore.php"
target="mainFrame" title="結算報表">結算報表</a> | <a class="T_a"
href="result.php" target="mainFrame" title="歷史開獎">歷史開獎</a>
| <a class="T_a" href="/templates_r/rule.html" class="g"
target="mainFrame" title="規則說明">規則</a> | <a
style="color: #baff00" href="quit.php" class="g"
title="安全退出">退出</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="36">
<table width="716" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td width="1%" height="36"><img width="19" height="36"
src="/pagef/TopMenu_2Left.jpg"></td>
<td width="64%"><input type="button" value="廣東快樂十分"
style="cursor: hand;" onclick="SelectType(1);" name="bST_1"
class="bST_1"><input type="button" value="重慶時時彩"
style="cursor: hand;" onclick="SelectType(2);"
name="bST_2" class="bST_1"></td>
<td width="35%" align="right"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="29"><span
style="position: relative; top: 0px; left: 2px;" id="Type_List"></span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<script type="text/javascript">
SelectType(1);
</script>
</body>
</html>