summaryrefslogtreecommitdiff
path: root/yaksh/templates/manage.html
diff options
context:
space:
mode:
authoradityacp2018-06-26 13:25:19 +0530
committeradityacp2018-06-26 13:25:19 +0530
commit6ceea60ad3681aa2e6136b1294982438e6649932 (patch)
tree6034081fda21ab33fcbccf9e04fc72fb874ae1bb /yaksh/templates/manage.html
parent20b692ea468a280e3edb4a9e7f97543b5499025d (diff)
downloadonline_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.html2
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;">&nbsp;
</div>