Rev 7680 | Rev 9648 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7680 | Rev 9647 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <div class="oefhint"> |
1 | <div class="oefhint wims_widget_box"> |
2 | !set hh=!trim $hint |
2 | !set hh=!trim $hint |
3 | !if $hh=$empty or $givehint<1 |
3 | !if $hh=$empty or $givehint<1 |
4 | !!!read oef/$module_language/hint.phtml |
4 | !!!read oef/$module_language/hint.phtml |
5 | <div class="wimscenter"> |
5 | <div class="wimscenter"> |
6 | !set wims_ref_class=wims_button |
6 | !set wims_ref_class=wims_button |
7 | !href cmd=resume $wims_name_resume |
7 | !href cmd=resume $wims_name_resume |
8 | . |
- | |
9 | </div> |
8 | </div> |
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 | <div class="wimscenter"> |
- | |
20 | !set wims_ref_class=wims_button |
- | |
21 | !href cmd=resume $wims_name_resume |
- | |
22 | </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 resume"> |
|
- | 22 | !set wims_ref_class=wims_button resume |
|
- | 23 | !href cmd=resume $wims_name_resume |
|
- | 24 | </div> |
|
23 | </div><!--oefhint--> |
25 | </div><!--oefhint--> |