Subversion Repositories wimsdev

Rev

Rev 546 | Rev 2088 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 546 Rev 547
Line 1... Line -...
1
 
-
 
2
!set hh=!trim $hint
-
 
3
!if $hh=$empty or $givehint<1
-
 
4
 Désolé, l'indication n'est pas disponible sur cet exercice. <p>
-
 
5
 <center>
-
 
6
 !href cmd=resume Retour au travail.
-
 
7
 </center>
-
 
8
 !exit
-
 
9
!endif
-
 
10
 
-
 
11
<b>Indication.</b> $hint
-
 
12
<p><center>
-
 
13
!href cmd=resume Retour au travail.
1
!read dialog/$module_language/hint.phtml
14
</center>
-
 
15
 
-