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