diff options
author | adityacp | 2018-06-26 13:25:19 +0530 |
---|---|---|
committer | adityacp | 2018-06-26 13:25:19 +0530 |
commit | 6ceea60ad3681aa2e6136b1294982438e6649932 (patch) | |
tree | 6034081fda21ab33fcbccf9e04fc72fb874ae1bb /yaksh/templates/manage.html | |
parent | 20b692ea468a280e3edb4a9e7f97543b5499025d (diff) | |
download | online_test-6ceea60ad3681aa2e6136b1294982438e6649932.tar.gz online_test-6ceea60ad3681aa2e6136b1294982438e6649932.tar.bz2 online_test-6ceea60ad3681aa2e6136b1294982438e6649932.zip |
Changes in template, templatetags and static files
- Add new templates index.html, module.html, unit.html for course download
- Add links in student and moderator templates for course download
- Add video js plugin for rendering uploaded lesson video file
- Remove jquery-1.4.2
- Add template tag to get formatted names
- Change student and moderator lesson template to view lessons files properly
Diffstat (limited to 'yaksh/templates/manage.html')
-rw-r--r-- | yaksh/templates/manage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/manage.html b/yaksh/templates/manage.html index c1f9da3..2889905 100644 --- a/yaksh/templates/manage.html +++ b/yaksh/templates/manage.html @@ -30,7 +30,7 @@ <!-- iframe div for video embed --> <div id="iframe_div" style="display: none;"> <div style="width: 640px; height: 480px; position: relative;"> - <iframe id="video_frame" width="800" height="500" frameborder="0" allowfullscreen> + <iframe id="video_frame" width="640" height="480" frameborder="0" allowfullscreen> </iframe> <div style="width: 80px; height: 80px; position: absolute; opacity: 0; right: 0px; top: 0px;"> </div> |