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

Last change on this file since 481 was 472, checked in by dungnv, 11 years ago
File size: 1.5 KB
Line 
1<?php
2$this->load->view('layout/frontend/header', array('flashScript' => $flashScript));
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=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                                                                          class="embed-responsive-item"
21                                                                          src="<?php echo $base_url;?>assets/soanbai/Lecture/LectureEditor.swf"
22                                                                          wmode="transparent"
23                                                                          type="application/x-shockwave-flash"
24                                                                          flashvars="host=<?php echo $base_url; ?>&<?php echo $flashVars;?>"
25                                                                  />
26                                                                </div>                                                 
27                                                                <!-- PAGE CONTENT ENDS -->
28
29                                        </div><!-- /.page-content -->
30                                </div><!-- /.main-content -->
31                        </div><!-- /.main-container-inner -->
32
33                        <a href="#" id="btn-scroll-up" class="btn-scroll-up btn btn-sm btn-inverse">
34                                <i class="icon-double-angle-up icon-only bigger-110"></i>
35                        </a>
36                </div><!-- /.main-container -->
37<?php
38$this->load->view('layout/frontend/footer');
39?>
Note: See TracBrowser for help on using the repository browser.