Ignore:
Timestamp:
Dec 8, 2014 5:28:47 PM (11 years ago)
Author:
quyenla
Message:

Trail 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/lecture_editor.php

    r647 r654  
    9494    </div>
    9595</div>
    96                
     96                <?php echo $licenseAvailable;?>
    9797<script type="text/javascript">
    9898        var licenseAvailable = "<?php echo $licenseAvailable;?>";
    9999        var url= "<?php echo base_url();?>";
    100100        var first_visit= "<?php echo $first_visit;?>";
     101        var p_id= "<?php echo $p_id;?>";
     102        var expire_date= "<?php echo $expire_date;?>";
    101103    var update_user_info="<?php echo $update_user_info;?>";
    102104    var us_id="<?php echo $us_id;?>";
    103105</script>               
    104106<?php
    105 $this->load->view('servicemodals');
     107$this->load->view('servicemodals',array("expire_date"=>$expire_date));
    106108$this->load->view('layout/frontend/footer', array('usjs'=> array('assets/js/frontend/lecture.js')));
    107109?>
  • pro-violet-viettel/sourcecode/application/modules/frontend/views/servicemodals.php

    r638 r654  
    11                <!-- alert-services -->
     2                <div class="modal fade" id="alert-trial-services" tabindex="-1" role="dialog"aria-hidden="true">
     3                  <div class="modal-dialog">
     4                    <div class="modal-content">
     5                      <div class="modal-header">
     6                        <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
     7                        <h4 class="modal-title">ThÃŽng báo dịch vụ</h4>
     8                      </div>
     9                      <div class="modal-body">
     10                        <div class="alert alert-block alert-success">                                           
     11                                                        <p>
     12                                                                <?php echo lang('_SBG_USER_TRIAL_SERVICE_MSG').$expire_date; ?>
     13                                                        </p>
     14                                                </div>
     15                      </div>
     16
     17                      <div class="modal-footer">
     18                        <button type="button" class="btn btn-info" data-dismiss="modal">Dùng thá»­</button>
     19                        <button type="button" class="btn btn-success" id="services-reg" data-dismiss="modal">Đăng kÜ gói VIP</button>
     20                      </div>
     21                    </div>
     22                  </div>
     23                </div>
     24                <!-- END: alert-services -->
     25                <!-- alert-services -->
    226                <div class="modal fade" id="alert-services" tabindex="-1" role="dialog"aria-hidden="true">
    327                  <div class="modal-dialog">
Note: See TracChangeset for help on using the changeset viewer.