Rev 20 | Rev 2067 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 1664 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <div class=oefhint> |
1 | <div class=oefhint> |
- | 2 | !set hh=!trim $hint |
|
- | 3 | !if $hh=$empty or $givehint<1 |
|
2 | !read oef/$module_language/hint.phtml |
4 | !read oef/$module_language/hint.phtml |
- | 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 |
|
3 |
|
18 | !endif |
- | 19 | <p><center> |
|
- | 20 | !href cmd=resume $wims_name_resume |
|
- | 21 | . |
|
- | 22 | </center> |
|
- | 23 | </div><!--oefhint--> |
|
- | 24 |