Changeset 566


Ignore:
Timestamp:
Nov 18, 2014 5:32:59 PM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

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

    r553 r566  
    1515                                                                <?php $flashVars.= '&youtubeUrl='.$base_url.'assets/soanbai/Service/fake_youtube.php'.$langParam.'&command=Init OK' ?>
    1616                                                                <?php $flashVars.= '&licenseStatus='.$licenseAvailable ?>
    17 
     17                                                                <?php $flashVars.= '&userId='.$licflashVars['id'] ?>
     18                                                                <?php $flashVars.= '&appUserName='.$licflashVars['fullname'] ?>
     19                                                                <?php $flashVars.= '&appAddress='.$licflashVars['school'] ?>
     20 
    1821                                                                <div class="embed-responsive embed-responsive-16by9">
    1922                                                                  <embed
     
    3841               
    3942<script type="text/javascript">
    40                     var licenseAvailable = "<?php echo $licenseAvailable;?>";
    41                     var url= "<?php echo base_url();?>";
    42                     var first_visit= "<?php echo $first_visit;?>";
     43        var licenseAvailable = "<?php echo $licenseAvailable;?>";
     44        var url= "<?php echo base_url();?>";
     45        var first_visit= "<?php echo $first_visit;?>";
    4346</script>               
    4447<?php
Note: See TracChangeset for help on using the changeset viewer.