| 341 | | (tr/ (th/ "Name:") |
| 342 | | (td/ (input/ |
| 343 | | (@/ (type "text") (value "") (size 20))))) |
| 344 | | (tr/ (th/ "Comment:") |
| 345 | | (td/ (input/ |
| 346 | | (@/ (type "text") (value "") (size 120))))) |
| 347 | | (tr/ (th/ "") |
| 348 | | (td/ (input/ (@/ (type "submit") (value "Add")))))))) |
| | 341 | (tr/ (th/ "Post a comment")) |
| | 342 | (tr/ (td/ |
| | 343 | "Name:" |
| | 344 | (input/ |
| | 345 | (@/ (type "text") (value "") (size 20))))) |
| | 346 | (tr/ (td/ |
| | 347 | (textarea/ |
| | 348 | (@/ (cols 120) (rows 3))))) |
| | 349 | (tr/ (td/ |
| | 350 | (input/ (@/ (type "submit") (value "Submit comment")))))))) |