|
|
| version 1.32, 2001/03/21 16:48:19 | version 1.199, 2001/05/23 08:57:39 |
|---|---|
| Line 1 | Line 1 |
| @main[] | @auto[] |
| <form method=post> | $menu_separator[|] |
| (^$form:name=$form:name)<BR> | |
| <input name=name value="^default[$form:name;не знаю]"> | @body[] |
| <input type=submit> | |
| </form> | |
| @default[test;def] | |
| ^if(^test.length[]){$test}{$def} | |
| @exception[origin;source;comment;type;code] | |
| ERROR: | |
| ^if(def $source){$origin '$source'} | |
| ${comment}. | |
| ^if(def $type){type=$type} | |
| ^if(def $code){code=$code} |