- Timestamp:
- Nov 11, 2014 11:21:47 PM (11 years ago)
- Location:
- pro-violet-viettel/sourcecode/application/modules/frontend/views
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/views/lecture_editor.php
r450 r472 1 1 <?php 2 $this->load->view('layout/frontend/header' );2 $this->load->view('layout/frontend/header', array('flashScript' => $flashScript)); 3 3 $base_url = base_url(); 4 4 $this->load->view('layout/frontend/sidebar'); 5 5 ?> 6 7 8 6 <div class="main-container-inner"> 9 7 … … 12 10 <div class="page-content no-padding"> 13 11 <!-- PAGE CONTENT BEGINS --> 12 <?php $langParam = '&language=Vietnamese' ?> 13 <?php $flashVars = 'online=true&applicationId=Violet Online' ?> 14 <?php $flashVars.= '&commonLibList=sxIOE3.xml,sxIOE4.xml,sxIOE5.xml,tnIOE3.xml,tnIOE4.xml,tnIOE5.xml' ?> 15 <?php $flashVars.= '&youtubeUrl=Service/fake_youtube.php'.$langParam.'&command=Init OK' ?> 16 <?php $flashVars.= '&licenseStatus='.$licenseAvailable ?> 17 14 18 <div class="embed-responsive embed-responsive-16by9"> 15 19 <embed … … 18 22 wmode="transparent" 19 23 type="application/x-shockwave-flash" 20 flashvars="host=<?php echo $base_url; ?> ajax/user/login/xml"24 flashvars="host=<?php echo $base_url; ?>&<?php echo $flashVars;?>" 21 25 /> 22 26 </div>
Note: See TracChangeset
for help on using the changeset viewer.