-Incantation | result | Explanation |
+Incantation | Result | Explanation |
request.filename | &EXT('request.filename') |
full internal path of the current resource |
request.uri | &EXT('request.uri') |
- Uri of the currently viewed resource |
+ URI of the currently viewed resource |
request.state | &EXT('request.state') |
- state of the resource, eith construct or publish |
+ state of the resource, either: construct or published |
user.name | &EXT('user.name') |
username of user |
user.domain | &EXT('user.domain') |
@@ -16,37 +16,37 @@ Some things to do with &EXT()
user.course.sec | &EXT('user.course.sec') |
Users's Course Section |
environment.firstname | &EXT('environment.firstname') |
- User's firstname |
+ User's first name |
environment.middlename | &EXT('environment.middlename') |
User's middle name |
environment.lastname | &EXT('environment.lastname') |
- User's lastname |
+ User's last name |
environment.generation | &EXT('environment.generation') |
Jr., Sr., III, etc. |
environment.screenname | &EXT('environment.screenname') |
- User screen name (name that appears in FDBK postings) |
+ User's screen name (name that appears in discussion postings) |
environment.nickname | &EXT('environment.nickname') |
- User nick name. (Name the user prefers to be called in person |
+ User's nickname. (Name the user prefers to be called in person) |
environment.id | &EXT('environment.id') |
- user id number |
+ User's student/employee ID number |
request.browser.version | &EXT('request.browser.version') |
- Version of the users Browser |
+ Version of the user's browser |
request.browser.type | &EXT('request.browser.type') |
What type of browser is the user using |
course.description | &EXT('course.decription') |
- Decriptive name for a course |
+ Descriptive name for a course |
course.num | &EXT('course.num') |
Internal Course Identifier |
course.url | &EXT('course.url') |
Current course toplevel map. |
query.* | |
- query.* allows access to the passed in form parameters |
+ query.* allows access to ny passed-in form parameters |
query.grade_target | &EXT('query.grade_target') |
Ignore this. It isn't generally useful. |
Other things: