Difference between revisions of "Team:Cambridge-JIC/Practices"
KaterinaMN (Talk | contribs) |
KaterinaMN (Talk | contribs) |
||
Line 195: | Line 195: | ||
1: "Learn more" | 1: "Learn more" | ||
}); | }); | ||
− | step5b = new q.step(" | + | step5b = new q.step("Learn more about the hardware-specific Copyleft options:", { |
− | 0: " | + | 0: "CERN OHL (more widely used)", |
− | 1: " | + | 1: "TAPR OHL" |
}); | }); | ||
step5c = new q.step("Learn more about the general Copyleft options:", { | step5c = new q.step("Learn more about the general Copyleft options:", { | ||
Line 206: | Line 206: | ||
1: "Learn more about OSH" | 1: "Learn more about OSH" | ||
}); | }); | ||
− | + | ||
− | + | final3c = function(options) { | |
− | + | window.location.href="http://www.google.com"; | |
− | + | return $('<h3>').text('You are being redirected to the page with information about the CC0 license.') | |
− | + | } | |
− | + | ||
− | + | final5a = function(options) { | |
+ | window.location.href="http://www.google.com"; | ||
+ | return $('<h3>').text('You are being redirected to the page with information about Permissive licenses.') | ||
+ | } | ||
+ | |||
+ | final5b0 = function(options) { | ||
+ | window.location.href="http://www.google.com"; | ||
+ | return $('<h3>').text('You are being redirected to the page with information about the CERN OHL.') | ||
+ | } | ||
+ | |||
+ | final5b1 = function(options) { | ||
+ | window.location.href="http://www.google.com"; | ||
+ | return $('<h3>').text('You are being redirected to the page with information about the TAPR OHL.') | ||
+ | } | ||
+ | |||
+ | final5c0 = function(options) { | ||
+ | window.location.href="http://www.google.com"; | ||
+ | return $('<h3>').text('You are being redirected to the page with information about the GNU GPL.') | ||
+ | } | ||
+ | |||
+ | final5c1 = function(options) { | ||
+ | window.location.href="http://www.google.com"; | ||
+ | return $('<h3>').text('You are being redirected to the page with information about viral licenses.') | ||
+ | } | ||
+ | |||
+ | final5d = function(options) { | ||
window.location.href="http://www.google.com"; | window.location.href="http://www.google.com"; | ||
− | return $('<h3>').text(' | + | return $('<h3>').text('You are being redirected to the page with information about OSH.') |
} | } | ||
Line 228: | Line 253: | ||
step3b.bind(step4d, [0]); | step3b.bind(step4d, [0]); | ||
step3b.bind(step4c, [1]); | step3b.bind(step4c, [1]); | ||
+ | step3c.bind(final3c, [1]); | ||
step4a.bind(step5d, [1]); | step4a.bind(step5d, [1]); | ||
step4b.bind(step5d, [1]); | step4b.bind(step5d, [1]); | ||
Line 233: | Line 259: | ||
step4d.bind(step5c, [0]); | step4d.bind(step5c, [0]); | ||
step4d.bind(step5b, [1]); | step4d.bind(step5b, [1]); | ||
− | step5b.bind( | + | step5a.bind(final5a, [1]); |
− | step5b.bind( | + | step5b.bind(final5b0, [0]); |
− | + | step5b.bind(final5b1, [1]); | |
+ | step5c.bind(final5c0, [0]); | ||
+ | step5c.bind(final5c1, [1]); | ||
+ | step5d.bind(final5d, [1]); | ||
q.start(step0); | q.start(step0); |
Revision as of 17:13, 8 September 2015