File tree 1 file changed +0
-35
lines changed
xblocks_contrib/lti/templates
1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change 1
1
{% load i18n %}
2
2
3
3
< div class ="lti-wrapper ">
4
- < div
5
- id ="lti_id "
6
- class ="lti "
7
- data-open_in_a_new_page ="true "
8
- data-ajax_url ="www.example.com/ajax_url "
9
- data-package-name ="xblocks-contrib "
10
- >
11
-
12
- < form
13
- action =""
14
- name ="ltiLaunchForm "
15
- class ="ltiLaunchForm "
16
- method ="post "
17
- target ="_blank "
18
- enctype ="application/x-www-form-urlencoded "
19
- >
20
- < input name ="launch_presentation_return_url " value ="" />
21
- < input name ="lti_version " value ="LTI-1p0 " />
22
- < input name ="user_id " value ="student " />
23
- < input name ="oauth_nonce " value ="28347958723982798572 " />
24
- < input name ="oauth_timestamp " value ="2389479832 " />
25
- < input name ="oauth_consumer_key " value ="" />
26
- < input name ="lis_result_sourcedid " value ="" />
27
- < input name ="oauth_signature_method " value ="HMAC-SHA1 " />
28
- < input name ="oauth_version " value ="1.0 " />
29
- < input name ="role " value ="student " />
30
- < input name ="lis_outcome_service_url " value ="" />
31
- < input name ="oauth_signature " value ="89ru3289r3ry283y3r82ryr38yr " />
32
- < input name ="lti_message_type " value ="basic-lti-launch-request " />
33
- < input name ="oauth_callback " value ="about:blank " />
34
- < input name ="context_id " value ="testorg/testcoursename/2014 " />
35
-
36
- < input type ="submit " value ="Press to Launch " />
37
- </ form >
38
- </ div >
39
4
< h3 class ="hd hd-3 problem-header ">
40
5
{# Translators: "External resource" means that this learning module is hosted on a platform external to the edX LMS #}
41
6
{{display_name}} ({% trans 'External resource' %})
You can’t perform that action at this time.
0 commit comments