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