| Line | |
|---|
| 1 | # field formats |
|---|
| 2 | # name |label [hint] :type =default {value[display string],value[display string]...} //validate |
|---|
| 3 | # name|label[hint]:type=default@list//validate |
|---|
| 4 | # name[size]//validate |
|---|
| 5 | # name@list |
|---|
| 6 | |
|---|
| 7 | # define option lists |
|---|
| 8 | !list DEPARTMENTS { |
|---|
| 9 | AMST[American Studies], |
|---|
| 10 | LING[Linguistics], |
|---|
| 11 | PHIL[Philosophy], |
|---|
| 12 | other, |
|---|
| 13 | none, |
|---|
| 14 | } |
|---|
| 15 | !list BUILDINGS { |
|---|
| 16 | JMZ[Jimenez], |
|---|
| 17 | KEY[Francis Scott Key], |
|---|
| 18 | LEF[LeFrak Building], |
|---|
| 19 | MMH[Marie Mount Hall], |
|---|
| 20 | SKN[Skinner], |
|---|
| 21 | TLF[Taliafero], |
|---|
| 22 | TWS[Tawes], |
|---|
| 23 | WDS[Woods Hall], |
|---|
| 24 | } |
|---|
| 25 | !list YES_NO { yes[I agree], no[I disagree], maybe[I am undecided] } |
|---|
| 26 | !list EQUIPMENT { |
|---|
| 27 | computer[Computer], |
|---|
| 28 | vcr[VCR], |
|---|
| 29 | dvd[DVD Player], |
|---|
| 30 | projector[LCD Projector], |
|---|
| 31 | } |
|---|
| 32 | !list EXTRA_EQUIPMENT { |
|---|
| 33 | internet[Internet], |
|---|
| 34 | zip_drive[ZIP Drive], |
|---|
| 35 | floppy_disk[Floppy], |
|---|
| 36 | } |
|---|
| 37 | |
|---|
| 38 | !title Equipment Request Form |
|---|
| 39 | !author the Classroom Support Pilot Project |
|---|
| 40 | |
|---|
| 41 | name[40]//VALUE |
|---|
| 42 | course_number[20]//HIST |
|---|
| 43 | extension[20][e.g. x51234]//EXT |
|---|
| 44 | email[40]|Email address[e.g. name@host.domain]//EMAIL |
|---|
| 45 | building=SKN@BUILDINGS//VALUE |
|---|
| 46 | room_number[20]//VALUE |
|---|
| 47 | |
|---|
| 48 | dept|Department: select = PHIL{ AMST[American Studies], LING[Linguistics], PHIL[Philosophy], none } |
|---|
| 49 | |
|---|
| 50 | equip|I need a: checkbox @EQUIPMENT |
|---|
| 51 | computer_type|Preferred computer type:radio{pc[Windows],mac[Mac]} |
|---|
| 52 | extra_equip|I would also like: checkbox @EXTRA_EQUIPMENT |
|---|
| 53 | purpose|This equipment will be used for { lecture[A lecture], students[Student presentations], guest[A guest speaker]} |
|---|
| 54 | special_needs[8,60]|Additional requests or instructions:textarea |
|---|
| 55 | on_time|I recieved my equipment promptly: radio =maybe@YES_NO |
|---|
| 56 | recommend|I would recommend this service to others: radio =maybe@YES_NO |
|---|
Note: See
TracBrowser
for help on using the repository browser.