<?php
$lang = isset($_GET["lang"]) ? $_GET["lang"] : "zh-chs";
$type = isset($_GET["type"]) ? $_GET["type"] : 7;
$c_event_id = isset($_GET["c_event_id"]) ? $_GET["c_event_id"] : "";
$n = isset($_GET["n"]) ? $_GET["n"] : 36;
$l = isset($_GET["l"]) ? $_GET["l"] : 9;
?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Slot Machine</title>
<link href="css/App_slot.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/slot_<?php echo $lang; ?>.js"></script>
<style type="text/css">
<?php
if($lang=="en"){
echo 'body{ font-family:Arial, Helvetica, sans-serif; font-weight:bold; }';
}else{
echo 'body{font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;}';
}
?>
</style>
<SCRIPT language=javascript type=text/javascript>
<!--
document.oncontextmenu=new Function('event.returnValue=false;');
document.onselectstart=new Function('event.returnValue=false;');
-->
</SCRIPT>
</head>
<body>
<div class="WindowSize" style=" margin-left:20px; margin-top:50px;">
<div class="LeftSlot BoxSkin">
<div class="Dbox" style="left:20px; " id="Dbox1"> <img src="images/<?php echo $type; ?>/skin1.png" alt="" style="" /><img class="slotSpinAnimation" alt="" src="images/ani.gif">
<div class="DboxBg"></div>
</div>
<div class="Dbox" style="left:330px;" id="Dbox2"><img src="images/<?php echo $type; ?>/skin1.png" alt="" /><img class="slotSpinAnimation" alt="" src="images/ani.gif">
<div class="DboxBg"></div>
</div>
<div class="Dbox" style="left:640px;" id="Dbox3"><img src="images/<?php echo $type; ?>/skin1.png" alt="" /><img class="slotSpinAnimation" alt="" src="images/ani.gif">
<div class="DboxBg"></div>
</div>
</div>
<div class="LeftSlot BoxSkin" style="z-index:999; display:none;" id="DotextRan">
<div style=" color:#E9E9E9; font-size:34px; font-family: 'Microsoft YaHei' !important; padding-top:160px;">
<?php
if($lang=="en"){
?>
<span style="font-size:40px; color:#EBC838">Congratulations! You won:</span><br />
<span style="font-size:60px; color:#EBC838; display:none;" id="ranking_3">Participation Award</span>
<span style="font-size:60px; color:#EBC838; display:none;" id="ranking_2">Second Prize</span>
<span style="font-size:60px; color:#EBC838; display:none;" id="ranking_1">First Prize</span>
<br /><br />
Please follow us on Weibo:<br /> <span style="color:#EBC838">@DOMOTEXasia</span>
<?php
}else{
?>
<span style="font-size:40px; color:#EBC838">恭喜您获得</span><br />
<span style="font-size:60px; color:#EBC838; display:none;" id="ranking_3">参与奖</span>
<span style="font-size:60px; color:#EBC838; display:none;" id="ranking_2">二等奖</span>
<span style="font-size:60px; color:#EBC838; display:none;" id="ranking_1">一等奖</span>
<br /><br />
了解实时展会更新信息,<br />
请关注展会官方微博:<span style="color:#EBC838">@DOMOTEXasia</span>
<?php
}
?>
</div>
<div style=" display: block; height: 74px; width: 181px; background:url(images/sure_<?php echo $lang; ?>.png) no-repeat scroll left top; margin-left:auto; margin-right:auto; margin-top:50px; cursor:pointer;" onclick="DotextRanClose()"></div>
</div>
<div class="StopBtnDiv">
<div class="StartOneClassDiv"><div class="stopClass_gray_<?php echo $lang; ?>" id="OneGrayStop1"></div><div class="stopClass_<?php echo $lang; ?>" id="OneStop1" style="display:none;"></div></div>
<div class="StartOneClassDiv" style=" margin:0 45px;"><div class="stopClass_gray_<?php echo $lang; ?>" id="OneGrayStop2"></div><div class="stopClass_<?php echo $lang; ?>" id="OneStop2" style="display:none;"></div></div>
<div class="StartOneClassDiv" style=" margin:0 0 0 80px;"><div class="stopClass_gray_<?php echo $lang; ?>" id="OneGrayStop3"></div><div class="stopClass_<?php echo $lang; ?>" id="OneStop3" style="display:none;"></div></div>
</div>
<div class="RightTop BoxSkin">
<div><img src="images/title_<?php echo $type ?>.png" width="189" height="281" style="margin-top:20px;"></div>
<div style="padding-top:60px; clear:both; text-align:center">
<?php
if($lang =="zh-chs"){
echo '<div onclick="location.href=\'?lang=en&type='.$type.'&c_event_id='.$c_event_id.'&n='.$n.'&l='.$l.'\'" class="lang_En_gray"></div><div class="lang_chs"></div>';
}else{
echo '<div class="lang_En"></div><div onclick="location.href=\'?lang=zh-chs&type='.$type.'&c_event_id='.$c_event_id.'&n='.$n.'&l='.$l.'\'" class="lang_chs_gray"></div>';
}
?>
</div>
</div>
<div class="RightBottom BoxSkin"><div class="StartALL_<?php echo $lang; ?>" style="cursor:pointer" id="SlotStart"></div><div class="STopALL_<?php echo $lang; ?>" id="SlotEnd" style="display:none;"></div><div style=" position:absolute; left:-190px; top:-50px; z-index:11; width:226px; height:261px; background:url(images/spinagain_<?php echo $lang; ?>.png) no-repeat left top; display:none;" id="TryAgain"></div></div>
<?php
if($lang!="zh-chs"){
echo '<div style="position:absolute; z-index:13; left:90px; top:140px; display:none " id="winner"><img src="/addons/slot/images/winner.png" width="1022" height="280" /></div>';
}else{
echo '<div style="position:absolute; z-index:13; left:90px; top:100px;display:none " id="winner"><img src="/addons/slot/images/winner_zh-chs.png" width="1022" /></div>';
}
?>
</div>
<!--<div style="width:1260px; height:700px; background:#DFDEDE; position:absolute; left:0; top:0; display:none; z-index:999; overflow:hidden;" id="QuestIonA">
<div style="height:230px; background:#131111; ">
<div style="text-align:center; padding-top:15px;"><img src="images/icn/q<?php echo $type; ?>.png" width="120" height="120" /></div>
<div style="color:#fff; font-size:32px; text-align:center; font-weight:bold;width:1000px; margin-left:auto; margin-right:auto;" id="QuestIonB" >What is Brazilian beef famous for?What is Brazilian beef </div>
</div>
<Div id="AnswerAQ" style="width:1000px; margin-left:auto; margin-right:auto;"></Div>
</div>-->
<div class="WindowSize" id="WindowSizeBox12" style="height:auto; position:absolute; left:0; top:0; z-index:999; background:#4A4545 url(images/bg.png) repeat-x left top; display:none;">
<Div style="width:840px; margin-left:auto; margin-right:auto; text-align:center; height:150px; padding-bottom:50px;">
<img src="images/winner_h.jpg" />
</Div>
<div style="width:516px; margin-left:auto; margin-right:auto; position:relative">
<div style="width:500px; height:500px; border:4px solid #F1BE0D; box-shadow:0px 0 10px #000; position:relative;" id="timePush" time="0">
<img src="images/gl_logo.jpg" width="500" height="500" id="ImageWinner" />
<!--<div style=" height:70px; color:#FCFC00; position:absolute; width:100%; text-align:center; bottom:0; left:0; line-height:70px; font-size:30px; font-weight:bold; background:#000; opacity:0.6" id="name"></div>-->
<div style="width:110px; position:absolute; right:-140px; bottom:0px;">
<Div style=" color:#C6713D; font-weight:bold; font-size:24px; padding-bottom:15px;">
<?php if($lang=="en")
{
echo "Play <br />Again";
}else{
echo "再玩一次";
}
?></Div>
<div style="background:url(images/playagain.png) no-repeat left top; width:110px; height:110px; cursor:pointer" onClick="pdata.Close()"></div>
</div>
</div>
</div>
</div>
<scri
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
50款小游戏合集-源码下载 (1313个子文件)
llk.appcache 540B
3464.appcache 473B
app.js.bak 127KB
gbin1schedule.htm.bak 17KB
index.html.bak 7KB
index.html.bak 6KB
animate_animo.css 66KB
jquery.mobile-1.0.min.css 48KB
jiathis_share.css 48KB
main.css 39KB
jquery-ui-1.8.1.custom.css 31KB
V1.css 30KB
css.css 27KB
main-4.css 23KB
global.css 22KB
css.css 19KB
main.css 14KB
global2.css 14KB
animate.css 12KB
fullcalendar.css 12KB
fullcalendar.css 12KB
main.min.css 9KB
9.css 6KB
global.css 6KB
style.css 6KB
m.min.css 6KB
add2home.css 5KB
m.css 5KB
App_slot.css 5KB
mainstructure.css 3KB
style.css 3KB
validationEngine.jquery.css 3KB
sidebar.css 2KB
css32.css 2KB
slot.css 1KB
index.css 1KB
css3.css 1KB
style.css 1KB
style.css 1KB
maincontent.css 953B
index.css 840B
copyright.css 703B
game_base.css 665B
loading.css 578B
Thumbs.db 48KB
Thumbs.db 9KB
aodi.eot 2.7MB
follow.gif 25KB
382.gif 17KB
ajax-loader.gif 17KB
ani.gif 12KB
loading_large.gif 9KB
load.gif 4KB
loading.gif 2KB
loading.gif 2KB
1.gif 2KB
erweima.gif 1KB
butt_pre_black.gif 1KB
butt_next_black.gif 1KB
butt_today.gif 1KB
butt_today_black.gif 1KB
butt_pre.gif 836B
butt_next.gif 833B
time.gif 551B
index.htm 59KB
gbin1schedule.htm 17KB
jiathis_utility.htm 981B
default.html 44KB
qinwa.html 28KB
index.html 25KB
game_plus.html 23KB
game.html 20KB
addons.html 14KB
index.html 13KB
game.html 12KB
index.html 12KB
index.html 11KB
myPuzzleRank.html 11KB
lottery.html 10KB
index.html 10KB
game.html 10KB
index.html 10KB
index.html 10KB
index.html 8KB
index.html 7KB
game.html 7KB
index.html 7KB
index.html 6KB
game.html 5KB
index.html 5KB
game.html 5KB
index.html 5KB
index.html 5KB
ranking.html 5KB
index.html 5KB
puzzle.html 4KB
demoSubmit.html 4KB
index.html 4KB
index.html 4KB
game.html 4KB
共 1313 条
- 1
- 2
- 3
- 4
- 5
- 6
- 14
资源评论
- 指尖上的行者2019-06-25感谢分享。
- pb662023-06-30大多不能用
- 江垂坚2020-03-29不好,什么鬼
今天有点喝多了
- 粉丝: 4
- 资源: 9
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功