- Timestamp:
- Nov 13, 2014 6:46:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/views/package_register_modal.php
r490 r491 8 8 <div class="modal-body"> 9 9 <div class="alert alert-block alert-success"> 10 <?php if ($can_buy==0) {?> 11 QuÜ thầy cÃŽ khÃŽng có Äá»§ tiá»n trong tà i khoản Äá» ÄÄng kÜ gói dá»ch vụ nà y, vui lòng nạp thêm tiá»n hoặc chá»n gói khác. 12 <?php } ?> 13 <?php if ($can_edit==0) {?> 10 14 <p> 11 Quà vá» cần Äiá»n Äầy Äá»§ Há» và tên chÃnh xác bằng tiếng Viá»t có dấu, các tên ÄÆ¡n vá» sẜ khÃŽng ÄÆ°á»£c chấp nháºn.15 QuÜ thầy cÃŽ kiá»m tra thÃŽng tin cá nhân cá»§a mình, vui lòng Äiá»n Äầy Äá»§ há» tên. 12 16 </p> 17 <?php } ?> 13 18 </div> 14 <form class="form-horizontal" action="#" method="POST">19 <form id="do_package_register" class="form-horizontal" action="#" method="POST"> 15 20 <div class="form-group"> 16 21 <label for="form-field-first" class="col-sm-4 control-label no-padding-right"> 17 22 Há» và tên</label> 18 23 <div class="col-sm-8"> 19 <input type="text" value="" placeholder="Há»" id="form-field-first" class="input-small">20 <input type="text" value="" placeholder="Tên" id="form-field-last" class="input-small">24 <input <?php if ($can_edit==0) {?> disabled <?php } ?> type="text" value="<?php echo "ten"; $?>" placeholder="Há»" id="form-field-first" class="input-small"> 25 <input <?php if ($can_edit==0) {?> disabled <?php } ?>type="text" value="" placeholder="Tên" id="form-field-last" class="input-small"> 21 26 </div> 22 27 </div> … … 33 38 </form> 34 39 <div class="modal-footer"> 40 <a href="#" class="btn btn-success" data-dismiss="modal">Quay lại</a> 41 <?php if ($can_buy==1) {?> 35 42 <a href="#" class="btn btn-success" data-dismiss="modal">ÄÄng kÜ</a> 43 <?php } ?> 36 44 </div> 37 45 </div>
Note: See TracChangeset
for help on using the changeset viewer.