define page home() { section{ header{"Users"} list{ for(user : User) { listitem{ navigate(tasks(user)) {output(user.username)} " (" output(user.tasks.length) ")" } } } navigate(newuser()){"Add new user"} } }
I | Attachment | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|
![]() |
exercicio.tar | manage | 8360.0 K | 2009-08-15 - 13:30 | LeopoldoTeixeira | exercicio do dia 15.08.2009 |