Subversion Repositories wimsdev

Rev

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

Rev 3980 Rev 4747
Line 1... Line 1...
1
 
1
 
2
!set wims_warn_header=<p><font color="red"><blink><b>Atención.</b></blink></font>
2
!set wims_warn_header=<p><span class="wims_warning">$wims_name_warning.</span>
3
 
3
 
4
!if ambiguous iswordof $wims_warn_rawmath
4
!if ambiguous iswordof $wims_warn_rawmath
5
 $wims_warn_header
5
 $wims_warn_header
6
 Ha introducido una fórmula ambigua, cuya interpretación 
6
 Ha introducido una fórmula ambigua, cuya interpretación 
7
 por WIMS puede diferir de lo que quiere decir. Por favor,
7
 por WIMS puede diferir de lo que quiere decir. Por favor,
Line 18... Line 18...
18
 <p>
18
 <p>
19
 !set wims_warn_rmremark=yes
19
 !set wims_warn_rmremark=yes
20
!endif
20
!endif
21
 
21
 
22
!if flatpower iswordof $wims_warn_rawmath
22
!if flatpower iswordof $wims_warn_rawmath
23
 <p><font color="red"><b>Anotación.</font></b>
23
 <p><span class="wims_warning">Anotación.</span>
24
 Si quiere introducir <font color="green">x<sup>2</sup></font>? Escriba
24
 Si quiere introducir <font color="green">x<sup>2</sup></font>? Escriba
25
 <tt>x^2</tt> o <tt>x**2</tt>.
25
 <tt>x^2</tt> o <tt>x**2</tt>.
26
 <p>
26
 <p>
27
!endif
27
!endif
28
 
28