Rev 121 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !set email=!trim $email |
2 | !set author=!trim $author |
||
3 | |||
4 | !if $author!=$empty |
||
5 | 本练习的作者 : |
||
6 | !if $email!=$empty |
||
7 | !mailurl $email $author |
||
8 | . |
||
9 | !else |
||
10 | $author. |
||
11 | !endif |
||
12 | !endif |
||
13 | !if $solution!=$empty and $hint!=$empty |
||
14 | 本练习既包含带有解释的解答, 也包含提示. |
||
15 | !endif |
||
16 | !if $solution!=$empty and $hint=$empty |
||
17 | 本练习包含带有解释的解答, 但没有提示. |
||
18 | !endif |
||
19 | !if $solution=$empty and $hint!=$empty |
||
20 | 本练习包含提示, 但不含带有解释的解答. |
||
21 | !endif |
||
22 | !if $solution$hint=$empty |
||
23 | 本练习既无带有解释的解答, 也无提示. |
||
24 | !endif |
||
121 | bpr | 25 | 本练习的链接: <br> |
1043 | bpr | 26 | !set exolink=$wims_ref_name?module=$module&+cmd=new&+exo=$thisexo |
27 | <a href="$exolink">$exolink</a> <br> |
||
121 | bpr | 28 | 目前设置的链接: <br> |
29 | !if $module_init_parm!=$empty |
||
1043 | bpr | 30 | !set exolink=$wims_ref_name?module=$module&+cmd=new&+$module_init_parm |
121 | bpr | 31 | !else |
1043 | bpr | 32 | !set exolink=$wims_ref_name?module=$module&+cmd=new |
121 | bpr | 33 | !endif |
1043 | bpr | 34 | <a href="$exolink">$exolink</a> |
20 | reyssat | 35 | <p> |
36 | 关于这组练习的信息. <p> |
||
37 | $module_about |
||
38 | <p> |
||
39 | 练习的版权属于各作者. |
||
40 | |||
41 | !changeto NEWS.phtml |