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

1.50    ! paf         1: @auto[]
        !             2: $html-typo[^table:set{user     html
        !             3: _      &nbsp^;
        !             4: {      &laquo^;
        !             5: }      &raquo^;
        !             6: }]
        !             7: 
1.48      paf         8: @main[]
1.50    ! paf         9: <HR>
1.38      paf        10: $t[^table:load[/test.cfg]]
1.44      paf        11: ^process[@b[]
                     12: f
                     13: ]
1.46      paf        14: ^b[]<BR>
1.44      paf        15: 
1.38      paf        16: ^$t.a=$t.a<BR>
                     17: 
1.42      paf        18: ^$request:uri=$request:uri<BR>
1.41      paf        19: ^$env:PATH_INFO=$env:PATH_INFO<BR>
1.39      paf        20: ^$env:REMOTE_ADDR=$env:REMOTE_ADDR<BR>
1.36      paf        21: 
                     22: ^rem{
                     23: $response:body[]
                     24: $response:location[http://parser3/123]
                     25: }
                     26: 
                     27: 
1.43      paf        28: <HR>
                     29: ^^auto_test[]:<BR>
                     30: <ol>
                     31: ^auto_test[]
                     32: </ol>
                     33: <HR>
                     34: 
1.35      paf        35: ^${cookie:вот}=${cookie:вот}?<BR>
                     36: ^$request:query=$request:query<BR>
                     37: ^$request:uri=$request:uri<BR>
1.33      paf        38: 
1.32      paf        39: <form method=post>
1.50    ! paf        40: <table border=1 width=250><tr><td>$form:name</td></tr></table>
        !            41: <textarea name=name rows=5 cols=40>^untaint[html]{^default[$form:name;не знаю]}</textarea><BR>
1.32      paf        42: <input type=submit>
                     43: </form>
1.30      paf        44: 
1.32      paf        45: @default[test;def]
                     46: ^if(^test.length[]){$test}{$def}
1.31      paf        47: 
                     48: @exception[origin;source;comment;type;code]
1.35      paf        49: <body bgcolor=black>
                     50: <font color=white>
1.31      paf        51: ERROR:
                     52: ^if(def $source){$origin '$source'}
                     53: ${comment}.
                     54: ^if(def $type){type=$type}
                     55: ^if(def $code){code=$code}
1.42      paf        56: 
1.43      paf        57: @auto_test[]
                     58: ^BASE.auto_test[]
1.48      paf        59: <li>$request:uri
1.43      paf        60: 

E-mail: