Rev 5763 | Rev 9647 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5763 | Rev 7680 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <div class="oefhint"> |
1 | <div class="oefhint"> |
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 | . |
8 | . |
9 | </div> |
9 | </div> |
10 | !exit |
10 | !exit |
11 | !endif |
11 | !endif |
Line 15... | Line 15... | ||
15 | $hint |
15 | $hint |
16 | !else |
16 | !else |
17 | !read $deffile hint |
17 | !read $deffile hint |
18 | !endif |
18 | !endif |
19 | <div class="wimscenter"> |
19 | <div class="wimscenter"> |
20 | !set wims_ref_class=wims_button |
20 | !set wims_ref_class=wims_button |
21 | !href cmd=resume $wims_name_resume |
21 | !href cmd=resume $wims_name_resume |
22 | </div> |
22 | </div> |
23 | </div><!--oefhint--> |
23 | </div><!--oefhint--> |
24 | - |