From 1fe33a0f110647f1e5e0cebe96fc4973e7c74f80 Mon Sep 17 00:00:00 2001 From: Valera Rozuvan Date: Thu, 3 Oct 2013 17:25:02 +0300 Subject: [PATCH] Updating LTI template. --- jscover.log | 0 jscover.log.1 | 0 jscover.log.2 | 0 jscover.log.3 | 0 lms/templates/lti.html | 24 ++++++++++++++++++------ 5 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 jscover.log create mode 100644 jscover.log.1 create mode 100644 jscover.log.2 create mode 100644 jscover.log.3 diff --git a/jscover.log b/jscover.log new file mode 100644 index 0000000000..e69de29bb2 diff --git a/jscover.log.1 b/jscover.log.1 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/jscover.log.2 b/jscover.log.2 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/jscover.log.3 b/jscover.log.3 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lms/templates/lti.html b/lms/templates/lti.html index aca91d1dee..669f1e22cf 100644 --- a/lms/templates/lti.html +++ b/lms/templates/lti.html @@ -1,14 +1,18 @@ <%! import json %> <%! from django.utils.translation import ugettext as _ %> -
+
## This form will be hidden. - ## If open_in_a_new_page is false then, once available on the client, the LTI - ## module JavaScript will trigget a "submit" on the form, and the + ## If open_in_a_new_page is false then, once available on the client, the + ## LTI module JavaScript will trigger a "submit" on the form, and the ## result will be rendered to the below iFrame. - ## If open_in_a_new_page is true, then link will be shown, and by clicking on it, - ## LTI will pop up in new window. + ## If open_in_a_new_page is true, then link will be shown, and by clicking + ## on it, LTI will pop up in new window.