Add Learning Tools Interoperability (LTI) blade.

LTI blade allows to include LTI components to courses.
Python integration, Jasmine and acceptance tests are included.
This commit is contained in:
Valera Rozuvan
2013-08-19 17:25:13 +03:00
committed by Alexander Kryklia
parent 0734d835a1
commit d02ef8bc12
22 changed files with 1062 additions and 7 deletions

View File

@@ -0,0 +1,30 @@
div.lti {
// align center
margin: 0 auto;
h3.error_message {
display: block;
}
form.ltiLaunchForm {
display: none;
}
iframe.ltiLaunchFrame {
width: 100%;
height: 800px;
display: none;
border: 0px;
overflow-x: hidden;
}
&.rendered {
iframe.ltiLaunchFrame {
display: block;
}
h3.error_message {
display: none;
}
}
}