- Timestamp:
- Nov 14, 2014 10:05:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/views/user_profile.php
r512 r519 3 3 $this->load->view('layout/frontend/header', array('base_url' => $base_url, '$username' => @$username)); 4 4 $this->load->view('layout/frontend/sidebar', array('base_url' => $base_url)); 5 /*6 $this->load->view('layout/frontend/header', array('base_url'=>base_url(), '$username'=>$username));7 $base_url = base_url();8 $this->load->view('layout/frontend/sidebar', array('base_url'=>base_url())); */9 5 ?> 10 6 <div class="main-content"> … … 71 67 72 68 <div class="col-sm-8"> 73 <input type="text" name="username" value="<?php echo @$username; ?>" placeholder=" Tà i khoản" id="form-field-username" class="col-xs-12 col-sm-10" disabled>69 <input type="text" name="username" value="<?php echo @$username; ?>" placeholder="Sá» Äiá»n thoại" id="form-field-username" class="col-xs-12 col-sm-10" disabled> 74 70 </div> 75 71 </div> … … 82 78 83 79 <div class="col-sm-8"> 84 <input type="text" name="fullname" value="<?php echo @$fullname; ?>" placeholder="Há» " id="form-field-first" class="col-xs-12 col-sm-10" <?php if (@$use_package) echo 'disabled'; ?>>80 <input type="text" name="fullname" value="<?php echo @$fullname; ?>" placeholder="Há» và tên" id="form-field-first" class="col-xs-12 col-sm-10" <?php if (@$use_package) echo 'disabled'; ?>> 85 81 86 82 </div> … … 190 186 191 187 <p> 192 Quà vá» cÅ©ng có thá» thay Äá»i máºt khẩu bằng cách dùng sá» Äiá»n thoại <strong> [SoDTKhachhang]</strong> và soạn tin theo cú pháp: <strong>SBG MK [MatKhauMoi]</strong> gá»i tá»i <strong>8062</strong>.188 Quà vá» cÅ©ng có thá» thay Äá»i máºt khẩu bằng cách dùng sá» Äiá»n thoại <strong><?php echo $username; ?></strong> và soạn tin theo cú pháp: <strong>SBG MK [MatKhauMoi]</strong> gá»i tá»i <strong>8062</strong>. 193 189 <p/> 194 <p>195 Äá» lấy lại máºt khẩu cá»§a mình trên há» thá»ng SBG Online, Quà vá» hãy dùng <strong>sá» Äiá»n thoại Äã ÄÄng kà tà i khoản</strong> và soạn tin theo cú pháp: <strong>SBG MK</strong> gá»i tá»i <strong>8062</strong>.196 </p>197 190 </div> 198 191 </div> … … 204 197 <h4>Sá» tiá»n </h4> <h3><?php echo number_format(@$acc_balanced, 0); ?> VND</h3> 205 198 </div> 206 <div class="col-sm-6">207 <h4>Thá»i hạn sá» dụng </h4> <h3><?php echo @$expire_date; ?> <span class="badge"><?php echo @$date_diff; ?></span></h3>208 </div>209 210 199 <h4 class="header blue bolder smaller">Nạp tiá»n bằng thẻ cà o</h4> 200 211 201 <div class="col-sm-8"> 202 <div class="block clearfix has-error"></div> 212 203 <div class="form-group"> 213 204 <label for="form-field-pass1" class="col-sm-2 control-label no-padding-right">Mã thẻ</label> 214 205 215 206 <div class="col-sm-10"> 216 <input type="text" id="form-field-pass1" class="form-control">207 <input type="text" id="form-field-pass1" name="pin_card" class="form-control"> 217 208 </div> 218 209 </div> … … 224 215 225 216 <div class="col-sm-10"> 226 <input type="text" id="form-field-pass2" class="form-control">217 <input type="text" id="form-field-pass2" name="card_serial" class="form-control"> 227 218 </div> 228 219 </div> 229 220 </div> 230 221 <div class="col-sm-4"> 231 <button type="button" class="btn btn-success" data-toggle="modal" data-target="#alert-payment">222 <button type="button" onclick="return chargeCard(<?php echo @$us_id; ?>);" class="btn btn-success"> 232 223 <i class="icon-ok bigger-110"></i> 233 224 Tiếp tục … … 243 234 <p> 244 235 Sá» dụng thuê bao <strong><?php echo @$username; ?></strong> soạn tin nhắn: <strong>SBG NAP [sotien] gá»i 8062</strong>. <br/> 245 Nếu quà vá» sá» dụng thuê bao Viettel khác thì soạn tin nhắn: <strong>SBG NAP [tentruynhap]236 Nếu quà vá» sá» dụng thuê bao Viettel khác thì soạn tin nhắn: <strong>SBG NAP <?php echo $username; ?> 246 237 [sotien] gá»i tá»i 8062</strong>. 247 238 </p> … … 253 244 <h4 class="header blue bolder smaller">ThÃŽng tin tà i khoản</h4> 254 245 <div class="col-sm-6"> 255 <h4>Sá» tiá»n trong tà i khoản SBG Online </h4> <h3><?php echo number_format(@$acc_balanced, 0); ?> VND<span id="add_money" style="cursor:pointer" class="badge">Nạp thêm tiá»n</span></h3> 246 <h4>Sá» tiá»n trong tà i khoản SBG Online </h4> <h3><?php echo number_format(@$acc_balanced, 0); ?> VND <span id="add_money" style="cursor:pointer" class="badge" >Nạp thêm tiá»n</span></h3> 247 256 248 </div> 257 249 <div class="col-sm-6"> … … 453 445 </div> 454 446 447 <div class="modal fade" id="success_charge" tabindex="-1" role="dialog"aria-hidden="true"> 448 <div class="modal-dialog"> 449 <div class="modal-content"> 450 <div class="modal-header"> 451 <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> 452 <h4 class="modal-title">Nạp tiá»n</h4> 453 </div> 454 <div class="modal-body"> 455 <div id="success_package_register_content" class="alert alert-block alert-success"><center>Quà vá» Äã nạp thà nh cÃŽng [SoTien] và o tà i khoản <?php echo $username; ?>, tà i khoản ảo cá»§a quà là [TaiKhoanAO]!</center></div> 456 <center><button id="package_register_finish_button" data-dismiss="modal" class="btn btn-primary" >Äóng</button></center> 457 </div> 458 459 </div> 460 </div> 461 </div> 462 463 <div class="modal fade" id="not_success_charge" tabindex="-1" role="dialog"aria-hidden="true"> 464 <div class="modal-dialog"> 465 <div class="modal-content"> 466 <div class="modal-header"> 467 <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> 468 <h4 class="modal-title">Nạp tiá»n</h4> 469 </div> 470 <div class="modal-body"> 471 <div id="success_package_register_content" class="alert alert-block alert-success"><center>Mã thẻ hoặc Serial khÃŽng dúng hoặc Äã ÄÆ°á»£c sá» dụng. Quà vá» hãy kiá»m tra lại!</center></div> 472 <center><button id="package_register_finish_button" data-dismiss="modal" class="btn btn-primary" >Äóng</button></center> 473 </div> 474 475 </div> 476 </div> 477 </div> 478 455 479 <script type="text/javascript"> 456 480 var url="<?php echo base_url();?>";
Note: See TracChangeset
for help on using the changeset viewer.