Subversion Repositories wimsdev

Rev

Rev 5901 | Rev 6101 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5901 Rev 5926
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
 Here you can determine which computers (IP numbers) are allowed to be used for work 
4
 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
 <table border="0">
9
 <table border="0">
10
 <tr><td align="right">Allowed IP numbers</td>
10
 <tr><td align="right">Allowed IP numbers</td>
11
 <td><input size="35" name="allow" value="$allow"/></td></tr>
11
 <td><input size="35" name="allow" value="$allow"/></td></tr>
12
 <tr><td align="right">Except:
12
 <tr><td align="right">Except:
13
 <td><input size="35" name="except" value="$except"/></td></tr>
13
 <td><input size="35" name="except" value="$except"/></td></tr>
14
 </table> <p>
14
 </table> <p>
15
 <input type="submit" name="save" value="$wims_name_tosave"/>&nbsp;&nbsp;&nbsp;
15
 <input type="submit" name="save" value="$wims_name_tosave"/>&nbsp;&nbsp;&nbsp;
16
 <input type="submit" name="abandon" value="$wims_name_giveup"/>
16
 <input type="submit" name="abandon" value="$wims_name_giveup"/>
-
 
17
 
17
</form>
18
!formend
18
 
19
 
19
<p>
20
<p>
20
You may type one or several words in each field. The server will check each
21
You may type one or several words in each field. The server will check each
21
word against the host name or IP number of each connecting computer. A match
22
word against the host name or IP number of each connecting computer. A match
22
will be found if a word you defined here is a substring of the host name or
23
will be found if a word you defined here is a substring of the host name or
23
IP number.
24
IP number.
24
<p>
25
</p>
25
<div class="wims_smallremark">
26
<div class="wims_smallremark">
26
<b>Hint.</b> In the <span class="wims_label">Allow field</span>, you can make time
27
<b>Hint.</b> In the <span class="wims_label">Allow field</span>, you can make time
27
restrictions for score registrations, by adding the words 
28
restrictions for score registrations, by adding the words 
28
<span class="tt wims_code_words">
29
<span class="tt wims_code_words">
29
&gt;yyyymmdd.hh:mm</span>
30
&gt;yyyymmdd.hh:mm</span>
30
(starting time) and/or
31
(starting time) and/or
31
<span class="tt wims_code_words">
32
<span class="tt wims_code_words">
32
&lt;yyyymmdd.hh:mm</span>
33
&lt;yyyymmdd.hh:mm</span>
33
(ending time). These must be in the
34
(ending time). These must be in the
34
SERVER's local time, and must be separated from other words by spaces.
35
SERVER's local time, and must be separated from other words by spaces.
35
</div>
36
</div>
36
 
37