Rev 3051 | Rev 5763 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3051 | bpr | 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> |
||
4317 | bpr | 7 | !set wims_ref_class=wims_button |
1664 | bpr | 8 | !href cmd=resume $wims_name_resume |
9 | . |
||
10 | </center> |
||
11 | !exit |
||
12 | !endif |
||
13 | |||
14 | <b>$name_Hint.</b> |
||
15 | !if $hint!=$executed_str or $oef2wims_version<3.10 |
||
16 | $hint |
||
17 | !else |
||
18 | !read $deffile hint |
||
19 | !endif |
||
20 | <p><center> |
||
4317 | bpr | 21 | !set wims_ref_class=wims_button |
1664 | bpr | 22 | !href cmd=resume $wims_name_resume |
23 | </center> |
||
24 | </div><!--oefhint--> |
||
25 |