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>< |
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 | Vous avez entré une formule ambigue, dont l'interprétation |
6 | Vous avez entré une formule ambigue, dont l'interprétation |
7 | par wims pourrait ne pas correspondre à ce que vous vouliez. Vérifiez la |
7 | par wims pourrait ne pas correspondre à ce que vous vouliez. Vérifiez la |
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>< |
23 | <p><span class="wims_warning">Indication.</span> |
24 | Vous voulez entrer <font color="green">x<sup>2</sup></font>? Tapez |
24 | Vous voulez entrer <font color="green">x<sup>2</sup></font>? Tapez |
25 | <tt>x^2</tt> ou <tt>x**2</tt>. |
25 | <tt>x^2</tt> ou <tt>x**2</tt>. |
26 | <p> |
26 | <p> |
27 | !endif |
27 | !endif |
28 | 28 |