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

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

E-mail: