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

1.31      paf         1: @main[]
1.32    ! paf         2: <form method=post>
        !             3: (^$form:name=$form:name)<BR>
        !             4: <input name=name value="^default[$form:name;не знаю]">
        !             5: <input type=submit>
        !             6: </form>
1.30      paf         7: 
1.32    ! paf         8: @default[test;def]
        !             9: ^if(^test.length[]){$test}{$def}
1.31      paf        10: 
                     11: @exception[origin;source;comment;type;code]
                     12: ERROR:
                     13: ^if(def $source){$origin '$source'}
                     14: ${comment}.
                     15: ^if(def $type){type=$type}
                     16: ^if(def $code){code=$code}

E-mail: