Subversion Repositories wimsdev

Rev

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