Rev 1043 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1043 | Rev 1882 | ||
---|---|---|---|
Line 1... | Line -... | ||
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 |
- | |
25 | ±¾Á·Ï°µÄÁ´½Ó: <br> |
- | |
26 | !set exolink=$wims_ref_name?module=$module&+cmd=new&+exo=$thisexo |
- | |
27 | <a href="$exolink">$exolink</a> <br> |
- | |
28 | ĿǰÉèÖõÄÁ´½Ó: <br> |
- | |
29 | !if $module_init_parm!=$empty |
- | |
30 | !set exolink=$wims_ref_name?module=$module&+cmd=new&+$module_init_parm |
- | |
31 | !else |
- | |
32 | !set exolink=$wims_ref_name?module=$module&+cmd=new |
- | |
33 | !endif |
- | |
34 | <a href="$exolink">$exolink</a> |
- | |
35 | <p> |
- | |
36 | ¹ØÓÚÕâ×éÁ·Ï°µÄÐÅÏ¢. <p> |
- | |
37 | $module_about |
- | |
38 | <p> |
- | |
39 | Á·Ï°µÄ°æÈ¨ÊôÓÚ¸÷×÷Õß. |
- | |
40 | - | ||
41 | !changeto |
1 | !changeto oef/about.phtml |