|
|
| version 1.40, 2001/03/23 13:08:15 | version 1.236, 2001/07/25 09:57:33 |
|---|---|
| Line 1 | Line 1 |
| @main[] | @main[] |
| $áâப [123] | |
| $t[^table:load[/test.cfg]] | ^áâப .match[(.);g]{($match.1)} |
| ^$t.a=$t.a<BR> | <hr> |
| $a{ | |
| ^$env:REMOTE_ADDR=$env:REMOTE_ADDR<BR> | $b[1] |
| ^$env:REQUEST_URI=$env:REQUEST_URI<BR> | |
| ^rem{ | |
| $response:body[] | |
| $response:location[http://parser3/123] | |
| } | } |
| ^$b=$b<br> | |
| ^$a!$a<br> | |
| ^$root_test=$root_test !<BR> | ^$b=$b<br> |
| ^$site_test=$site_test !<BR> | <hr> |
| ^${cookie:âîò}=${cookie:âîò}?<BR> | |
| ^$request:query=$request:query<BR> | |
| ^$request:uri=$request:uri<BR> | |
| <form method=post> | |
| (^$form:name=$form:name)<BR> | |
| <input name=name value="^default[$form:name;íå çíàþ]"> | |
| <input type=submit> | |
| </form> | |
| @default[test;def] | |
| ^if(^test.length[]){$test}{$def} | |
| @exception[origin;source;comment;type;code] | |
| <body bgcolor=black> | |
| <font color=white> | |
| ERROR: | |
| ^if(def $source){$origin '$source'} | |
| ${comment}. | |
| ^if(def $type){type=$type} | |
| ^if(def $code){code=$code} |