source: text-formbuilder/trunk/bin/equip_request.txt @ 1

Last change on this file since 1 was 1, checked in by peter, 20 years ago

initial import

File size: 1.6 KB
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
41name[40]//VALUE
42course_number[20]//HIST
43extension[20][e.g. x51234]//EXT
44email[40]|Email address[e.g. name@host.domain]//EMAIL
45building=SKN@BUILDINGS//VALUE
46room_number[20]//VALUE
47
48dept|Department: select = PHIL{ AMST[American Studies], LING[Linguistics], PHIL[Philosophy], none }
49
50equip|I need a: checkbox @EQUIPMENT
51computer_type|Preferred computer type:radio{pc[Windows],mac[Mac]}
52extra_equip|I would also like: checkbox @EXTRA_EQUIPMENT
53purpose|This equipment will be used for { lecture[A lecture], students[Student presentations], guest[A guest speaker]}
54special_needs[8,60]|Additional requests or instructions:textarea
55on_time|I recieved my equipment promptly: radio =maybe@YES_NO
56recommend|I would recommend this service to others: radio =maybe@YES_NO
Note: See TracBrowser for help on using the repository browser.