Rev 4543 | Rev 6071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4543 | Rev 5947 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !set wims_module_error=error: $error |
2 | !set wims_module_error=error: $error |
3 | 3 | ||
4 | < |
4 | <span class="wims_warning">$wims_name_Error.</span> |
5 | 5 | ||
6 | !if empty_out iswordof $error |
6 | !if empty_out iswordof $error |
7 | ÄãµÄ»Ø´ð²»°üº¬ÈκÎÊä³ö. Çë¸ÄÕý. |
7 | ÄãµÄ»Ø´ð²»°üº¬ÈκÎÊä³ö. Çë¸ÄÕý. |
8 | !if $m_reply_err!=$empty |
8 | !if $m_reply_err!=$empty |
9 | <pre>< |
9 | <pre><span class="wims_warning">$m_reply_err</span></pre> |
10 | !endif |
10 | !endif |
11 | !exit |
11 | !exit |
12 | !endif |
12 | !endif |
13 | 13 | ||
14 | !if empty_data iswordof $error |
14 | !if empty_data iswordof $error |
Line 27... | Line 27... | ||
27 | !exit |
27 | !exit |
28 | !endif |
28 | !endif |
29 | 29 | ||
30 | !if bad_answer iswordof $error |
30 | !if bad_answer iswordof $error |
31 | !if illegalname iswordof $test |
31 | !if illegalname iswordof $test |
32 | ÄãµÄ»Ø´ð°üº¬·Ç·¨Ãû×Ö<tt>$illegal_name</ |
32 | ÄãµÄ»Ø´ð°üº¬·Ç·¨Ãû×Ö<span class="tt">$illegal_name</span>. Çë¸ÄÕý. |
33 | !exit |
33 | !exit |
34 | !endif |
34 | !endif |
35 | !if lengthoverflow iswordof $test |
35 | !if lengthoverflow iswordof $test |
36 | ÄãµÄ»Ø´ð³¬³¤. ÇëÖØÐ´. |
36 | ÄãµÄ»Ø´ð³¬³¤. ÇëÖØÐ´. |
37 | !exit |
37 | !exit |
38 | !endif |
38 | !endif |
39 | ÄãµÄ»Ø´ð <p |
39 | ÄãµÄ»Ø´ð <p class="wimscenter"> |
40 | <b>$bad_name</b> = < |
40 | <b>$bad_name</b> = <span class="tt">$bad_value</span> </p> |
41 | !if unknownword iswordof $test |
41 | !if unknownword iswordof $test |
42 | !set w=!word 3 of $test |
42 | !set w=!word 3 of $test |
43 | ¿´²»¶®: »Ø´ðÖеÄ< |
43 | ¿´²»¶®: »Ø´ðÖеÄ<span class="wims_warning">$w</span> |
44 | ÓëÎÊÌâÎÞ¹Ø. Çë¸ÄÕý. |
44 | ÓëÎÊÌâÎÞ¹Ø. Çë¸ÄÕý. |
45 | !exit |
45 | !exit |
46 | !endif |
46 | !endif |
47 | !if nocompute iswordof $test |
47 | !if nocompute iswordof $test |
48 | ÊDz»ÔÊÐíµÄ: ÇëÄã×Ô¼º¼ÆËã³ö´ðÊý, ÔÙ½«ÆäËÍ»Ø. |
48 | ÊDz»ÔÊÐíµÄ: ÇëÄã×Ô¼º¼ÆËã³ö´ðÊý, ÔÙ½«ÆäËÍ»Ø. |