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

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

E-mail: