Rev 6679 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
24 | reyssat | 1 | !set proc=oef |
2 | !header |
||
3 | |||
4 | !if $wims_class=$empty |
||
6650 | obado | 5 | <p> |
24 | reyssat | 6 | 本模块是虚拟班的内部模块. 由于你不是以班级成员建立连接的, |
7 | 你无权进入. 抱歉. |
||
5843 | bpr | 8 | </p> |
6650 | obado | 9 | <p class="wimscenter"> |
10 | !href $ 返回Wims |
||
11 | </p> |
||
12 | !tail |
||
24 | reyssat | 13 | !exit |
14 | !endif |
||
15 | |||
6650 | obado | 16 | <p>本模块收集了<span class="wims_institutiondesc">$wims_institutionname</span>的 |
5081 | bpr | 17 | <span class="wims_classdesc">$wims_classname</span>的互动式练习, |
6650 | obado | 18 | 它们是在班级内创立的.</p> |
19 | |||
24 | reyssat | 20 | !if $wims_user=supervisor |
6650 | obado | 21 | <p> |
22 | !set wims_ref_class=wims_button |
||
7835 | bpr | 23 | !href module=adm/createxo 点击这里以创建其它练习. |
6650 | obado | 24 | </p> |
25 | !read oef/intromenu.phtml |
||
26 | !else |
||
27 | <p> |
||
6679 | zjchen | 28 | 只有主持教师才能进入这个练习目录. |
6650 | obado | 29 | </p> |
30 | <p class="wimscenter"> |
||
31 | !href $ $wims_name_home |
||
32 | </p> |
||
24 | reyssat | 33 | !endif |
34 | |||
35 | !tail |