Skip to content

Commit b924f68

Browse files
author
Coala
committed
update site
1 parent 4906d4e commit b924f68

24 files changed

+1500
-1366
lines changed

Diff for: charge.html

+143-144
Large diffs are not rendered by default.

Diff for: css/app.css

+4-2
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,6 @@ body {
767767
.app-content-body {
768768
float: left;
769769
width: 100%;
770-
padding-bottom: 50px;
771770
}
772771

773772
.app-footer {
@@ -1325,7 +1324,7 @@ html {
13251324
bottom: 0;
13261325
z-index: 1010;
13271326
display: block !important;
1328-
width: 75%;
1327+
width: 50%;
13291328
overflow-x: hidden;
13301329
overflow-y: auto;
13311330
visibility: visible;
@@ -1855,6 +1854,7 @@ fieldset[disabled] .btn-primary.active {
18551854
border-color: #7266ba;
18561855
}
18571856

1857+
18581858
.btn-success {
18591859
color: #ffffff !important;
18601860
background-color: #27c24c;
@@ -1864,6 +1864,7 @@ fieldset[disabled] .btn-primary.active {
18641864
.btn-success:hover,
18651865
.btn-success:focus,
18661866
.btn-success:active,
1867+
.btn-success.focus,
18671868
.btn-success.active,
18681869
.open .dropdown-toggle.btn-success {
18691870
color: #ffffff !important;
@@ -1896,6 +1897,7 @@ fieldset[disabled] .btn-success.active {
18961897
border-color: #27c24c;
18971898
}
18981899

1900+
18991901
.btn-info {
19001902
color: #ffffff !important;
19011903
background-color: #23b7e5;

Diff for: dialogs/ChargeSuccess.html

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<div class="modal-body" id="modal-body">
2+
<form class="form-horizontal" >
3+
<span class="heading">
4+
<img src="img/logo1.png" alt="." style="max-height: 40px !important;">
5+
<span style="vertical-align:bottom;">&nbsp;{{ $root.translation.ALERT_DIALOG_TITLE }}</span>
6+
<button type="button" class="close" style="line-height: 0;" ng-click="exitMsg()">
7+
<span style="font-size:50px;vertical-align:text-top;">&times;</span>
8+
</button>
9+
</span>
10+
11+
<div class="form-group">
12+
13+
<label style="text-align: left; float: left; font-size: 20px;">{{$root.translation.CHARGE_BANKNAME}} :&nbsp;&nbsp;&nbsp;</label>
14+
<label style="text-align: left; float: left; font-size: 20px;">{{$root.chargesuccess.comment1}}</label>
15+
<br style="clear: both;">
16+
<div ng-if="$root.chargesuccess.isuser == 1">
17+
<label style="text-align: left; float: left; font-size: 20px;">{{$root.translation.CHARGE_USERNAME}} :&nbsp;</label>
18+
<label style="text-align: left; float: left; font-size: 20px;">{{$root.chargesuccess.comment5}}</label>
19+
<br style="clear: both;">
20+
</div>
21+
<label style="text-align: left; float: left; font-size: 20px;">{{$root.translation.WITHDRAW_CARDNUMBER}} :&nbsp;&nbsp;&nbsp;</label>
22+
<label style="text-align: left; float: left; font-size: 20px;">{{$root.chargesuccess.comment2}}</label>
23+
<br style="clear: both;">
24+
<br style="clear: both;">
25+
26+
<label style="text-align: left; float: left; font-size: 20px;">{{$root.translation.CHARGE_SUCCESS_GAMEMONEY}} :&nbsp;&nbsp;&nbsp;</label>
27+
<label style="text-align: left; float: left; font-size: 20px;">{{$root.chargesuccess.comment3 | number}}</label>
28+
<br style="clear: both;">
29+
<label style="text-align: left; float: left; font-size: 20px;">{{$root.translation.CHARGE_SUCCESS_REALMONEY}} :&nbsp;&nbsp;&nbsp;</label>
30+
<label style="text-align: left; float: left; font-size: 20px;">{{$root.chargesuccess.comment4 | number:0}}{{$root.chargesuccess.currency}}</label>
31+
<br style="clear: both;">
32+
<br style="clear: both;">
33+
<label style="text-align: left; float: left; font-size: 20px;">{{$root.translation.CHARGE_SUCCESS_COMMENT}}</label>
34+
35+
</div>
36+
<button type="button" class="btn btn-info" style="border-radius: 10px; margin-right:50px; float: none; padding-top: 7px; background: #cbc5ad; padding-bottom: 7px; border-color: #cbc5ad;" ng-click="sendPayRequest()">{{$root.translation.CHARGE_SUCCESS_OK_BTN}}</button>
37+
<button type="button" class="btn btn-info" style="border-radius: 10px; float: none; padding-top: 7px; background: #cbc5ad; padding-bottom: 7px; border-color: #cbc5ad;" ng-click="exitMsg()">{{$root.translation.CHARGE_SUCCESS_CANCEL_BTN}}</button>
38+
39+
</form>
40+
</div>

Diff for: dialogs/PassPocketDialog.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<form class="form-horizontal" name="pocketPass">
33
<span class="heading">
44
<img src="img/logo1.png" alt="." style="max-height: 40px !important;">
5-
<span style="vertical-align:bottom;">&nbsp;{{$root.translation.PASS_PCOKET_DIALOG_TITLE}}</span>
5+
<span style="vertical-align:bottom;">&nbsp;{{$root.translation.PASS_POCKET_DIALOG_TITLE}}</span>
66
<button type="button" class="close" data-dismiss="modal" style="line-height: 0;" ng-click="exitMsg()">
77
<span style="font-size:50px;vertical-align:text-top;">&times;</span>
88
</button>

Diff for: dialogs/ResetUserPhoto.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88
</button>
99
</span>
1010

11-
<div class="form-group">
11+
<div class="form-group" style="margin-bottom: 0px;">
1212
<div class="row">
1313
<div ng-repeat="product in photoAvatar">
14-
<div class="clearfix" ng-if="$index % 5 == 0"></div>
15-
<div class="col col-sm-3" style="width: 20%;">
14+
<div class="clearfix" ng-if="$index % 4 == 0"></div>
15+
<div class="col col-sm-2" style="width: 23%;">
1616
<label>
1717
<input type="radio" name="fb" id={{product.photoindex}} ng-model="photo_value" value={{product.photoindex}} ng-value={{product.photoindex}} ng-click="selectPhoto(photo_value)"/>
18-
<img src={{product.photourl}} style="width: 120px; height: 200px; margin-bottom: 40px;">
18+
<img src={{product.photourl}} style="width: 50px; height: 60px; margin-bottom: 40px;">
1919
</label>
2020
</div>
2121
</div>
2222
</div>
2323
</div>
2424

25-
<div class="form-group">
25+
<div class="form-group" style="margin-bottom: 15px;">
2626
<button type="button" ng-Click="resetUserPhotoFunc()" class="btn btn-default" style="font-size:16px;color:white!important;">{{$root.translation.RESET_USER_EMAIL_OK}}
2727
</button>
2828
</div>

Diff for: dialogs/SetPocketPasswordDialog.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
</div>
1919

2020
<div class="form-group">
21+
<label style="float: left; margin-top: 25px;">{{$root.translation.POCKET_SET_PASS_CONTENT1}}</label>
2122
<button type="button" ng-Click="setPocketPassFunc()" class="btn btn-default" style="font-size:16px;color:white!important;" ng-disabled="setPocketPass.$invalid || setPocketPass.$pristine">{{$root.translation.PASS_WITHDRAW_DIALOG_OK}}
2223
</button>
23-
<!--button type="button" ng-Click="setPocketPassFunc()" class="btn btn-default" style="font-size:16px;color:white!important;" ng-disabled="setPocketPass.$invalid || setPocketPass.$pristine">{{$root.translation.SET_WITHDRAW_DIALOG_OK}}
24-
</button-->
24+
<label style="float: left; text-align: left;">{{$root.translation.POCKET_SET_PASS_CONTENT2}}</label>
2525
</div>
2626
</form>
2727
</div>

Diff for: dialogs/SetWithdrawlPasswordDialog.html

+2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
</div>
1919

2020
<div class="form-group">
21+
<label style="float: left; margin-top: 25px;">{{$root.translation.WITHDRAW_SET_PASS_CONTENT1}}</label>
2122
<button type="submit" class="btn btn-default" style="font-size:16px;color:white!important;" ng-disabled="setPass.$invalid || setPass.$pristine">{{$root.translation.SET_WITHDRAW_DIALOG_OK}}
2223
</button>
24+
<label style="float: left; text-align: left;">{{$root.translation.WITHDRAW_SET_PASS_CONTENT2}}</label>
2325
</div>
2426
</form>
2527
</div>

Diff for: download.html

+40-37
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<i class="fa fa-apple block m-b-xs fa-4x"></i>
2727
<span class=" fa-2x">{{$root.translation.DOWNLOAD_DOWNLOAD}}&nbsp;<i class="fa fa-download"></i></span>
2828
</a>
29-
<a href="http://101.102.224.50:10008/gameapks/Casino_Poker.apk" class="col padder-v text-white">
29+
<a href="http://116.255.149.50:10008/gameapks/Casino_Poker.apk" class="col padder-v text-white">
3030
<i class="fa fa-android block m-b-xs fa-4x"></i>
3131
<span class=" fa-2x">{{$root.translation.DOWNLOAD_DOWNLOAD}}&nbsp;<i class="fa fa-download"></i></span>
3232
</a>
@@ -42,14 +42,15 @@
4242
<h2 class="font-bold">{{$root.translation.DOWNLOAD_SINGLE}}</h2>
4343
</div>
4444
<div class="clearfix panel-footer">
45-
<div class="col-sm-6">
46-
<button class="btn btn-download btn-rounded" style="margin-right: 10px;" ng-click="card_game()">{{ $root.translation.SIDE_MENU_CARD }}</button>
47-
<button class="btn btn-download btn-rounded" style="margin-right: 10px;" ng-click="orak_game()">{{ $root.translation.SIDE_MENU_ORAK }}</button>
48-
<button class="btn btn-download btn-rounded" style="margin-right: 10px;" ng-click="sport_game()">{{ $root.translation.SIDE_MENU_SPORT }}</button>
49-
<button class="btn btn-download btn-rounded" style="margin-right: 10px;" ng-click="horse_game()">{{ $root.translation.SIDE_MENU_HORSE }}</button>
50-
<button class="btn btn-download btn-rounded" style="margin-right: 10px;" ng-click="live_game()">{{ $root.translation.SIDE_MENU_LIVE }}</button>
51-
</div>
52-
<div class="input-group col-sm-4">
45+
<div class="col-sm-8">
46+
<button class="btn btn-download btn-rounded" style="margin-right: 10px;" ng-click="all_game()">{{ $root.translation.DOWNLOAD_CATEGORY_ALL }} ({{show_gameList.length}})</button>
47+
<button class="btn btn-download btn-rounded" style="margin-right: 10px;" ng-click="card_game()">{{ $root.translation.SIDE_MENU_CARD }} ({{card_games.length}})</button>
48+
<button class="btn btn-download btn-rounded" style="margin-right: 10px;" ng-click="orak_game()">{{ $root.translation.SIDE_MENU_ORAK }} ({{orak_games.length}})</button>
49+
<button class="btn btn-download btn-rounded" style="margin-right: 10px;" ng-click="sport_game()">{{ $root.translation.SIDE_MENU_SPORT }} ({{sport_games.length}})</button>
50+
<button class="btn btn-download btn-rounded" style="margin-right: 10px;" ng-click="horse_game()">{{ $root.translation.SIDE_MENU_HORSE }} ({{horse_games.length}})</button>
51+
<button class="btn btn-download btn-rounded" style="margin-right: 10px;" ng-click="live_game()">{{ $root.translation.SIDE_MENU_LIVE }} ({{live_games.length}})</button>
52+
</div>
53+
<div class="input-group col-sm-4" style="float: right;">
5354
<input type="text" class="form-control input-sm btn-rounded" ng-model="game_search" placeholder={{$root.translation.TOP_MENU_SEARCH}}>
5455
<span class="input-group-btn">
5556
<button type="button" ng-click="search_Games()" class="btn btn-default btn-sm btn-rounded"><i class="fa fa-search"></i></button>
@@ -58,15 +59,15 @@ <h2 class="font-bold">{{$root.translation.DOWNLOAD_SINGLE}}</h2>
5859
</div>
5960
</div>
6061

61-
<div class="panel b-a">
62-
63-
<div class="col-lg-3" ng-repeat="one_show in show_gameList">
62+
<div ng-repeat="one_show in show_gameList">
63+
<div class="clearfix" ng-if="$index % 4 == 0"></div>
64+
<div class="col-lg-3">
6465
<div class="panel panel-default">
6566
<div class="panel-body">
6667
<div class="clearfix text-center ">
6768
<div class="inline">
6869

69-
<div class="thumb-xl">
70+
<div class="thumb-xl" style="width: 100%">
7071
<img src={{one_show.game_photolink}} width="100%"/>
7172
</div>
7273

@@ -78,7 +79,7 @@ <h2 class="font-bold">{{$root.translation.DOWNLOAD_SINGLE}}</h2>
7879
</div>
7980
</div>
8081

81-
<div class="hbox text-center b-b b-light text-sm " style="background-color:#23b7e5;">
82+
<div class="hbox text-center b-b b-light text-sm " style="background-color:#23b7e5;">
8283
<a ng-click="notReady()" class="col padder-v text-white b-r b-light">
8384
<i class="fa fa-laptop block m-b-xs fa-2x"></i>
8485
<span >{{$root.translation.DOWNLOAD_DOWNLOAD}}&nbsp;<i class="fa fa-download"></i></span>
@@ -95,31 +96,11 @@ <h2 class="font-bold">{{$root.translation.DOWNLOAD_SINGLE}}</h2>
9596

9697
</div>
9798
</div>
98-
99+
</div>
99100

100-
</div>
101101

102102

103-
<br style="clear: both;">
104-
<div style="background: #271e1f; width: 100%; margin-top: 50px;">
105-
<div style="display: table; margin: 0 auto; color: #c0bebe; padding-top: 28px; padding-right: 30px; padding-left: 30px;">
106-
<p>{{$root.translation.ABOUT_US_TITLE}}<br/>
107-
{{$root.translation.ABOUT_US_CONTENT1}}<br/>
108-
{{$root.translation.ABOUT_US_CONTENT2}}<br/>
109-
{{$root.translation.ABOUT_US_CONTENT3}}<br/>
110-
{{$root.translation.ABOUT_US_CONTENT4}}<br/>
111-
{{$root.translation.ABOUT_US_CONTENT5}}<br/>
112-
</p>
113-
</div>
114-
<center>
115-
<img src="img/footerLogo.png" style="width: 100%;" />
116-
</center>
117-
<div style="display: table; margin: 0 auto; color: #c0bebe; text-align: center;">
118-
<p>{{$root.translation.ABOUT_US_CONTENT6}}<br/>
119-
{{$root.translation.ABOUT_US_CONTENT7}}<br/>
120-
</p>
121-
</div>
122-
</div>
103+
<br style="clear: both;">
123104

124105
</div>
125106

@@ -138,7 +119,7 @@ <h4 class="font-thin padder"><a href class="text-info"><strong>{{$root.translati
138119
<ul class="list-group">
139120

140121
<li class="list-group-item" ng-repeat="one_popular in popular_gameLists">
141-
<a href="#" class="thumb pull-left m-r">
122+
<a href="#" class="thumb pull-left m-r">
142123
<img src={{one_popular.game_photolink}} />
143124
</a>
144125
<div class="clear">
@@ -157,6 +138,28 @@ <h4 class="font-thin padder"><a href class="text-info"><strong>{{$root.translati
157138
</div>
158139
</div>
159140
</div>
141+
142+
143+
144+
<div style="background: #271e1f; width: 100%; margin-top: 50px;">
145+
<div style="display: table; margin: 0 auto; color: #c0bebe; padding-top: 28px; padding-right: 30px; padding-left: 30px;">
146+
<p>{{$root.translation.ABOUT_US_TITLE}}<br/>
147+
{{$root.translation.ABOUT_US_CONTENT1}}<br/>
148+
{{$root.translation.ABOUT_US_CONTENT2}}<br/>
149+
{{$root.translation.ABOUT_US_CONTENT3}}<br/>
150+
{{$root.translation.ABOUT_US_CONTENT4}}<br/>
151+
{{$root.translation.ABOUT_US_CONTENT5}}<br/>
152+
</p>
153+
</div>
154+
<center>
155+
<img src="img/footerLogo.png" style="width: 100%;" />
156+
</center>
157+
<div style="display: table; margin: 0 auto; color: #c0bebe; text-align: center;">
158+
<p>{{$root.translation.ABOUT_US_CONTENT6}}<br/>
159+
{{$root.translation.ABOUT_US_CONTENT7}}<br/>
160+
</p>
161+
</div>
162+
</div>
160163
<!-- PASTE above -->
161164
</div>
162165
</div>

Diff for: help.html

+20-20
Original file line numberDiff line numberDiff line change
@@ -98,26 +98,6 @@ <h4 class="panel-title" style="color:#7266ba;">
9898
</div>
9999
<!-- / tab -->
100100

101-
<div style="background: #271e1f; width: 100%; margin-top: 50px;">
102-
<div style="display: table; margin: 0 auto; color: #c0bebe; padding-top: 28px; padding-right: 30px; padding-left: 30px;">
103-
<p>{{$root.translation.ABOUT_US_TITLE}}<br/>
104-
{{$root.translation.ABOUT_US_CONTENT1}}<br/>
105-
{{$root.translation.ABOUT_US_CONTENT2}}<br/>
106-
{{$root.translation.ABOUT_US_CONTENT3}}<br/>
107-
{{$root.translation.ABOUT_US_CONTENT4}}<br/>
108-
{{$root.translation.ABOUT_US_CONTENT5}}<br/>
109-
</p>
110-
</div>
111-
<center>
112-
<img src="img/footerLogo.png" style="width: 100%;" />
113-
</center>
114-
<div style="display: table; margin: 0 auto; color: #c0bebe; text-align: center;">
115-
<p>{{$root.translation.ABOUT_US_CONTENT6}}<br/>
116-
{{$root.translation.ABOUT_US_CONTENT7}}<br/>
117-
</p>
118-
</div>
119-
</div>
120-
121101
</div>
122102
<!-- -----------------------right start--------------------------- -->
123103
<div class="col-lg-3" ng-show="$root.is_logged">
@@ -156,5 +136,25 @@ <h4 class="font-thin padder"><a href class="text-info"><strong>News</strong></a>
156136
</div>
157137
</div>
158138

139+
<div style="background: #271e1f; width: 100%; margin-top: 50px;">
140+
<div style="display: table; margin: 0 auto; color: #c0bebe; padding-top: 28px; padding-right: 30px; padding-left: 30px;">
141+
<p>{{$root.translation.ABOUT_US_TITLE}}<br/>
142+
{{$root.translation.ABOUT_US_CONTENT1}}<br/>
143+
{{$root.translation.ABOUT_US_CONTENT2}}<br/>
144+
{{$root.translation.ABOUT_US_CONTENT3}}<br/>
145+
{{$root.translation.ABOUT_US_CONTENT4}}<br/>
146+
{{$root.translation.ABOUT_US_CONTENT5}}<br/>
147+
</p>
148+
</div>
149+
<center>
150+
<img src="img/footerLogo.png" style="width: 100%;" />
151+
</center>
152+
<div style="display: table; margin: 0 auto; color: #c0bebe; text-align: center;">
153+
<p>{{$root.translation.ABOUT_US_CONTENT6}}<br/>
154+
{{$root.translation.ABOUT_US_CONTENT7}}<br/>
155+
</p>
156+
</div>
157+
</div>
158+
159159

160160
</div>

Diff for: home.html

+20-20
Original file line numberDiff line numberDiff line change
@@ -109,26 +109,6 @@
109109

110110
<br style="clear: both;" ng-if="!show_searchResults">
111111

112-
<div style="background: #271e1f; width: 100%; margin-top: 50px;">
113-
<div style="display: table; margin: 0 auto; color: #c0bebe; padding-top: 28px; padding-right: 30px; padding-left: 30px;">
114-
<p>{{$root.translation.ABOUT_US_TITLE}}<br/>
115-
{{$root.translation.ABOUT_US_CONTENT1}}<br/>
116-
{{$root.translation.ABOUT_US_CONTENT2}}<br/>
117-
{{$root.translation.ABOUT_US_CONTENT3}}<br/>
118-
{{$root.translation.ABOUT_US_CONTENT4}}<br/>
119-
{{$root.translation.ABOUT_US_CONTENT5}}<br/>
120-
</p>
121-
</div>
122-
<center>
123-
<img src="img/footerLogo.png" style="width: 100%;" />
124-
</center>
125-
<div style="display: table; margin: 0 auto; color: #c0bebe; text-align: center;">
126-
<p>{{$root.translation.ABOUT_US_CONTENT6}}<br/>
127-
{{$root.translation.ABOUT_US_CONTENT7}}<br/>
128-
</p>
129-
</div>
130-
</div>
131-
132112
</div>
133113

134114

@@ -159,6 +139,26 @@ <h4 class="font-thin padder"><a href class="text-info"><strong>News</strong></a>
159139
</div>
160140

161141
</div>
142+
143+
<div style="background: #271e1f; width: 100%; margin-top: 50px;">
144+
<div style="display: table; margin: 0 auto; color: #c0bebe; padding-top: 28px; padding-right: 30px; padding-left: 30px;">
145+
<p>{{$root.translation.ABOUT_US_TITLE}}<br/>
146+
{{$root.translation.ABOUT_US_CONTENT1}}<br/>
147+
{{$root.translation.ABOUT_US_CONTENT2}}<br/>
148+
{{$root.translation.ABOUT_US_CONTENT3}}<br/>
149+
{{$root.translation.ABOUT_US_CONTENT4}}<br/>
150+
{{$root.translation.ABOUT_US_CONTENT5}}<br/>
151+
</p>
152+
</div>
153+
<center>
154+
<img src="img/footerLogo.png" style="width: 100%;" />
155+
</center>
156+
<div style="display: table; margin: 0 auto; color: #c0bebe; text-align: center;">
157+
<p>{{$root.translation.ABOUT_US_CONTENT6}}<br/>
158+
{{$root.translation.ABOUT_US_CONTENT7}}<br/>
159+
</p>
160+
</div>
161+
</div>
162162
<!-- PASTE above -->
163163
</div>
164164
</div>

0 commit comments

Comments
 (0)