Rev 6101 | Rev 6374 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6101 | Rev 6235 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !form reply |
2 | !form reply |
3 | <input type="hidden" name="job" value="grestrict"/> |
3 | <input type="hidden" name="job" value="grestrict" /> |
4 | <p>Here you can determine which computers (IP numbers) are allowed to be used for work |
4 | <p>Here you can determine which computers (IP numbers) are allowed to be used for work |
5 | with score registration in your class. |
5 | with score registration in your class. |
6 | These restrictions will always apply regardless of the setup of individual |
6 | These restrictions will always apply regardless of the setup of individual |
7 | worksheets. |
7 | worksheets. |
8 | </p> |
8 | </p> |
9 | <div class="wimscenter"> |
9 | <div class="wimscenter"> |
10 | <table class="wimsnoborder wimscenter wimsform"> |
10 | <table class="wimsnoborder wimscenter wimsform"> |
11 | <tr><td>Allowed IP numbers</td> |
11 | <tr><td>Allowed IP numbers</td> |
12 | <td><input size="35" name="allow" value="$allow"/></td> |
12 | <td><input size="35" name="allow" value="$allow" /></td> |
13 | </tr><tr> |
13 | </tr><tr> |
14 | <td align="right">Except:</td> |
14 | <td align="right">Except:</td> |
15 | <td><input size="35" name="except" value="$except"/></td> |
15 | <td><input size="35" name="except" value="$except" /></td> |
16 | </tr> |
16 | </tr> |
17 | </table> |
17 | </table> |
18 | </div> |
18 | </div> |
19 | <div class="wimscenter wimsform"> |
19 | <div class="wimscenter wimsform"> |
20 | <input type="submit" name="save" value="$wims_name_tosave"/> |
20 | <input type="submit" name="save" value="$wims_name_tosave" /> |
21 | <input type="submit" name="abandon" value="$wims_name_giveup"/> |
21 | <input type="submit" name="abandon" value="$wims_name_giveup" /> |
22 | </div> |
22 | </div> |
23 | !formend |
23 | !formend |
24 | 24 | ||
25 | <p> |
25 | <p> |
26 | You may type one or several words in each field. The server will check each |
26 | You may type one or several words in each field. The server will check each |