Rev 6235 | Rev 7478 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !form reply |
||
6235 | bpr | 3 | <input type="hidden" name="job" value="grestrict" /> |
6101 | czzmrn | 4 | <p>Here you can determine which computers (IP numbers) are allowed to be used for work |
4130 | bpr | 5 | with score registration in your class. |
23 | reyssat | 6 | These restrictions will always apply regardless of the setup of individual |
3917 | bpr | 7 | worksheets. |
6101 | czzmrn | 8 | </p> |
9 | <div class="wimscenter"> |
||
10 | <table class="wimsnoborder wimscenter wimsform"> |
||
11 | <tr><td>Allowed IP numbers</td> |
||
6235 | bpr | 12 | <td><input size="35" name="allow" value="$allow" /></td> |
6101 | czzmrn | 13 | </tr><tr> |
6374 | bpr | 14 | <td style="text-align:right">Except:</td> |
6235 | bpr | 15 | <td><input size="35" name="except" value="$except" /></td> |
6101 | czzmrn | 16 | </tr> |
17 | </table> |
||
18 | </div> |
||
19 | <div class="wimscenter wimsform"> |
||
6235 | bpr | 20 | <input type="submit" name="save" value="$wims_name_tosave" /> |
21 | <input type="submit" name="abandon" value="$wims_name_giveup" /> |
||
6101 | czzmrn | 22 | </div> |
5926 | bpr | 23 | !formend |
24 | |||
23 | reyssat | 25 | <p> |
26 | You may type one or several words in each field. The server will check each |
||
4130 | bpr | 27 | word against the host name or IP number of each connecting computer. A match |
23 | reyssat | 28 | will be found if a word you defined here is a substring of the host name or |
29 | IP number. |
||
5926 | bpr | 30 | </p> |
4130 | bpr | 31 | <div class="wims_smallremark"> |
32 | <b>Hint.</b> In the <span class="wims_label">Allow field</span>, you can make time |
||
33 | restrictions for score registrations, by adding the words |
||
5901 | bpr | 34 | <span class="tt wims_code_words"> |
35 | >yyyymmdd.hh:mm</span> |
||
23 | reyssat | 36 | (starting time) and/or |
5901 | bpr | 37 | <span class="tt wims_code_words"> |
38 | <yyyymmdd.hh:mm</span> |
||
23 | reyssat | 39 | (ending time). These must be in the |
3955 | bpr | 40 | SERVER's local time, and must be separated from other words by spaces. |
4130 | bpr | 41 | </div> |