Fixed up some XHTML and also sesskey links on link dialog
[moodle.git] / lang / et / help / resource / program.html
blob0a07a5f4d4e04bb808e1e895abc08734715d4ca1
1 <P ALIGN=CENTER><B>Program Resources</B></P>
3 <p>A Program resource is an external resource that is able to accept data
4 passed to it from Moodle.</p>
6 <p>The data is passed via HTTP GET (as part of the URL) and includes:</p>
8 <ul>
9 <li>extern_nav: the URL from which the resource is being called
10 <li>extern_usr: the username of the current user
11 <li>extern_nam: the full name of the current user
12 <li>extern_tim: the current time
13 <li>extern_pwd: a unique password
14 </ul>
16 <p>All this is due to be revised sometime in the near future.</p>