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

Last change on this file since 625 was 625, checked in by namnd, 10 years ago
File size: 4.8 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                                                                <?php $flashVars.= '&userId='.$licflashVars['id'] ?>
18                                                                <?php $flashVars.= '&appUserName='.$licflashVars['fullname'] ?>
19                                                                <?php $flashVars.= '&appAddress='.$licflashVars['school'] ?>
20 
21                                                                <div class="embed-responsive embed-responsive-16by9">
22                                                                  <embed
23                                                                          id="LectorEditorOnline"
24                                                                          name="LectorEditorOnline"                                                                       
25                                                                          class="embed-responsive-item"
26                                                                          src="<?php echo $base_url;?>assets/soanbai/Lecture/LectureEditor.swf"
27                                                                          wmode="transparent"
28                                                                          type="application/x-shockwave-flash"
29                                                                          flashvars="host=<?php echo $base_url; ?>&<?php echo $flashVars;?>"
30                                                                  />
31                                                                </div>                                                 
32                                                                <!-- PAGE CONTENT ENDS -->
33                                        </div><!-- /.page-content -->
34                                </div><!-- /.main-content -->
35                        </div><!-- /.main-container-inner -->
36
37                        <a href="#" id="btn-scroll-up" class="btn-scroll-up btn btn-sm btn-inverse">
38                                <i class="icon-double-angle-up icon-only bigger-110"></i>
39                        </a>
40                </div><!-- /.main-container -->
41
42               
43               
44               
45<div class="modal fade" id="update_user_info" tabindex="-1" role="dialog"aria-hidden="true">
46    <div class="modal-dialog">
47        <div class="modal-content">
48            <div class="modal-header">
49               
50                <h4 class="modal-title">Cập nhật thÃŽng tin cá nhân</h4>
51            </div>
52            <div class="modal-body">
53                    <form id="update_user_info" class="form-horizontal form" action="#" method="POST">
54                       
55                        <div class="errors" id="package_register_errors">
56                           
57                        </div>
58                        <div class="form-group" style="margin-bottom:0px;">
59                            <label for="form-field-first" class="col-sm-4 control-label no-padding-right">
60                                Họ và tên</label>
61                            <div class="col-sm-8">
62                                <input name="fullname" type="text" value="" placeholder="Họ và tên" id="form-field-first" class="input-large">
63                                <label class="block clearfix has-error">
64                                <div id="fullname" class="help-block error"></div>
65                                </label>   
66                            </div>
67                        </div>
68
69                        <div class="space-4"></div>
70
71                        <div class="form-group">
72                            <label for="form-field-username" class="col-sm-4 control-label no-padding-right">
73                                Đơn vị</label>
74                            <div class="col-sm-8">
75                                <input name="school"  type="text" value="" placeholder="Đơn vị" id="form-field-first" class="input-large">
76                            <label class="block clearfix has-error">
77                                <div id="school" class="help-block error"></div>
78                                </label>
79                            </div>
80                        </div>
81
82                        Lưu Ü:
83                        <ul>
84                        <li>QuÜ vị cần điền đầy đủ Họ tên chính xác bằng tiếng Việt có dấu, các tên đơn vị sẜ khÃŽng được chấp nhận. </li><li>ThÃŽng tin Họ tên sẜ khÃŽng thể thay đổi sau khi QuÜ vị Đăng kí Sá»­ dụng dịch vụ.</li>
85                        </ul>
86
87                       
88                    </form>
89               
90                <div class="modal-footer">
91
92                 <a href="#" id="update_user_info" class="btn btn-success" >Hoàn tất</a>
93                </div>
94            </div>
95        </div>
96    </div>
97</div>
98               
99<script type="text/javascript">
100        var licenseAvailable = "<?php echo $licenseAvailable;?>";
101        var url= "<?php echo base_url();?>";
102        var first_visit= "<?php echo $first_visit;?>";
103        var update_user_info="<?php echo $update_user_info;?>";
104        var us_id="<?php echo $us_id;?>";
105</script>               
106<?php
107$this->load->view('servicemodals');
108$this->load->view('layout/frontend/footer', array('usjs'=> array('assets/js/frontend/lecture.js')));
109?>
110               
Note: See TracBrowser for help on using the repository browser.