Rev 9648 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9648 | Rev 12347 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <div class="oefhint wims_widget_box"> |
1 | <div class="oefhint wims_widget_box"> |
2 |
|
2 | !set hh=!trim $hint |
3 |
|
3 | !if $hh=$empty or $givehint<1 |
4 |
|
4 | !!!read oef/$module_language/hint.phtml |
5 |
|
5 | <div class="wimscenter"> |
6 |
|
6 | !set wims_ref_class=wims_button |
7 |
|
7 | !href cmd=resume $wims_name_resume |
8 | </div> |
- | |
9 | </div> |
- | |
10 | !exit |
- | |
11 | !endif |
- | |
12 | - | ||
13 | <h2 class="title_box">$name_Hint.</h2> |
- | |
14 | <div class="box_content"> |
- | |
15 | !if $hint!=$executed_str or $oef2wims_version<3.10 |
- | |
16 | $hint |
- | |
17 | !else |
- | |
18 | !read $deffile hint |
- | |
19 | !endif |
- | |
20 | </div> |
- | |
21 | <div class="wimscenter oef_actions"> |
- | |
22 | !set wims_ref_class=wims_button icon_button |
- | |
23 | !href cmd=resume <span class="resume">$wims_name_resume</span> |
- | |
24 | </div> |
8 | </div> |
- | 9 | </div> |
|
- | 10 | !exit |
|
- | 11 | !endif |
|
- | 12 | ||
- | 13 | <h2 class="title_box">$name_Hint.</h2> |
|
- | 14 | <div class="box_content"> |
|
- | 15 | !if $hint!=$executed_str or $oef2wims_version<3.10 |
|
- | 16 | $hint |
|
- | 17 | !else |
|
- | 18 | !read $deffile hint |
|
- | 19 | !endif |
|
- | 20 | </div> |
|
- | 21 | <div class="wimscenter oef_actions"> |
|
- | 22 | !set wims_ref_class=wims_button icon_button |
|
- | 23 | !href cmd=resume <span class="resume">$wims_name_resume</span> |
|
- | 24 | </div> |
|
25 | </div><!--oefhint--> |
25 | </div><!--oefhint--> |