Annotation of parser3/src/www/htdocs/index.html, revision 1.42

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

E-mail: