Subversion Repositories wimsdev

Rev

Rev 17177 | Rev 17880 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17177 Rev 17878
Line 19... Line 19...
19
$table_tr<td class="tt wims_code_words">exercise</td><td>The requested module is an exercise.</td></tr>
19
$table_tr<td class="tt wims_code_words">exercise</td><td>The requested module is an exercise.</td></tr>
20
$table_tr<td class="tt wims_code_words">hint</td><td>The request is for hint.</td></tr>
20
$table_tr<td class="tt wims_code_words">hint</td><td>The request is for hint.</td></tr>
21
$table_tr<td class="tt wims_code_words">local</td><td>The requested module is under the local/ subtree.</td></tr>
21
$table_tr<td class="tt wims_code_words">local</td><td>The requested module is under the local/ subtree.</td></tr>
22
$table_tr<td class="tt wims_code_words">recreation</td><td>The requested module is a recreation.</td></tr>
22
$table_tr<td class="tt wims_code_words">recreation</td><td>The requested module is a recreation.</td></tr>
23
$table_tr<td class="tt wims_code_words">tool</td><td>The requested module is a tool.</td></tr>
23
$table_tr<td class="tt wims_code_words">tool</td><td>The requested module is a tool.</td></tr>
-
 
24
$table_tr<td class="tt wims_code_words">freework</td><td>The requested module is a freework.</td></tr>
24
$table_end
25
$table_end
25
 
26
 
26
!set date=!char 1 to 8 of $wims_now
27
!set date=!char 1 to 8 of $wims_now
27
!set year=!char 1 to 4 of $wims_now
28
!set year=!char 1 to 4 of $wims_now
28
<div>
29
<div>
Line 62... Line 63...
62
</pre></div><div>
63
</pre></div><div>
63
# Work in the virtual class prohibited from 10pm to 6am on the days of October.
64
# Work in the virtual class prohibited from 10pm to 6am on the days of October.
64
<pre>
65
<pre>
65
<span class="tt wims_code_words">class:! &gt;****10**.22:00 &lt;****10**.23:59</span>
66
<span class="tt wims_code_words">class:! &gt;****10**.22:00 &lt;****10**.23:59</span>
66
<span class="tt wims_code_words">class:! &gt;****10**.00:00 &lt;****10**.06:00</span>
67
<span class="tt wims_code_words">class:! &gt;****10**.00:00 &lt;****10**.06:00</span>
-
 
68
</pre>
-
 
69
# Work on any activity which is not freework is phohibited from all the network.
-
 
70
<pre>
-
 
71
<span class="tt wims_code_words">nonfreeworks:!all</span>
67
</pre>
72
</pre>
68
</div>
73
</div>