-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.html
186 lines (177 loc) · 12.4 KB
/
profile.html
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<div class="app-content" style="">
<div ui-butterbar></div>
<a href class="off-screen-toggle hide" data-toggle="class:off-screen" data-target=".app-aside" ></a>
<div class="app-content-body fade-in-up">
<!-- COPY the content from "tpl/" -->
<div class="hbox hbox-auto-xs hbox-auto-sm">
<div class="col">
<div class="wrapper-md">
<div>
<div class="row">
<!--div class="col-sm-3">
</div-->
<div class="col-sm-12" style="margin-top:20px; min-width: 600px;">
<form name="chargeForm" action="#" class="form-horizontal form-validation" ng-init="getBalanceInfo()">
<div class="panel panel-default">
<div class="panel-heading bg-light lter" style="text-align:left;">
<h2 style="margin-left:160px;"><strong>{{$root.translation.PROFILE_POPUP_PROFILE}}</strong></h2>
</div>
<div class="panel-body">
<div class="form-group">
<label class="col-sm-2 control-label">{{$root.translation.PROFILE_USER_ID}} : </label>
<label class="col-sm-6 control-label" style="text-align: left;">{{ $root.userInfo.u_id }}</label>
</div>
<div class="line line-dashed b-b"></div>
<div class="form-group">
<label class="col-sm-2 control-label">{{$root.translation.PROFILE_NICKNAME}} : </label>
<label class="col-sm-6 control-label" style="text-align: left;">{{ $root.userInfo.user_nickname }}</label>
</div>
<div class="line line-dashed b-b"></div>
<div class="form-group">
<label class="col-sm-2 control-label">{{$root.translation.PROFILE_EMAIL}} : </label>
<div class="col-sm-6">
<label class="col-sm-8 control-label" style="text-align: left;">{{ $root.userInfo.user_email }}</label>
<button type="button" class="btn btn-info" ng-click="resetUserEmail()">{{$root.translation.PROFILE_USER_UPDATE}}</button>
</div>
</div>
<div class="line line-dashed b-b"></div>
<div class="form-group">
<label class="col-sm-2 control-label">{{$root.translation.PROFILE_MOBILE}} : </label>
<div class="col-sm-6">
<label class="col-sm-8 control-label" style="text-align: left;">{{ $root.userInfo.user_phone }}</label>
<button type="button" class="btn btn-info" ng-click="resetUserMobile()">{{$root.translation.PROFILE_USER_UPDATE}}</button>
</div>
</div>
<div class="line line-dashed b-b"></div>
<div class="form-group">
<label class="col-sm-2 control-label">{{$root.translation.PROFILE_LEVEL}} : </label>
<label class="col-sm-6 control-label" style="text-align: left;">Lv {{ $root.userInfo.user_level }}</label>
</div>
<div class="line line-dashed b-b"></div>
<div class="form-group">
<label class="col-sm-2 control-label">{{$root.translation.PROFILE_REGISTER_DATE}} : </label>
<label class="col-sm-6 control-label" style="text-align: left;">{{ $root.userInfo.user_add_time }}</label>
</div>
<div class="line line-dashed b-b"></div>
<div class="form-group">
<label class="col-sm-2 control-label">{{$root.translation.PROFILE_LAST_LOGIN_DATE}} : </label>
<label class="col-sm-6 control-label" style="text-align: left;">{{ $root.userInfo.last_login_time }}</label>
</div>
<div class="line line-dashed b-b"></div>
<div class="form-group">
<label class="col-sm-2 control-label">{{$root.translation.PROFILE_LAST_LOGIN_IP}} : </label>
<label class="col-sm-6 control-label" style="text-align: left;">{{ $root.userInfo.last_login_ip }}</label>
</div>
<div class="line line-dashed b-b"></div>
<div class="form-group">
<label class="col-sm-2 control-label">{{$root.translation.PROFILE_LOGIN_IP}} : </label>
<div class="col-sm-6">
<label class="col-sm-8 control-label" style="text-align: left;">{{ $root.userInfo.login_ip }}</label>
<button type="button" class="btn btn-info" style="" ng-click="resetUserInfo()">{{$root.translation.PROFILE_USER_UPDATE}}</button>
</div>
</div>
<div class="line line-dashed b-b"></div>
<div class="form-group">
<label class="col-sm-2 control-label">{{$root.translation.PROFILE_POCKET_MONEY}} : </label>
<label class="col-sm-6 control-label" style="text-align: left;"> {{$root.userInfo.user_balance | number}}</label>
</div>
<div class="line line-dashed b-b"></div>
<div class="form-group">
<label class="col-sm-2 control-label">{{$root.translation.PROFILE_SAFE_MONEY}} : </label>
<label class="col-sm-6 control-label" style="text-align: left;"> {{$root.userInfo.user_pocketmoney | number}}</label>
</div>
<div class="line line-dashed b-b"></div>
<div class="form-group">
<label class="col-sm-2 control-label">{{$root.translation.PROFILE_USER_PASSWORD}} : </label>
<div class="col-sm-6">
<button type="button" class="btn btn-info" style="float: left; margin-left: 30px;" ng-click="resetUserPassword()">{{$root.translation.PROFILE_USER_UPDATE}}</button>
</div>
</div>
<div class="line line-dashed b-b"></div>
<div class="form-group">
<label class="col-sm-2 control-label">{{$root.translation.PROFILE_SAFE_PASSWORD}} : </label>
<div class="col-sm-6">
<button type="button" class="btn btn-info" style="float: left; margin-left: 30px;" ng-click="resetPocketPassword()">{{$root.translation.PROFILE_USER_UPDATE}}</button>
</div>
</div>
<div class="line line-dashed b-b"></div>
<div class="form-group">
<label class="col-sm-2 control-label">{{$root.translation.PROFILE_WITHDRAW_PASSWORD}} : </label>
<div class="col-sm-6">
<button type="button" class="btn btn-info" style="float: left; margin-left: 30px;" ng-click="resetWithdrawlPassword()">{{$root.translation.PROFILE_USER_UPDATE}}</button>
</div>
</div>
<div class="line line-dashed b-b"></div>
<div class="form-group">
<label class="col-sm-2 control-label">{{$root.translation.PROFILE_USER_PHOTO}} : </label>
<div class="col-sm-6">
<button type="button" class="btn btn-info" style="float: left; margin-left: 30px;" ng-click="resetUserPhoto()">{{$root.translation.PROFILE_USER_UPDATE}}</button>
</div>
</div>
<div class="line line-dashed b-b"></div>
<div class="form-group" style="margin-left: 10px;">
<label class="col-sm-2 control-label">{{$root.translation.PROFILE_USER_VERIFY}} : </label>
<div class="col-sm-8">
<label class="switch" style="float: left; margin-left: 30px;">
<input type="checkbox" ng-click="changeUserVerification()" ng-model="userVerify">
<span class="slider round"></span>
</label>
<label style="float: left; margin-left: 30px; margin-bottom: 0px;">{{$root.translation.PROFILE_USER_VERIFY_COMMENT1}}</label>
<label style="float: left; margin-left: 30px;">{{$root.translation.PROFILE_USER_VERIFY_COMMENT2}}</label>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- ----------------------------------------------- -->
<div class="col w-lg bg-light lter b-l bg-auto">
<div class="wrapper">
<div class="panel b-a" ng-show="$root.showNotices.length != 0">
<h4 class="font-thin padder"><a href class="text-info"><strong>Notice</strong></a></h4>
<ul class="list-group">
<li class="list-group-item" ng-repeat="one_notice in showNotices">
<p ng-click="showNoticeDetails()"><em><a style="text-decoration: underline;">{{ one_notice.show_m }}</a></em></p>
<small class="block text-muted"><i class="fa fa-fw fa-clock-o"></i> {{ one_notice.time }}</small>
</li>
</ul>
</div>
<div class="panel b-a">
<h4 class="font-thin padder"><a href class="text-info"><strong>News</strong></a></h4>
<ul class="list-group">
<li class="list-group-item" ng-repeat="one_news in showNews">
<p ng-click="showNewsDetails(one_news)"><em><a style="text-decoration: underline;">{{ one_news.show_m }}</a></em></p>
<small class="block text-muted"><i class="fa fa-fw fa-clock-o"></i>{{ one_news.time }}</small>
</li>
</ul>
</div>
</div>
</div>
<!-- ----------------------------------------------- -->
</div>
<div style="background: #271e1f; width: 100%; margin-top: 50px;">
<div style="display: table; margin: 0 auto; color: #c0bebe; padding-top: 28px; padding-right: 30px; padding-left: 30px;">
<p>{{$root.translation.ABOUT_US_TITLE}}<br/>
{{$root.translation.ABOUT_US_CONTENT1}}<br/>
{{$root.translation.ABOUT_US_CONTENT2}}<br/>
{{$root.translation.ABOUT_US_CONTENT3}}<br/>
{{$root.translation.ABOUT_US_CONTENT4}}<br/>
{{$root.translation.ABOUT_US_CONTENT5}}<br/>
</p>
</div>
<center>
<img src="img/footerLogo.png" style="width: 100%;" />
</center>
<div style="display: table; margin: 0 auto; color: #c0bebe; text-align: center;">
<p>{{$root.translation.ABOUT_US_CONTENT6}}<br/>
{{$root.translation.ABOUT_US_CONTENT7}}<br/>
</p>
</div>
</div>
<!-- PASTE above -->
</div>
</div>