Annotation of parser3/tests/064.html, revision 1.3

1.3     ! misha       1: ^windows-1251[]
        !             2: 
1.2       paf         3: #$new_after[^date::now(-3)]
                      4: $new_after[^date::create[2002-07-01]]
                      5: $articles[^table::create{id    title   last_update
                      6: 1      солнце  2002-06-30
                      7: 2      наяривает       2002-07-03
                      8: }]
                      9: ^articles.menu{
                     10:     $last_update[^date::create[$articles.last_update]]
                     11:     <a href=${articles.id}.html>$articles.title</a>
                     12:     ^if($last_update > $new_after){новая;старая}
                     13:     <br>
                     14: }

E-mail: