source: pro-violet-viettel/sourcecode/application/modules/frontend/views/lecture_editor.php @ 483

Last change on this file since 483 was 483, checked in by dungnv, 11 years ago
File size: 1.6 KB
Line 
1<?php
2$this->load->view('layout/frontend/header');
3$base_url = base_url();
4$this->load->view('layout/frontend/sidebar');
5?>
6                        <div class="main-container-inner">
7
8                                <div class="main-content">
9
10                                        <div class="page-content no-padding">
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='.$base_url.'assets/soanbai/Service/fake_youtube.php'.$langParam.'&command=Init OK' ?>
16                                                                <?php $flashVars.= '&licenseStatus='.$licenseAvailable ?>
17
18                                                                <div class="embed-responsive embed-responsive-16by9">
19                                                                  <embed
20                                                                          id="LectorEditorOnline"
21                                                                          name="LectorEditorOnline"                                                                       
22                                                                          class="embed-responsive-item"
23                                                                          src="<?php echo $base_url;?>assets/soanbai/Lecture/LectureEditor.swf"
24                                                                          wmode="transparent"
25                                                                          type="application/x-shockwave-flash"
26                                                                          flashvars="host=<?php echo $base_url; ?>&<?php echo $flashVars;?>"
27                                                                  />
28                                                                </div>                                                 
29                                                                <!-- PAGE CONTENT ENDS -->
30                                        </div><!-- /.page-content -->
31                                </div><!-- /.main-content -->
32                        </div><!-- /.main-container-inner -->
33
34                        <a href="#" id="btn-scroll-up" class="btn-scroll-up btn btn-sm btn-inverse">
35                                <i class="icon-double-angle-up icon-only bigger-110"></i>
36                        </a>
37                </div><!-- /.main-container -->
38               
39<?php
40$this->load->view('servicemodals');
41$this->load->view('layout/frontend/footer', array('usjs'=> array('assets/js/frontend/lecture.js')));
42?>
Note: See TracBrowser for help on using the repository browser.