- Timestamp:
- Dec 3, 2014 2:59:16 PM (10 years ago)
- 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(); ?> 2 2 <!DOCTYPE html> 3 3 <html lang="en"> … … 132 132 <div class="modal-body"> 133 133 <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'); ?> 153 135 </div> 154 136 </div> … … 166 148 <div class="modal-body"> 167 149 <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'); ?> 171 151 </div> 172 152 </div> … … 225 205 messages: { 226 206 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'); ?>", 228 208 }, 229 209 password: { 230 required: " Vui lòng nháºp máºt khẩu.",210 required: "<?php echo lang('_SBG_USER_LOGIN_PASSWORD_REQUIRED_MSG'); ?>", 231 211 } 232 212 }, -
pro-violet-viettel/sourcecode/application/modules/frontend/views/user_profile.php
r631 r636 204 204 205 205 <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"> 207 207 </div> 208 208 </div> … … 214 214 215 215 <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"> 217 217 </div> 218 218 </div>
Note: See TracChangeset
for help on using the changeset viewer.