Subversion Repositories wimsdev

Rev

Rev 5763 | Rev 9647 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3051 bpr 1
<div class="oefhint">
1664 bpr 2
!set hh=!trim $hint
3
!if $hh=$empty or $givehint<1
2067 bpr 4
!!!read oef/$module_language/hint.phtml
5763 bpr 5
 <div class="wimscenter">
7680 bpr 6
!set wims_ref_class=wims_button
1664 bpr 7
 !href cmd=resume $wims_name_resume
8
.
5763 bpr 9
 </div>
1664 bpr 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
5763 bpr 19
 <div class="wimscenter">
7680 bpr 20
!set wims_ref_class=wims_button
1664 bpr 21
!href cmd=resume $wims_name_resume
5763 bpr 22
</div>
1664 bpr 23
</div><!--oefhint-->