Rev 9648 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
9647 | obado | 1 | <div class="oefhint wims_widget_box"> |
12347 | bpr | 2 | !set hh=!trim $hint |
3 | !if $hh=$empty or $givehint<1 |
||
4 | !!!read oef/$module_language/hint.phtml |
||
5 | <div class="wimscenter"> |
||
6 | !set wims_ref_class=wims_button |
||
7 | !href cmd=resume $wims_name_resume |
||
8 | </div> |
||
9647 | obado | 9 | </div> |
12347 | bpr | 10 | !exit |
11 | !endif |
||
1664 | bpr | 12 | |
12347 | bpr | 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> |
||
1664 | bpr | 25 | </div><!--oefhint--> |