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