Annotation of parser3/src/www/htdocs/index.html, revision 1.40
1.31 paf 1: @main[]
1.40 ! paf 2:
1.38 paf 3: $t[^table:load[/test.cfg]]
4: ^$t.a=$t.a<BR>
5:
1.39 paf 6: ^$env:REMOTE_ADDR=$env:REMOTE_ADDR<BR>
1.40 ! paf 7: ^$env:REQUEST_URI=$env:REQUEST_URI<BR>
1.36 paf 8:
9: ^rem{
10: $response:body[]
11: $response:location[http://parser3/123]
12: }
13:
14:
1.34 paf 15: ^$root_test=$root_test !<BR>
16: ^$site_test=$site_test !<BR>
1.35 paf 17: ^${cookie:вот}=${cookie:вот}?<BR>
18: ^$request:query=$request:query<BR>
19: ^$request:uri=$request:uri<BR>
1.33 paf 20:
1.32 paf 21: <form method=post>
22: (^$form:name=$form:name)<BR>
23: <input name=name value="^default[$form:name;не знаю]">
24: <input type=submit>
25: </form>
1.30 paf 26:
1.32 paf 27: @default[test;def]
28: ^if(^test.length[]){$test}{$def}
1.31 paf 29:
30: @exception[origin;source;comment;type;code]
1.35 paf 31: <body bgcolor=black>
32: <font color=white>
1.31 paf 33: ERROR:
34: ^if(def $source){$origin '$source'}
35: ${comment}.
36: ^if(def $type){type=$type}
37: ^if(def $code){code=$code}
E-mail: