Ignore:
Timestamp:
Dec 3, 2014 2:59:16 PM (10 years ago)
Author:
namnd
Message:
 
Location:
pro-violet-viettel/sourcecode/application/modules/frontend/views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/frontend/views/home.php

    r633 r636  
    1 <?php $base_url = base_url();?>
     1<?php $base_url = base_url(); ?>
    22<!DOCTYPE html>
    33<html lang="en">
     
    132132                      <div class="modal-body">
    133133                        <div class="alert alert-block alert-success" style="text-align: justify;">
    134        
    135                                                 <p>
    136                                                         Để đăng kÜ tài khoản tài khoản trên hệ thống Soạn Bài giảng trá»±c tuyến (SBG Online), QuÜ vị hãy soạn tin nhắn theo cú pháp:
    137                                                 <strong>
    138                                                         SBG DK
    139                                                 </strong>
    140                                                 gá»­i tới
    141                                                 <strong>
    142                                                 8062</strong> (500đ/tin).
    143                                                 </p>
    144                                                 <p>
    145                                                 Sau khi nhận được tin nhắn Đăng kí tài khoản cá»§a QuÜ vị, hệ thống SBG Online sẜ gá»­i lại thÃŽng tin Đăng nhập vào điện thoại cá»§a QuÜ vị.
    146                                                 </p>
    147                                                 <p>
    148                                                 Nếu đã nhận được thÃŽng tin Đăng nhập hệ thống SBG Online gá»­i tới điện thoại cá»§a mình, QuÜ vị hãy điền thÃŽng tin và nhấn vào <strong>Đăng nhập</strong> để đăng nhập vào hệ thống.
    149                                                 </p>
    150                                                 <p>
    151                                                 Nếu có vướng mắc gì về việc Đăng kí, QuÜ vị hãy gọi số <strong>01662860000</strong> để được hỗ trợ.
    152                                                 </p>
     134                                                <?php echo lang('_SBG_USER_REGISTER_MSG'); ?>
    153135                                </div>
    154136                      </div>
     
    166148                      <div class="modal-body">
    167149                        <div class="alert alert-block alert-success">                                           
    168                                                         <p>
    169                                                                 Để 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>(500đ/tin).
    170                                                         </p>
     150                                        <?php echo lang('_SBG_USER_PASSWORD_RECOVERY_MSG'); ?>
    171151                                </div>
    172152                      </div>
     
    225205                                messages: {
    226206                                        username: {
    227                                                 required: "Vui lòng nhập tài khoản hoặc số điện thoại",
     207                                                required: "<?php echo lang('_SBG_USER_LOGIN_NAME_REQUIRED_MSG'); ?>",
    228208                                        },
    229209                                        password: {
    230                                                 required: "Vui lòng nhập mật khẩu.",
     210                                                required: "<?php echo lang('_SBG_USER_LOGIN_PASSWORD_REQUIRED_MSG'); ?>",
    231211                                        }
    232212                                },
  • pro-violet-viettel/sourcecode/application/modules/frontend/views/user_profile.php

    r631 r636  
    204204
    205205                                                <div class="col-sm-10">
    206                                                     <input type="text" id="form-field-pass1" name="pin_card" class="form-control">
     206                                                    <input type="text" id="pin_card" name="pin_card" class="form-control">
    207207                                                </div>
    208208                                            </div>
     
    214214
    215215                                                <div class="col-sm-10">
    216                                                     <input type="text" id="form-field-pass2" name="card_serial" class="form-control">
     216                                                    <input type="text" id="card_serial" name="card_serial" class="form-control">
    217217                                                </div>
    218218                                            </div>
Note: See TracChangeset for help on using the changeset viewer.