Rev 12988 | Rev 12999 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12988 | Rev 12994 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! file to manage score restriction for sheet, exam and other |
1 | !! file to manage score restriction for sheet, exam and other |
2 | !! don't forget to declare variable into var.def (with right number if in use) of the module |
2 | !! don't forget to declare variable into var.def (with right number if in use) of the module |
3 | !! line 1 (2 words) |
3 | !! line 1 (2 words) |
4 | !! -first : html/put/get |
4 | !! -first : html/put/get |
5 | !! html : html form to display |
5 | !! html : html form to display |
6 | !! put : initialise var with date in |
6 | !! put : initialise var with date in second line |
7 | !! get : verify data from reply and make char wimsdata in output |
7 | !! get : verify data from reply and make char wimsdata in output |
8 | !! -second : num of variable default empty (in case of several use in a same html page) |
8 | !! -second : num of variable default empty (in case of several use in a same html page) |
9 | !! line 2 : value to put (default value in the form) |
9 | !! line 2 : value to put (default value in the form) |
10 | 10 | ||
11 | !distribute line $wims_read_parm into _job,_value |
11 | !distribute line $wims_read_parm into _job,_value |