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

Last change on this file since 632 was 632, checked in by dungnv, 10 years ago
File size: 4.9 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-content">
7                                        <div class="page-content no-padding">
8                                                                <!-- PAGE CONTENT BEGINS -->
9                                                                <?php $langParam = '&language=Vietnamese' ?>
10                                                                <?php $flashVars = 'online=true&applicationId=Violet Online' ?>
11                                                                <?php $flashVars.= '&commonLibList=sxIOE3.xml,sxIOE4.xml,sxIOE5.xml,tnIOE3.xml,tnIOE4.xml,tnIOE5.xml' ?>
12                                                                <?php $flashVars.= '&youtubeUrl='.$base_url.'assets/soanbai/Service/fake_youtube.php'.$langParam.'&command=Init OK' ?>
13                                                                <?php $flashVars.= '&licenseStatus='.$licenseAvailable ?>
14                                                                <?php $flashVars.= '&userId='. isset($licflashVars['id']) ? $licflashVars['id']:'' ?>
15                                                                <?php $flashVars.= '&appUserName='.isset($licflashVars['fullname']) ? $licflashVars['fullname']:'' ?>
16                                                                <?php $flashVars.= '&appAddress='.isset($licflashVars['school']) ? $licflashVars['school']:'' ?>
17 
18                                                                <div class="embed-responsive embed-responsive-4by3">
19                                                                  <embed                                                                 
20                                                                          scale="showall"
21                                                                          id="LectorEditorOnline"
22                                                                          salign="t"
23                                                                          name="LectorEditorOnline"                                                                       
24                                                                          class="embed-responsive-item"
25                                                                          src="<?php echo $base_url;?>assets/soanbai/Lecture/LectureEditor.swf"
26                                                                          wmode="transparent"
27                                                                          type="application/x-shockwave-flash"
28                                                                          flashvars="host=<?php echo $base_url; ?>&<?php echo $flashVars;?>"
29                                                                  />
30                                                                </div>                                                 
31                                                                <!-- PAGE CONTENT ENDS -->
32                                        </div><!-- /.page-content -->
33                                </div><!-- /.main-content -->
34                        </div><!-- /.main-container-inner -->
35
36                        <!-- <a href="#" id="btn-scroll-up" class="btn-scroll-up btn btn-sm btn-inverse">
37                                <i class="icon-double-angle-up icon-only bigger-110"></i>
38                        </a> -->
39                </div><!-- /.main-container -->
40               
41<div class="modal fade" id="update_user_info" tabindex="-1" role="dialog"aria-hidden="true">
42    <div class="modal-dialog">
43        <div class="modal-content">
44            <div class="modal-header">
45               
46                <h4 class="modal-title">Cập nhật thÃŽng tin cá nhân</h4>
47            </div>
48            <div class="modal-body">
49                    <form id="update_user_info" class="form-horizontal form" action="#" method="POST">
50                       
51                        <div class="errors" id="package_register_errors">
52                           
53                        </div>
54                        <div class="form-group" style="margin-bottom:0px;">
55                            <label for="form-field-first" class="col-sm-4 control-label no-padding-right">
56                                Họ và tên</label>
57                            <div class="col-sm-8">
58                                <input name="fullname" type="text" value="" placeholder="Họ và tên" id="form-field-first" class="input-large">
59                                <label class="block clearfix has-error">
60                                <div id="fullname" class="help-block error"></div>
61                                </label>   
62                            </div>
63                        </div>
64
65                        <div class="space-4"></div>
66
67                        <div class="form-group">
68                            <label for="form-field-username" class="col-sm-4 control-label no-padding-right">
69                                Đơn vị</label>
70                            <div class="col-sm-8">
71                                <input name="school"  type="text" value="" placeholder="Đơn vị" id="form-field-first" class="input-large">
72                            <label class="block clearfix has-error">
73                                <div id="school" class="help-block error"></div>
74                                </label>
75                            </div>
76                        </div>
77
78                        Lưu Ü:
79                        <ul>
80                        <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>
81                        </ul>
82
83                       
84                    </form>
85               
86                <div class="modal-footer">
87
88                 <a href="#" id="update_user_info" class="btn btn-success" >Hoàn tất</a>
89                </div>
90            </div>
91        </div>
92    </div>
93</div>
94               
95<script type="text/javascript">
96        var licenseAvailable = "<?php echo $licenseAvailable;?>";
97        var url= "<?php echo base_url();?>";
98        var first_visit= "<?php echo $first_visit;?>";
99        var update_user_info="<?php echo $update_user_info;?>";
100        var us_id="<?php echo $us_id;?>";
101</script>               
102<?php
103$this->load->view('servicemodals');
104$this->load->view('layout/frontend/footer', array('usjs'=> array('assets/js/frontend/lecture.js')));
105?>
106               
Note: See TracBrowser for help on using the repository browser.