Rev 1664 | Rev 3051 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | <div class=oefhint> |
1664 | bpr | 2 | !set hh=!trim $hint |
3 | !if $hh=$empty or $givehint<1 |
||
2067 | bpr | 4 | !!!read oef/$module_language/hint.phtml |
1664 | bpr | 5 | <p> |
6 | <center> |
||
7 | !href cmd=resume $wims_name_resume |
||
8 | . |
||
9 | </center> |
||
10 | !exit |
||
11 | !endif |
||
12 | |||
13 | <b>$name_Hint.</b> |
||
14 | !if $hint!=$executed_str or $oef2wims_version<3.10 |
||
15 | $hint |
||
16 | !else |
||
17 | !read $deffile hint |
||
18 | !endif |
||
19 | <p><center> |
||
20 | !href cmd=resume $wims_name_resume |
||
21 | . |
||
22 | </center> |
||
23 | </div><!--oefhint--> |
||
24 |