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 | La formula inserita |
6 | La formula inserita รจ ambigua. Verificate che WIMS |
7 | abbia correttamente |
7 | abbia correttamente |
8 | interpretato i dati inseriti. |
8 | interpretato i dati inseriti. |
9 | <p> |
9 | <p> |
10 | !set wims_warn_rmremark=yes |
10 | !set wims_warn_rmremark=yes |
11 | !endif |
11 | !endif |
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">Suggerimento.</span> |
24 | Se si vuole inserire <font color="green">x<sup>2</sup></font> scrivere |
24 | Se si vuole inserire <font color="green">x<sup>2</sup></font> scrivere |
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 |